/plugin/twofactor/ |
H A D | admin.php | 19 protected $pagesize = 20; variable in admin_plugin_twofactor 70 $users = $this->applyPagination($users, $this->start, $this->pagesize); 88 $form = $this->addTablePagination($form, $usercount, $this->start, $this->pagesize); 179 * @param int $pagesize 182 protected function addTablePagination(Form $form, $usercount, $start, $pagesize) argument 193 $btn = $form->addButton('start', $this->getLang('prev'))->val($start - $pagesize); 194 if ($start - $pagesize < 0) $btn->attr('disabled', 'disabled'); 197 $btn = $form->addButton('start', $this->getLang('next'))->val($start + $pagesize); 198 if ($start + $pagesize >= $usercount) $btn->attr('disabled', 'disabled'); 201 $btn = $form->addButton('start', $this->getLang('last'))->val($usercount - $pagesize); 264 applyPagination($users, $start, $pagesize) global() argument [all...] |
/plugin/authucenter/lib/uc_client/control/ |
H A D | friend.php | 49 $pagesize = intval($this->input('pagesize')); 52 $pagesize = $pagesize ? $pagesize : UC_PPP; 54 $data = $_ENV['friend']->get_list($uid, $page, $pagesize, $totalnum, $direction);
|
H A D | pm.php | 188 $pagesize = $this->input('pagesize'); 205 $start = $this->page_get_start($page, $pagesize, $pmnum); 207 if($pagesize > 0) { 208 $pms = $_ENV['pm']->getpmlist($this->user['uid'], $filter, $start, $pagesize); 231 $pagesize = $this->input('pagesize'); 257 $start = $this->page_get_start($page, $pagesize, $pmnum); 258 $ppp = $pagesize;
|
/plugin/dw2pdf/ |
H A D | DokuPDF.class.php | 22 * @param string $pagesize 29 public function __construct($pagesize = 'A4', $orientation = 'portrait', $fontsize = 11, $docLang = 'en') argument 39 $format = $pagesize;
|
/plugin/authucenter/lib/uc_client/model/ |
H A D | friend.php | 67 function get_list($uid, $page, $pagesize, $totalnum, $direction = 0) { argument 68 $start = $this->base->page_get_start($page, $pagesize, $totalnum); 80 …f LEFT JOIN ".UC_DBTABLEPRE."members m ON f.friendid=m.uid WHERE $sqladd LIMIT $start, $pagesize");
|
/plugin/siteexport/inc/ |
H A D | mpdf.php | 33 $pagesize = $INPUT->str('pagesize', $dw2pdf->getConf('pagesize'), true); 39 $format = $pagesize;
|
/plugin/authucenter/lib/uc_client/ |
H A D | client.php | 350 function uc_friend_ls($uid, $page = 1, $pagesize = 10, $totalnum = 10, $direction = 0) { argument 351 …PI_FUNC, 'friend', 'ls', array('uid'=>$uid, 'page'=>$page, 'pagesize'=>$pagesize, 'totalnum'=>$tot… 491 function uc_pm_list($uid, $page = 1, $pagesize = 10, $folder = 'inbox', $filter = 'newpm', $msglen … argument 494 $pagesize = intval($pagesize); 495 …UC_API_FUNC, 'pm', 'ls', array('uid'=>$uid, 'page'=>$page, 'pagesize'=>$pagesize, 'filter'=>$filte… 504 function uc_pm_view($uid, $pmid = 0, $touid = 0, $daterange = 1, $page = 0, $pagesize = 10, $type =… argument 508 $pagesize = intval($pagesize); 510 …ouid'=>$touid, 'daterange'=>$daterange, 'page' => $page, 'pagesize' => $pagesize, 'type'=>$type, '…
|
/plugin/dokutexit/conf/ |
H A D | header-namespace.tex | 1 \documentclass[pagesize,11pt,bibliography=totoc,numbers=noenddot,DIV=10,twoside=semi,headings=small…
|
H A D | header-page.tex | 1 \documentclass[pagesize,11pt,bibliography=totoc,numbers=noenddot,DIV=10,twoside=semi,headings=small…
|
/plugin/stats/ |
H A D | syntax.php | 1030 foreach($pagesSizes as $page => $pagesize) { 1037 <td class="hof_row_num">'.$pagesize.'</td>
|
/plugin/lytebox/ |
H A D | lytebox.js | 379 var pagesize = myLytebox.getPageSize(); 380 var x = pagesize[2] - 150; 381 var y = pagesize[3] - 150;
|
/plugin/codemirror/dist/modes/ |
H A D | sas.min.js.map | 1 … //options statement\n define('def', 'source2 nosource2 page pageno pagesize', ['ALL']);\n\n …
|
H A D | sql.min.js.map | 1 …t logsource long longchunksize markup native newpage numformat numwidth pagesize pause pno recsep …
|