Home
last modified time | relevance | path

Searched refs:pagesize (Results 1 – 13 of 13) sorted by last modified time

/plugin/twofactor/
H A Dadmin.php19 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/siteexport/inc/
H A Dmpdf.php33 $pagesize = $INPUT->str('pagesize', $dw2pdf->getConf('pagesize'), true);
39 $format = $pagesize;
/plugin/dw2pdf/
H A DDokuPDF.class.php22 * @param string $pagesize
29 public function __construct($pagesize = 'A4', $orientation = 'portrait', $fontsize = 11, $docLang = 'en') argument
39 $format = $pagesize;
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1 …t logsource long longchunksize markup native newpage numformat numwidth pagesize pause pno recsep …
H A Dsas.min.js.map1 … //options statement\n define('def', 'source2 nosource2 page pageno pagesize', ['ALL']);\n\n …
/plugin/authucenter/lib/uc_client/
H A Dclient.php350 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/authucenter/lib/uc_client/control/
H A Dfriend.php49 $pagesize = intval($this->input('pagesize'));
52 $pagesize = $pagesize ? $pagesize : UC_PPP;
54 $data = $_ENV['friend']->get_list($uid, $page, $pagesize, $totalnum, $direction);
H A Dpm.php188 $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/authucenter/lib/uc_client/model/
H A Dfriend.php67 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/dokutexit/conf/
H A Dheader-namespace.tex1 \documentclass[pagesize,11pt,bibliography=totoc,numbers=noenddot,DIV=10,twoside=semi,headings=small…
H A Dheader-page.tex1 \documentclass[pagesize,11pt,bibliography=totoc,numbers=noenddot,DIV=10,twoside=semi,headings=small…
/plugin/stats/
H A Dsyntax.php1030 foreach($pagesSizes as $page => $pagesize) {
1037 <td class="hof_row_num">'.$pagesize.'</td>
/plugin/lytebox/
H A Dlytebox.js379 var pagesize = myLytebox.getPageSize();
380 var x = pagesize[2] - 150;
381 var y = pagesize[3] - 150;