Searched refs:isNamespacePath (Results 1 – 3 of 3) sorted by relevance
204 if ($isRelativeDirectoryPath && !WikiPath::isNamespacePath($absolutePathString)) {268 if (WikiPath::isNamespacePath($parameterPath)) {676 static function isNamespacePath(string $namespacePath): bool function in ComboStrap\\WikiPath691 if (!self::isNamespacePath($namespacePath)) {1122 if (!WikiPath::isNamespacePath($this->absolutePath)) {1146 $isNamespacePath = self::isNamespacePath($this->absolutePath);1147 if ($isNamespacePath) {
395 $isNamespacePath = false;397 $isNamespacePath = true;416 if ($isNamespacePath) {421 if (!$isNamespacePath) {428 if (!$isNamespacePath) {
106 return WikiPath::isNamespacePath($path->toAbsoluteId());