Home
last modified time | relevance | path

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

1234

/plugin/combo/ComboStrap/
H A DQualityTag.php21 if (!FileSystems::exists($wikiPath)) {
H A DSite.php79 if (FileSystems::exists($dokuPath)) {
339 if (FileSystems::exists($image)) {
353 if (!FileSystems::exists($pngLogoPath)) {
H A DSiteConfig.php264 if (FileSystems::isDirectory($this->defaultContextPath)) {
H A DSlotManagerMenuItem.php140 if (FileSystems::exists($secondaryPath)) {
H A DSnippet.php473 return FileSystems::getContent($path);
587 $wikiPath = FileSystems::createPathFromUri($uri);
676 $fileExists = FileSystems::exists($this->path);
846 if (!FileSystems::exists($internalPath)) {
906 if (FileSystems::getSize($internalPath) > $this->getMaxInlineSize()) {
H A DSqlite.php197 $fileChildren = FileSystems::getChildrenLeaf($metadatDirectory);
206 FileSystems::delete($child);
H A DSvgImageLink.php207 if (!FileSystems::exists($imagePath)) {
214 $imageSize = FileSystems::getSize($imagePath);
251 $imgHTML = FileSystems::getContent($fetchPath);
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 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);
/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 Dindexer.php21 use ComboStrap\FileSystems;
111 if (!FileSystems::exists($page)) {
20 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())) {
H A Dmetafacebook.php10 use ComboStrap\FileSystems; alias
144 if (FileSystems::exists($dokuPath)) {
167 if (!FileSystems::exists($path)) {
172 $mime = FileSystems::getMime($path);
H A Dmetagoogle.php5 use ComboStrap\FileSystems; alias
H A Dmetatwitter.php16 use ComboStrap\FileSystems; alias
110 if (!FileSystems::exists($page)) {
167 if (!FileSystems::exists($twitterImagePath)) {
H A Dpageprotection.php10 use ComboStrap\FileSystems;
331 if (!FileSystems::exists($requestedPath)) {
9 use ComboStrap\FileSystems; global() alias
H A Dpagesystemmutation.php9 use ComboStrap\FileSystems; alias
95 if (!FileSystems::exists($file) && $rev === false) {

1234