Home
last modified time | relevance | path

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

/plugin/calendar/classes/
DEventManager.php103 * @param string $namespacePattern Namespace pattern (with * or ;)
108 private static function loadMonthMultiNamespace($namespacePattern, $year, $month) { argument
110 $namespaces = self::expandNamespacePattern($namespacePattern);
/plugin/refnotes/
Ddatabase.php113 $namespacePattern = '/^' . trim($namespace, ':') . ':/';
119 if ((preg_match($namespacePattern, $pageId) == 1) && file_exists(wikiFN($pageId))) {