Searched defs:pagesize (Results 1 – 4 of 4) sorted by relevance
/plugin/twofactor/ |
H A D | admin.php | 19 protected $pagesize = 20; variable in admin_plugin_twofactor 182 protected function addTablePagination(Form $form, $usercount, $start, $pagesize) argument 264 applyPagination($users, $start, $pagesize) global() argument [all...] |
/plugin/dw2pdf/ |
H A D | DokuPDF.class.php | 29 public function __construct($pagesize = 'A4', $orientation = 'portrait', $fontsize = 11, $docLang = 'en') argument
|
/plugin/authucenter/lib/uc_client/model/ |
H A D | friend.php | 67 function get_list($uid, $page, $pagesize, $totalnum, $direction = 0) {
|
/plugin/authucenter/lib/uc_client/ |
H A D | client.php | 350 function uc_friend_ls($uid, $page = 1, $pagesize = 10, $totalnum = 10, $direction = 0) { 491 function uc_pm_list($uid, $page = 1, $pagesize = 10, $folder = 'inbox', $filter = 'newpm', $msglen … 504 function uc_pm_view($uid, $pmid = 0, $touid = 0, $daterange = 1, $page = 0, $pagesize = 10, $type =…
|