Lines Matching refs:limit
78 'limit' => $limit,
122 <?php show_prev_next($begin, $rows, $total_rows, $link, $limit);?>
200 show_prev_next($begin, $rows, $total_rows, $link, $limit);
226 <select name="limit"><?php show_limit_options($limit);?></select>
228 <select name="order_by"><?php show_order_options($limit);?></select>
368 function show_prev_next($begin, $rows, $total_rows, $link, $limit) argument
374 if ($limit=='All') {
384 echo max(0, $begin - $limit);
385 echo '">« Show Previous ' . $limit . ' Entries</a>';
396 echo '<a href="' . $link . '&begin=' . ($begin+$limit);
397 echo '">Show Next ' . $limit . ' Entries »</a>';