Lines Matching refs:INPUT
85 global $INPUT;
102 if ($INPUT->server->str('REMOTE_USER')) {
103 $newkey = $INPUT->server->str('REMOTE_USER');
177 global $INPUT;
178 switch ($INPUT->str('req')) {
186 if ($INPUT->has('id')) {
187 echo $this->printToc($INPUT->str('id'));
194 if ($INPUT->has('idx')) {
195 echo $this->printIndex($INPUT->str('idx'));
213 global $INPUT;
215 $ns = $INPUT->str('ns', '');
223 if ($INPUT->int('max') > 0) {
224 $max = $INPUT->int('max'); // max#n#m, if init: #n, otherwise #m
227 if ($INPUT->int('level', -10) >= -1) {
228 $level = $INPUT->int('level');
230 $isInit = $INPUT->bool('init');
232 $currentPage = $INPUT->str('currentpage');
234 $subnss = $INPUT->arr('subnss');
236 if ($INPUT->bool('navbar')) {
245 $subnss = $INPUT->str('subnss');
251 $skipf = $INPUT->str('skipfile');
261 $skipn = $INPUT->str('skipns');
276 'nons' => $INPUT->bool('nons'),
277 'nopg' => $INPUT->bool('nopg'),
288 'sort' => $INPUT->str('sort'),
289 'msort' => $INPUT->str('msort'),
290 'rsort' => $INPUT->bool('rsort'),
291 'nsort' => $INPUT->bool('nsort'),
292 'hsort' => $INPUT->bool('hsort')
431 global $INPUT;
433 $id = cleanID($INPUT->str('id'));
460 global $conf, $INPUT;
469 if ($INPUT->int('max') > 0) {
470 $max = $INPUT->int('max');
473 $nss = $INPUT->str('nss', '', true);
474 $sort['sort'] = $INPUT->str('sort', '', true);
475 $sort['msort'] = $INPUT->str('msort', '', true);
476 $sort['rsort'] = $INPUT->bool('rsort', false, true);
477 $sort['nsort'] = $INPUT->bool('nsort', false, true);
478 $sort['hsort'] = $INPUT->bool('hsort', false, true);
482 $skipf = utf8_decodeFN($INPUT->str('skipfile'));
491 $skipn = utf8_decodeFN($INPUT->str('skipns'));
503 'nons' => $INPUT->bool('nons', false, true),
507 'nopg' => $INPUT->bool('nopg', false, true),
520 if ($INPUT->int('nojs') === 1) {