Home
last modified time | relevance | path

Searched defs:pagesize (Results 1 – 4 of 4) sorted by last modified time

/plugin/twofactor/
H A Dadmin.php19 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 DDokuPDF.class.php29 public function __construct($pagesize = 'A4', $orientation = 'portrait', $fontsize = 11, $docLang = 'en') argument
/plugin/authucenter/lib/uc_client/
H A Dclient.php350 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 =…
/plugin/authucenter/lib/uc_client/model/
H A Dfriend.php67 function get_list($uid, $page, $pagesize, $totalnum, $direction = 0) {