Home
last modified time | relevance | path

Searched refs:rowcnt (Results 1 – 5 of 5) sorted by relevance

/plugin/data-au/syntax/
Dlist.php86 * @param int $rowcnt number of rows
89 function postList($dataau, $rowcnt) { argument
Dtable.php486 * @param int $rowcnt number of rows
489 function postList($dataau, $rowcnt) { argument
535 if($rowcnt > $dataau['limit']) {
/plugin/data/syntax/
Dlist.php90 * @param int $rowcnt number of rows
93 public function postList($data, $rowcnt) argument
Dtable.php499 * @param int $rowcnt number of rows
502 public function postList($data, $rowcnt) argument
549 if ($rowcnt > $data['limit']) {
/plugin/semanticdata/syntax/
Dtable.php274 function postList($data, $rowcnt) { argument
297 if($rowcnt > $data['limit']){