Home
last modified time | relevance | path

Searched defs:limit (Results 1 – 3 of 3) sorted by relevance

/web-bugs/include/
H A Dquery.php44 $limit = (defined('MAX_BUGS_RETURN')) ? MAX_BUGS_RETURN : 30; variable
47 …$limit = ($_GET['limit'] == 'All') ? 'All' : (($_GET['limit'] > 0) ? (int) $_GET['limit'] : $limit… variable
H A Dfunctions.php439 function show_limit_options($limit = 30)
/web-bugs/www/
H A Dsearch.php368 function show_prev_next($begin, $rows, $total_rows, $link, $limit)

Completed in 15 milliseconds