Home
last modified time | relevance | path

Searched refs:toLocalPath (Results 1 – 14 of 14) sorted by relevance

/plugin/combo/ComboStrap/
H A DWikiFileSystem.php42 return FileSystems::exists($path->toLocalPath());
51 $localPath = $path->toLocalPath();
61 return FileSystems::getModifiedTime($path->toLocalPath());
71 return FileSystems::getCreationTime($path->toLocalPath());
79 FileSystems::delete($path->toLocalPath());
87 return FileSystems::getSize($path->toLocalPath());
97 return FileSystems::createDirectory($dirPath->toLocalPath());
107 // and not FileSystems::isDirectory($path->toLocalPath());
118 $children = LocalFileSystem::getOrCreate()->getChildren($path->toLocalPath(), $type);
140 return FileSystems::closest($path->toLocalPath(),
[all...]
H A DPathAbs.php108 function toLocalPath(): LocalPath function in ComboStrap\\PathAbs
114 return $this->toLocalPath();
117 return $this->getPathObject()->toLocalPath();
H A DTemplateEngine.php76 $themePagesTemplateDirectory = $themeDirectory->resolve("pages:templates:")->toLocalPath();
77 $themePagesPartialsDirectory = $themeDirectory->resolve("pages:partials:")->toLocalPath();
79 $themeComponentsHtmlDirectory = $themeDirectory->resolve("components:html:")->toLocalPath();
110 $defaultTemplateDirectory = WikiPath::createComboResource(":theme:$default:pages:templates")->toLocalPath();
112 $partialSearchDirectories[] = WikiPath::createComboResource(":theme:$default:pages:partials")->toLocalPath();
114 $componentsHtmlSearchDirectories[] = WikiPath::createComboResource(":theme:$default:components:html")->toLocalPath();
H A DFont.php47 return WikiPath::createComboResource(":fonts:LiberationSans-Regular.ttf")->toLocalPath();
52 return WikiPath::createComboResource(":fonts:LiberationSans-Bold.ttf")->toLocalPath();
H A DMarkupFileSystem.php82 FileSystems::setContent($path->toLocalPath(), $content);
92 FileSystems::delete($path->toLocalPath());
H A DPath.php139 function toLocalPath(): LocalPath; function
H A DFetcherRawLocalPath.php78 return $this->getSourcePath()->toLocalPath();
H A DFetcherMarkupBuilder.php75 $localFile = $markuSourceWikiPath->toLocalPath();
81 $localFile = $sourcePath->toLocalPath();
H A DFetcherRaster.php161 $path = $this->getSourcePath()->toLocalPath();
H A DLocalPath.php55 return $path->toLocalPath();
H A DFileSystems.php329 $pathString = $path->toLocalPath()->toCanonicalAbsolutePath()->toAbsoluteId();
H A DWikiPath.php1108 return $this->toLocalPath()->getUrl();
1141 function toLocalPath(): LocalPath function in ComboStrap\\WikiPath
H A DFetcherVignette.php283 $imagePath = $imagePath->toLocalPath();
H A DIconDownloader.php494 $numberOfByte = file_put_contents($mediaDokuPath->toLocalPath()->toAbsolutePath()->toAbsoluteId(), $filePointer);