Lines Matching refs:INPUT
40 global $INPUT;
42 if (!$INPUT->has('cmd')) {
50 $cmd = $INPUT->extract('cmd')->str('cmd');
62 global $INPUT;
89 global $INPUT;
91 $step = $INPUT->extract('export')->str('export');
160 global $INPUT;
165 $namespace = str_replace(':', '/', $INPUT->str('ns'));
173 … $pages = $this->getPagesFromNamespace($INPUT->str('ns'), ($INPUT->str('include-sub-ns') ? 1 : 0));
176 echo sprintf('<input type="hidden" value="%s" name="ns" />', $INPUT->str('ns'));
232 global $INPUT;
237 switch ($INPUT->str('step')) {
241 …foreach ($this->getPagesFromNamespace($INPUT->str('ns'), ($INPUT->str('include-sub-ns') ? 1 : 0)) …
248 $pages = array_keys($INPUT->arr('pages'));
258 $namespace = str_replace(':', '-', str_replace('(root)', 'ROOT', $INPUT->str('ns')));