Home
last modified time | relevance | path

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

/plugin/nspages/
H A DoptionParser.php96 self::_addListOfItemsToExclude(explode(' ', $found[1]), $excludedPages, $excludedNs);
122 self::_addListOfItemsToExclude(explode(',', $globalExclude), $excludedPages, $excludedNs);
126 private static function _addListOfItemsToExclude($excludeList, &$excludedPages, &$excludedNs) {
123 private static function _addListOfItemsToExclude($excludeList, &$excludedPages, &$excludedNs) { global() function in optionParser