Searched refs:excludedNs (Results 1 – 3 of 3) sorted by relevance
/plugin/nspages/ |
H A D | optionParser.php | 89 static function checkExclude(&$match, &$excludedPages, &$excludedNs, &$excludeSelfPage){ argument 93 self::_addListOfItemsToExclude(explode(' ', $found[1]), $excludedPages, $excludedNs); 99 $excludedNs[] = $subns[1]; 117 static function checkGlobalExclude($globalExclude, &$excludedPages, &$excludedNs) { argument 119 self::_addListOfItemsToExclude(explode(',', $globalExclude), $excludedPages, $excludedNs); 123 private static function _addListOfItemsToExclude($excludeList, &$excludedPages, &$excludedNs) { argument 126 $excludedNs[] = utf8_substr($exclude, 0, -1);
|
/plugin/nspages/fileHelper/ |
H A D | pagePreparer.php | 21 …function __construct($excludedNs, $excludedFiles, $pregOn, $pregOff, $pregTitleOn, $pregTitleOff, … argument 27 $this->excludedNs = $excludedNs; 52 if (in_array($subNss[$i], $this->excludedNs)) {
|
/plugin/stats/ |
H A D | syntax.php | 47 var $excludedNs = ''; variable in syntax_plugin_wikistatistics 712 if (!is_null($this->excludedNs) && in_array($nstocheck,$this->excludedNs)) { 1059 $excludedNs = split(",",$this->getConf('ws_excludedns')); 1060 foreach ($excludedNs as $key => $value) { 1062 unset($excludedNs[$key]); 1066 $this->excludedNs = (count($excludedNs)>0) ? $excludedNs : null;
|