Home
last modified time | relevance | path

Searched refs:excludedNsPattern (Results 1 – 1 of 1) sorted by relevance

/plugin/stats/
H A Dsyntax.php48 var $excludedNsPattern = ''; variable in syntax_plugin_wikistatistics
717 if(@preg_match($this->excludedNsPattern,$ns)){
1069 $this->excludedNsPattern = '/';
1072 $this->excludedNsPattern .= $excludedns_pattern[$i].'|';
1074 $this->excludedNsPattern = substr($this->excludedNsPattern, 0, -1).'/';
1075 if($this->excludedNsPattern=='/'){$this->excludedNsPattern='';}