Searched refs:findSubNamespaces (Results 1 – 2 of 2) sorted by relevance
| /plugin/calendar/ |
| D | action.php | 539 $this->findSubNamespaces($dataDir, $baseNamespace, $year, $month, $allEvents); 544 private function findSubNamespaces($dir, $baseNamespace, $year, $month, &$allEvents) { function in action_plugin_calendar 569 $this->findSubNamespaces($path . '/', $namespace, $year, $month, $allEvents);
|
| D | syntax.php | 1845 $this->findSubNamespaces($dataDir, $baseNamespace, $year, $month, $allEvents); 1850 private function findSubNamespaces($dir, $baseNamespace, $year, $month, &$allEvents) { function in syntax_plugin_calendar 1875 $this->findSubNamespaces($path . '/', $namespace, $year, $month, $allEvents);
|