Searched refs:rows (Results 1 – 4 of 4) sorted by relevance
/web-bugs/www/ |
H A D | api.php | 19 $rows = $commentRepository->findDocsComments($interval); variable 22 if (!$rows) { 27 echo serialize($rows);
|
H A D | search.php | 111 if (!$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 392 echo '-' . ($begin+$rows) . ' of ' . $total_rows . "</td>\n"; 395 if ($begin+$rows < $total_rows) {
|
/web-bugs/include/ |
H A D | query.php | 275 $rows = count($result); variable 280 if (defined('MAX_BUGS_RETURN') && $total_rows > $rows) {
|
/web-bugs/www/css/ |
H A D | style.css | 118 /* Labels on the left side of form and table rows */
|
Completed in 9 milliseconds