Home
last modified time | relevance | path

Searched defs:max (Results 1 – 2 of 2) sorted by relevance

/web-master/manage/
H A Devent.php32 $max = isset($_REQUEST['max']) ? $_REQUEST['max'] : false; variable
238 $max = $max ? (int)$max : 20; variable
H A Dusers.php324 $max = filter_input(INPUT_GET, "max", FILTER_VALIDATE_INT) ?: 20; variable

Completed in 7 milliseconds