Home
last modified time | relevance | path

Searched refs:total_rows (Results 1 – 4 of 4) sorted by relevance

/web-bugs/www/
H A Dsearch.php46 echo (int) $total_rows;
122 <?php show_prev_next($begin, $rows, $total_rows, $link, $limit);?>
200 show_prev_next($begin, $rows, $total_rows, $link, $limit);
368 function show_prev_next($begin, $rows, $total_rows, $link, $limit) argument
375 echo "$total_rows Bugs</td></tr>\n";
392 echo '-' . ($begin+$rows) . ' of ' . $total_rows . "</td>\n";
395 if ($begin+$rows < $total_rows) {
/web-bugs/templates/
H A Dsearch-rss2.php11 if ($total_rows > 0) {
H A Dsearch-rdf.php27 if ($total_rows > 0) {
/web-bugs/include/
H A Dquery.php276 … $total_rows = $dbh->prepare('SELECT FOUND_ROWS()')->execute()->fetch(\PDO::FETCH_NUM)[0]; variable
280 if (defined('MAX_BUGS_RETURN') && $total_rows > $rows) {

Completed in 10 milliseconds