Home
last modified time | relevance | path

Searched refs:FileSystems (Results 1 – 25 of 82) sorted by path

1234

/plugin/combo/ComboStrap/
H A DBrandButton.php423 if (!FileSystems::exists($icon)) {
513 if (!FileSystems::exists($this->getResourceIconFile())) {
H A DBreadcrumbTag.php154 if (FileSystems::exists($page->getPathObject()) && $current === false) {
H A DCacheExpirationDate.php55 if (!FileSystems::exists($path)) {
69 $expirationTime = FileSystems::getCreationTime($path);
H A DCacheLog.php37 if (!FileSystems::exists($contentCachePath)) {
41 FileSystems::delete($contentCachePath);
H A DCacheReportHtmlDataBlockArray.php42 $modifiedTime = FileSystems::getModifiedTime($result->getPath());
H A DClassUtility.php76 foreach (FileSystems::getChildrenLeaf($parent) as $child) {
H A DCreationDate.php40 return FileSystems::getCreationTime($path);
H A DDatabasePageRow.php128 if (!FileSystems::exists($this->markupPath)) {
341 $modifiedTime = FileSystems::getModifiedTime($this->markupPath->getPathObject());
355 $exist = FileSystems::exists($path);
365 $modifiedTime = FileSystems::getModifiedTime($path);
379 $versionModifiedTime = FileSystems::getModifiedTime($version);
392 $codeModified = FileSystems::getModifiedTime($code);
531 if (!FileSystems::exists($this->markupPath)) {
1098 if (!FileSystems::exists($duplicateMarkupPath)) {
1300 if (!FileSystems::exists($duplicatePage)) {
H A DDictionary.php16 if (!FileSystems::exists($path)) {
19 $jsonContent = FileSystems::getContent($path);
H A DFetcherMarkup.php784 $text = FileSystems::getContent($path);
1093 return FileSystems::getContent($sourcePath);
1198 if (FileSystems::exists($this->getMetaPathOrFail())) {
1262 if (!FileSystems::exists($path)) {
H A DFetcherMarkupBuilder.php278 if (!FileSystems::exists($this->builderMarkupSourcePath)) {
H A DFetcherMarkupWebcode.php59 return FileSystems::getCacheBuster(ClassUtility::getClassPath(FetcherMarkupWebcode::class));
111 return FileSystems::getContent($fetcherCache->getFile());
H A DFetcherPage.php144 return FileSystems::getContent($cache->getFile());
H A DFetcherPageBundler.php130 if (FileSystems::exists($startPath)) {
140 $childrenPages = MarkupFileSystem::getOrCreate()->getChildren($startPath, FileSystems::LEAF);
H A DFetcherRaster.php146 if (!FileSystems::exists($this->getSourcePath())) {
H A DFetcherRawLocalPath.php88 return FileSystems::getCacheBuster($this->getSourcePath());
H A DFetcherScreenshot.php205 return FileSystems::getCacheBuster(ClassUtility::getClassPath(FetcherScreenshot::class));
H A DFetcherSvg.php617 $buster = FileSystems::getCacheBuster($this->getSourcePath());
619 $configFile = FileSystems::getCacheBuster(DirectoryLayout::getConfLocalFilePath());
641 $mime = FileSystems::getMime($dokuPath);
1514 if (FileSystems::exists($originalPath)) {
1714 $markup = FileSystems::getContent($path);
H A DFetcherSystem.php52 $mime = FileSystems::getMime($dokuPath);
H A DFetcherTraitWikiPath.php93 return FileSystems::getMime($this->path);
H A DFetcherVignette.php284 $extension = FileSystems::getMime($imagePath)->getExtension();
339 if (!FileSystems::exists($this->page->getPathObject())) {
376 $this->buster = FileSystems::getCacheBuster($path);
H A DFileSystems.php9 class FileSystems class
82 if (FileSystems::exists($path)) {
83 FileSystems::delete($path);
177 return self::getChildren($namespacePath, FileSystems::CONTAINER);
187 return self::getChildren($namespacePath, FileSystems::LEAF);
201 $time = FileSystems::getModifiedTime($path);
280 if (FileSystems::exists($path)) {
H A DFont.php58 foreach (FileSystems::getChildrenLeaf($path) as $path) {
H A DHttpResponse.php223 FileSystems::setContent($main, "");
H A DIFetcherLocalImage.php24 $mime = FileSystems::getMime($path);
64 return FileSystems::getCacheBuster($this->getSourcePath());

1234