Searched refs:excludedPages (Results 1 – 3 of 3) sorted by relevance
/plugin/nspages/ |
H A D | optionParser.php | 89 static function checkExclude(&$match, &$excludedPages, &$excludedNs){ argument 93 self::_addListOfItemsToExclude(explode(' ', $found[1]), $excludedPages, $excludedNs); 106 $excludedPages[] = $page[1]; 113 $excludedPages[] = noNS($ID); 118 static function checkGlobalExclude($globalExclude, &$excludedPages, &$excludedNs) { argument 120 self::_addListOfItemsToExclude(explode(',', $globalExclude), $excludedPages, $excludedNs); 124 private static function _addListOfItemsToExclude($excludeList, &$excludedPages, &$excludedNs) { argument 129 $excludedPages[] = $exclude;
|
/plugin/findologicxmlexport/ |
H A D | DokuwikiXMLExport.php | 94 …$excludedPages = $this->splitConfigToArray($this->conf['plugin']['findologicxmlexport']['excludePa… 95 $ids = array_diff($pagesAndDeletedPages, $excludedPages);
|
/plugin/semantic/ |
H A D | helper.php | 67 if ((bool) preg_match('/' . trim($this->getConf('excludedPages')) . '/', $this->page)) {
|