Home
last modified time | relevance | path

Searched refs:FileSystems (Results 26 – 50 of 82) sorted by relevance

1234

/plugin/combo/ComboStrap/
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 DFetcherMarkupWebcode.php59 return FileSystems::getCacheBuster(ClassUtility::getClassPath(FetcherMarkupWebcode::class));
111 return FileSystems::getContent($fetcherCache->getFile());
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 DPageExplorerTag.php108 if (!FileSystems::exists($page->getPathObject())) {
390 if (FileSystems::exists($currentIndexPage)) {
503 foreach (FileSystems::getChildrenContainer($namespacePath) as $subNamespacePath) {
554 $childrenLeaf = FileSystems::getChildrenLeaf($namespacePath);
564 && FileSystems::exists($childPagePath)
H A DFont.php58 foreach (FileSystems::getChildrenLeaf($path) as $path) {
H A DTemplateSlot.php175 return FileSystems::closest($requestedPath, $this->getLastFileNameForFragment() . '.' . $contextExtension);
182 return FileSystems::closest($requestedPath, $this->getLastFileNameForFragment() . '.' . $contextExtension);
H A DMarkupPath.php196 if (FileSystems::isDirectory($path)) {
560 return FileSystems::getContent($this->getPathObject());
584 * Use {@link FileSystems::setContent()} if you don't want any log
760 if (!FileSystems::exists($this)) {
845 if (!FileSystems::exists($startPage)) {
868 * @deprecated for {@link FileSystems::exists()}
872 return FileSystems::exists($this);
1067 if (FileSystems::exists($this)) {
2115 FileSystems::setContent($this, $textContent);
2195 if (FileSystems
[all...]
H A DMetadataFrontmatterStore.php72 $metaModifiedTime = FileSystems::getModifiedTime($metaFilePath);
73 $pageModifiedTime = FileSystems::getModifiedTime($resourceCombo->getPathObject());
248 $content = FileSystems::getContent($page->getPathObject());
H A DFetcherVignette.php284 $extension = FileSystems::getMime($imagePath)->getExtension();
339 if (!FileSystems::exists($this->page->getPathObject())) {
376 $this->buster = FileSystems::getCacheBuster($path);
H A DPageId.php109 if (!FileSystems::exists($resource->getPathObject())) {
157 if (!FileSystems::exists($pageDbValue->getPathObject())) {
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 DClassUtility.php76 foreach (FileSystems::getChildrenLeaf($parent) as $child) {
H A DSqlite.php197 $fileChildren = FileSystems::getChildrenLeaf($metadatDirectory);
206 FileSystems::delete($child);
H A DFetcherPageBundler.php130 if (FileSystems::exists($startPath)) {
140 $childrenPages = MarkupFileSystem::getOrCreate()->getChildren($startPath, FileSystems::LEAF);
H A DJson.php53 $content = FileSystems::getContent($path);
H A DLowQualityCalculatedIndicator.php56 if (!FileSystems::exists($analyticsCache)) {
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php9 use ComboStrap\FileSystems; alias
286 if (!FileSystems::exists($pageImage->getImagePath())) {
350 $data[MetadataDokuWikiStore::CURRENT_METADATA]['relation']['media'][$dokuPath->getWikiId()] = FileSystems::exists($dokuPath);
H A DPageTemplateName.php9 use ComboStrap\FileSystems; alias
92 $files = FileSystems::getChildrenLeaf($directory);
H A DFeaturedImage.php6 use ComboStrap\FileSystems; alias
/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 Dmetagoogle.php5 use ComboStrap\FileSystems; alias
H A Dslotmanagermenuitem.php5 use ComboStrap\FileSystems; alias
H A Dpageprotection.php10 use ComboStrap\FileSystems;
331 if (!FileSystems::exists($requestedPath)) {
9 use ComboStrap\FileSystems; global() alias
/plugin/combo/syntax/
H A Dmedia.php15 use ComboStrap\FileSystems; alias
89 if (!FileSystems::exists($path)) {
157 if (!FileSystems::exists($path)) {

1234