Searched refs:isNamespaceExcluded (Results 1 – 3 of 3) sorted by relevance
| /plugin/calendar/ |
| H A D | action.php | 970 if ($this->isNamespaceExcluded($ns, $excludeList)) continue; 1002 …if (!$this->isNamespaceExcluded($baseNamespace, $excludeList) && $this->checkNamespaceRead($baseNa… 1048 if ($this->isNamespaceExcluded($namespace, $excludeList)) continue; 1092 if ($this->isNamespaceExcluded($eventNamespace, $excludeList)) return; 1221 private function isNamespaceExcluded($namespace, $excludeList) { function in action_plugin_calendar
|
| H A D | syntax.php | 2289 if ($this->isNamespaceExcluded($ns, $excludeList)) continue; 2333 …if (!$this->isNamespaceExcluded($baseNamespace, $excludeList) && $this->checkNamespaceRead($baseNa… 2388 if ($this->isNamespaceExcluded($namespace, $excludeList)) continue; 3920 private function isNamespaceExcluded($namespace, $excludeList) { function in syntax_plugin_calendar
|
| /plugin/discussion/ |
| H A D | action.php | 369 $isNamespaceExcluded = false; 372 $isNamespaceExcluded = preg_match($this->getConf('excluded_ns'), $ns); 376 if ($isNamespaceExcluded) { 382 if ($isNamespaceExcluded) {
|