Searched refs:findSubNamespaces (Results 1 – 2 of 2) sorted by relevance
| /plugin/calendar/ |
| H A D | action.php | 938 $this->findSubNamespaces($dataDir, $baseNamespace, $year, $month, $allEvents); 943 private function findSubNamespaces($dir, $baseNamespace, $year, $month, &$allEvents) { function in action_plugin_calendar 968 $this->findSubNamespaces($path . '/', $namespace, $year, $month, $allEvents);
|
| H A D | syntax.php | 2493 $this->findSubNamespaces($dataDir, $baseNamespace, $year, $month, $allEvents); 2498 private function findSubNamespaces($dir, $baseNamespace, $year, $month, &$allEvents) { function in syntax_plugin_calendar 2523 $this->findSubNamespaces($path . '/', $namespace, $year, $month, $allEvents);
|