Home
last modified time | relevance | path

Searched +full:excluded_ns +(+path:plugin +path:discussion) -(+path:plugin +path:discussion +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/discussion/conf/
H A Dmetadata.php10 $meta['excluded_ns'] = array('string');
H A Ddefault.php7 $conf['excluded_ns'] = ''; // list of namespaces to revert the option above (a regular expression)
/plugin/discussion/
H A Daction.php372 if($this->getConf('excluded_ns') == '') {
375 $isNamespaceExcluded = preg_match($this->getConf('excluded_ns'), $INFO['namespace']);