Home
last modified time | relevance | path

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

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