Home
last modified time | relevance | path

Searched refs:FileSystems (Results 26 – 50 of 82) sorted by last modified time

1234

/plugin/combo/ComboStrap/
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 DTemplateEngine.php82 FileSystems::createDirectoryIfNotExists($themePagesTemplateDirectory);
83 FileSystems::createDirectoryIfNotExists($themePagesPartialsDirectory);
89 if (FileSystems::exists($themePagesTemplateDirectory)) {
94 if (FileSystems::exists($themePagesPartialsDirectory)) {
99 if (FileSystems::exists($themeComponentsCssDirectory)) {
102 if (FileSystems::exists($themeComponentsHtmlDirectory)) {
245 $directories = FileSystems::getChildrenContainer(self::getThemeHomeAsWikiPath());
324 FileSystems::setContent($templateFile, $templateContent);
335 if (FileSystems::exists($file)) {
348 if (FileSystems
[all...]
H A DTemplateForWebPage.php240 if (!FileSystems::exists($jsPath)) {
269 if (!FileSystems::exists($path)) {
379 $icoWikiPath = FileSystems::getFirstExistingPath($iconPaths);
413 $iconPath = FileSystems::getFirstExistingPath($iconPaths);
446 $iconPath = FileSystems::getFirstExistingPath($iconPaths);
743 if (FileSystems::isDirectory($wikiPath)) {
957 $content = FileSystems::getContent($cssPath);
1102 if (!FileSystems::exists($file)) {
H A DTemplateSlot.php175 return FileSystems::closest($requestedPath, $this->getLastFileNameForFragment() . '.' . $contextExtension);
182 return FileSystems::closest($requestedPath, $this->getLastFileNameForFragment() . '.' . $contextExtension);
H A DThirdMediaLink.php41 $extension = FileSystems::getMime($path);
47 if (!FileSystems::exists($path)) {
68 $mime = FileSystems::getMime($path);
H A DWikiFileSystem.php42 return FileSystems::exists($path->toLocalPath());
52 return FileSystems::getContent($localPath);
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());
140 return FileSystems::closest($path->toLocalPath(), $lastFullName);
149 FileSystems
[all...]
H A DLinkMarkup.php234 if (!FileSystems::exists($dokuPath)) {
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 DMarkupRef.php133 $isImage = FileSystems::getMime($this->url)->isImage();
314 if (!FileSystems::exists($markupPath) && $wikiPath !== "") {
320 if (FileSystems::exists($idPath)) {
H A DCacheLog.php37 if (!FileSystems::exists($contentCachePath)) {
41 FileSystems::delete($contentCachePath);
H A DCacheReportHtmlDataBlockArray.php42 $modifiedTime = FileSystems::getModifiedTime($result->getPath());
H A DMediaMarkup.php273 $isImage = FileSystems::getMime($markupUrl)->isImage();
H A DClassUtility.php76 foreach (FileSystems::getChildrenLeaf($parent) as $child) {
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php19 use ComboStrap\FileSystems; alias
253 $content = FileSystems::getContent($path);
/plugin/combo/action/
H A Ddocustom.php10 use ComboStrap\FileSystems;
146 if (!FileSystems::exists($path)) {
9 use ComboStrap\FileSystems; global() alias
H A Deventsystem.php20 use ComboStrap\FileSystems; global() alias
H A Dlang.php8 use ComboStrap\FileSystems; alias
79 if (!FileSystems::exists($page->getPathObject())) {
96 if (!FileSystems::exists($page->getPathObject())) {
H A Dlinkmove.php9 use ComboStrap\FileSystems; alias
49 if (!FileSystems::exists($lockFile)) {
52 $lockFileDateTimeModified = FileSystems::getModifiedTime($lockFile);
H A Dlinkwizard.php6 use ComboStrap\FileSystems; alias
135 if (!FileSystems::exists($page->getPathObject())) {
/plugin/combo/syntax/
H A Dlink.php15 use ComboStrap\FileSystems; alias
634 if (!FileSystems::exists($path)) {
H A Dmedia.php15 use ComboStrap\FileSystems; alias
89 if (!FileSystems::exists($path)) {
157 if (!FileSystems::exists($path)) {

1234