Searched refs:_addListOfItemsToExclude (Results 1 – 1 of 1) sorted by relevance
96 self::_addListOfItemsToExclude(explode(' ', $found[1]), $excludedPages, $excludedNs);122 self::_addListOfItemsToExclude(explode(',', $globalExclude), $excludedPages, $excludedNs);126 private static function _addListOfItemsToExclude($excludeList, &$excludedPages, &$excludedNs) { function in optionParser