Lines Matching refs:INPUT
55 global $INPUT;
57 if($INPUT->has('selection')) {
59 $list = json_decode($INPUT->str('selection', '', true), true);
63 } elseif($INPUT->has('savedselection')) {
67 … $savedselection = $SelectionHandling->loadSavedSelection($INPUT->str('savedselection'));
69 } elseif($INPUT->has('book_ns')) {
90 if(!$INPUT->bool('book_skipforbiddenpages') && !empty($skippedpages)) {
115 global $INPUT, $conf;
117 $pdfnamespace = cleanID($INPUT->str('book_ns'));
123 $order = $INPUT->str('book_order', 'natural', true);
130 $depth = $INPUT->int('book_nsdepth', 0);
142 $excludes = $INPUT->arr('excludes');
149 $excludesns = $INPUT->arr('excludesns');