Home
last modified time | relevance | path

Searched refs:FileSystems (Results 51 – 75 of 82) sorted by relevance

1234

/plugin/combo/ComboStrap/
H A DFetcherRawLocalPath.php88 return FileSystems::getCacheBuster($this->getSourcePath());
H A DFetcherSystem.php52 $mime = FileSystems::getMime($dokuPath);
H A DPathAbs.php27 * @deprecated see {@link FileSystems::getMime()}
32 return FileSystems::getMime($this);
H A DWikiPath.php324 if (FileSystems::exists($defaultWikiPath)) {
337 if (FileSystems::exists($markupWikiPath)) {
632 if (FileSystems::isDirectory($path)) {
925 return FileSystems::getModifiedTime($this)->getTimestamp();
1068 return FileSystems::getMime($this);
H A DCreationDate.php40 return FileSystems::getCreationTime($path);
H A DCacheReportHtmlDataBlockArray.php42 $modifiedTime = FileSystems::getModifiedTime($result->getPath());
H A DMarkupRef.php133 $isImage = FileSystems::getMime($this->url)->isImage();
314 if (!FileSystems::exists($markupPath) && $wikiPath !== "") {
320 if (FileSystems::exists($idPath)) {
H A DFetcherTraitWikiPath.php93 return FileSystems::getMime($this->path);
H A DSlotManagerMenuItem.php140 if (FileSystems::exists($secondaryPath)) {
H A DIcon.php65 if (!FileSystems::exists($mediaDokuPath)) {
H A DQualityTag.php21 if (!FileSystems::exists($wikiPath)) {
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 DSite.php79 if (FileSystems::exists($dokuPath)) {
339 if (FileSystems::exists($image)) {
353 if (!FileSystems::exists($pngLogoPath)) {
H A DFetcherScreenshot.php205 return FileSystems::getCacheBuster(ClassUtility::getClassPath(FetcherScreenshot::class));
H A DBreadcrumbTag.php154 if (FileSystems::exists($page->getPathObject()) && $current === false) {
H A DIconTag.php109 if (FileSystems::exists($mediaPath)) {
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 DFetcherRaster.php146 if (!FileSystems::exists($this->getSourcePath())) {
H A DLdJson.php99 if (FileSystems::exists($pageImagePath)) {
H A DBrandButton.php423 if (!FileSystems::exists($icon)) {
513 if (!FileSystems::exists($this->getResourceIconFile())) {
/plugin/combo/ComboStrap/Meta/Field/
H A DSocialCardImage.php6 use ComboStrap\FileSystems; alias
/plugin/combo/action/
H A Dqualitymutation.php9 use ComboStrap\FileSystems; global() alias
H A Drouter.php11 use ComboStrap\FileSystems;
274 if (!FileSystems::exists($page)) {
344 if (FileSystems::exists($requestedMarkupPath)) {
370 if (FileSystems::exists($targetPath)) {
10 use ComboStrap\FileSystems; global() alias
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php19 use ComboStrap\FileSystems; alias
253 $content = FileSystems::getContent($path);
/plugin/combo/syntax/
H A Dlink.php15 use ComboStrap\FileSystems; alias
634 if (!FileSystems::exists($path)) {

1234