Lines Matching refs:INPUT
48 global $ID, $conf, $INPUT;
51 $debugLevel = $INPUT->int('debug', -1, true);
62 $this->pattern = $INPUT->str('pattern');
72 if ( $INPUT->has( 'disableCache' ) ) {
88 $this->exportLinkedPages = $INPUT->bool( 'exportLinkedPages', true );
90 $this->namespace = $functions->getNamespaceFromID( $INPUT->str('ns'), $PAGE );
91 $this->addParams = $INPUT->bool( 'addParams' );
93 $this->useTOCFile = $INPUT->bool( 'useTocFile' );
98 $ens = $INPUT->str( 'ens' );
103 $this->defaultLang = $INPUT->str( 'defaultLang', $conf['lang'], true );
109 if ( $INPUT->has( 'disableCache' ) ) {
113 $this->excludePattern = $INPUT->str( 'exclude', $this->getConf('exclude'), true );