Home
last modified time | relevance | path

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

/web-bugs/www/
H A Dapi.php19 $rows = $commentRepository->findDocsComments($interval); variable
22 if (!$rows) {
27 echo serialize($rows);
H A Dsearch.php111 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 Dquery.php275 $rows = count($result); variable
280 if (defined('MAX_BUGS_RETURN') && $total_rows > $rows) {
/web-bugs/www/css/
H A Dstyle.css118 /* Labels on the left side of form and table rows */

Completed in 9 milliseconds