Home
last modified time | relevance | path

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

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