Lines Matching refs:INPUT
66 global $INPUT;
68 $this->options['type'] = $INPUT->valid(
74 $this->options['feed_mode'] = $INPUT->str('mode', 'recent');
75 $this->options['link_to'] = $INPUT->valid(
80 $this->options['item_content'] = $INPUT->valid(
85 $this->options['namespace'] = $INPUT->filter('cleanID')->str('ns');
86 $this->options['items'] = $INPUT->int('num', $conf['recent']);
87 $this->options['show_minor'] = $INPUT->bool('minor');
90 $this->options['only_new'] = $INPUT->bool('onlynewpages');
91 $this->options['sort'] = $INPUT->valid(
96 $this->options['search_query'] = $INPUT->str('q');
97 $this->options['content_type'] = $INPUT->valid(