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