Searched refs:namespacePattern (Results 1 – 2 of 2) sorted by relevance
103 * @param string $namespacePattern Namespace pattern (with * or ;)108 private static function loadMonthMultiNamespace($namespacePattern, $year, $month) { argument110 $namespaces = self::expandNamespacePattern($namespacePattern);
113 $namespacePattern = '/^' . trim($namespace, ':') . ':/';119 if ((preg_match($namespacePattern, $pageId) == 1) && file_exists(wikiFN($pageId))) {