Home
last modified time | relevance | path

Searched refs:excludedPages (Results 1 – 3 of 3) sorted by path

/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php94 …$excludedPages = $this->splitConfigToArray($this->conf['plugin']['findologicxmlexport']['excludePa…
95 $ids = array_diff($pagesAndDeletedPages, $excludedPages);
/plugin/nspages/
H A DoptionParser.php92 static function checkExclude(&$match, &$excludedPages, &$excludedNs, &$excludeSelfPage){
96 self::_addListOfItemsToExclude(explode(' ', $found[1]), $excludedPages, $excludedNs);
109 $excludedPages[] = $page[1];
120 static function checkGlobalExclude($globalExclude, &$excludedPages, &$excludedNs) {
122 self::_addListOfItemsToExclude(explode(',', $globalExclude), $excludedPages, $excludedNs);
126 private static function _addListOfItemsToExclude($excludeList, &$excludedPages, &$excludedNs) {
135 $excludedPages[] = $exclude;
89 checkExclude(& $match, & $excludedPages, & $excludedNs, & $excludeSelfPage) global() argument
117 checkGlobalExclude($globalExclude, & $excludedPages, & $excludedNs) global() argument
123 _addListOfItemsToExclude($excludeList, & $excludedPages, & $excludedNs) global() argument
/plugin/semantic/
H A Dhelper.php62 if ((bool) preg_match('/' . trim($this->getConf('excludedPages')) . '/', $this->page)) {