Home
last modified time | relevance | path

Searched refs:isNamespacePath (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/ComboStrap/
H A DWikiPath.php204 if ($isRelativeDirectoryPath && !WikiPath::isNamespacePath($absolutePathString)) {
268 if (WikiPath::isNamespacePath($parameterPath)) {
676 static function isNamespacePath(string $namespacePath): bool function in ComboStrap\\WikiPath
691 if (!self::isNamespacePath($namespacePath)) {
1122 if (!WikiPath::isNamespacePath($this->absolutePath)) {
1146 $isNamespacePath = self::isNamespacePath($this->absolutePath);
1147 if ($isNamespacePath) {
H A DMarkupRef.php395 $isNamespacePath = false;
397 $isNamespacePath = true;
416 if ($isNamespacePath) {
421 if (!$isNamespacePath) {
428 if (!$isNamespacePath) {
H A DWikiFileSystem.php106 return WikiPath::isNamespacePath($path->toAbsoluteId());