Lines Matching refs:excludeList

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
2270 return $this->loadEventsWildcard($baseNamespace, $year, $month, $excludeList);
2275 return $this->loadEventsWildcard('', $year, $month, $excludeList);
2289 if ($this->isNamespaceExcluded($ns, $excludeList)) continue;
2311 private function loadEventsWildcard($baseNamespace, $year, $month, $excludeList = []) { argument
2333 …if (!$this->isNamespaceExcluded($baseNamespace, $excludeList) && $this->checkNamespaceRead($baseNa…
2349 $this->findCalendarNamespaces($dataDir, $metaDir, $year, $month, $allEvents, $excludeList);
2359 …unction findCalendarNamespaces($baseDir, $metaDir, $year, $month, &$allEvents, $excludeList = []) { argument
2388 if ($this->isNamespaceExcluded($namespace, $excludeList)) continue;
3920 private function isNamespaceExcluded($namespace, $excludeList) { argument
3921 if (empty($excludeList) || $namespace === '') return false;
3922 foreach ($excludeList as $excluded) {