Home
last modified time | relevance | path

Searched refs:loadEventsWildcard (Results 1 – 2 of 2) sorted by relevance

/plugin/calendar/
H A Daction.php882 return $this->loadEventsWildcard($baseNamespace, $year, $month);
887 return $this->loadEventsWildcard('', $year, $month);
916 private function loadEventsWildcard($baseNamespace, $year, $month) { function in action_plugin_calendar
H A Dsyntax.php2422 return $this->loadEventsWildcard($baseNamespace, $year, $month);
2427 return $this->loadEventsWildcard('', $year, $month);
2457 private function loadEventsWildcard($baseNamespace, $year, $month) { function in syntax_plugin_calendar