Searched refs:excludeList (Results 1 – 4 of 4) sorted by relevance
| /plugin/calendar/ |
| H A D | action.php | 824 $excludeList = $this->parseExcludeList($exclude); 857 $events = $this->loadEventsMultiNamespace($namespace, $year, $month, $excludeList); 948 private function loadEventsMultiNamespace($namespaces, $year, $month, $excludeList = []) { argument 952 return $this->loadEventsWildcard($baseNamespace, $year, $month, $excludeList); 957 return $this->loadEventsWildcard('', $year, $month, $excludeList); 970 if ($this->isNamespaceExcluded($ns, $excludeList)) continue; 992 private function loadEventsWildcard($baseNamespace, $year, $month, $excludeList = []) { argument 1002 …if (!$this->isNamespaceExcluded($baseNamespace, $excludeList) && $this->checkNamespaceRead($baseNa… 1017 $this->findCalendarNamespaces($dataDir, $metaDir, $year, $month, $allEvents, $excludeList); 1027 …unction findCalendarNamespaces($baseDir, $metaDir, $year, $month, &$allEvents, $excludeList = []) { argument [all …]
|
| H A D | syntax.php | 156 $excludeList = $this->parseExcludeList($exclude); 170 $events = $this->loadEventsMultiNamespace($namespace, $year, $month, $excludeList); 464 $excludeList = $this->parseExcludeList($exclude); 487 $events = $this->loadEventsMultiNamespace($namespace, $year, $month, $excludeList); 1195 $excludeList = $this->parseExcludeList($exclude); 1210 $events = $this->loadEventsMultiNamespace($namespace, $year, $month, $excludeList); 1356 $excludeList = $this->parseExcludeList($exclude); 1435 …loadedMonths[$monthKey] = $this->loadEventsMultiNamespace($namespace, $year, $month, $excludeList); 1500 …loadedMonths[$monthKey] = $this->loadEventsMultiNamespace($namespace, $year, $month, $excludeList); 2266 private function loadEventsMultiNamespace($namespaces, $year, $month, $excludeList = []) { argument [all …]
|
| /plugin/asciidocjs/node_modules/is-core-module/test/ |
| D | index.js | 79 var excludeList = [ 92 if (excludeList.indexOf(mod) === -1) {
|
| /plugin/nspages/ |
| D | optionParser.php | 126 private static function _addListOfItemsToExclude($excludeList, &$excludedPages, &$excludedNs) { argument 127 foreach($excludeList as $exclude) {
|