Home
last modified time | relevance | path

Searched refs:FileSystems (Results 1 – 25 of 82) sorted by last modified time

1234

/plugin/combo/ComboStrap/
H A DJson.php53 $content = FileSystems::getContent($path);
H A DLdJson.php99 if (FileSystems::exists($pageImagePath)) {
H A DLocalFileSystem.php44 $mime = FileSystems::getMime($path);
154 case FileSystems::CONTAINER:
155 if (FileSystems::isDirectory($childPath)) {
159 case FileSystems::LEAF:
160 if (!FileSystems::isDirectory($childPath)) {
165 LogUtility::internalError("The type of file ($type) is unknown. It should be `" . FileSystems::CONTAINER . "` or `" . FileSystems::LEAF . "`");
188 if (FileSystems::isDirectory($path)) {
190 if (FileSystems::exists($closest)) {
202 if (FileSystems
[all...]
H A DLowQualityCalculatedIndicator.php56 if (!FileSystems::exists($analyticsCache)) {
H A DMarkupFileSystem.php30 return FileSystems::exists($path->getPathObject());
39 return FileSystems::getContent($path->getPathObject());
48 return FileSystems::getModifiedTime($path->getPathObject());
69 $childrenPath = FileSystems::getChildren($parent, $type);
82 FileSystems::setContent($path->toLocalPath(), $content);
92 FileSystems::delete($path->toLocalPath());
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 DCacheExpirationDate.php55 if (!FileSystems::exists($path)) {
69 $expirationTime = FileSystems::getCreationTime($path);
H A DCreationDate.php40 return FileSystems::getCreationTime($path);
H A DMetadataFrontmatterStore.php72 $metaModifiedTime = FileSystems::getModifiedTime($metaFilePath);
73 $pageModifiedTime = FileSystems::getModifiedTime($resourceCombo->getPathObject());
248 $content = FileSystems::getContent($page->getPathObject());
H A DModificationDate.php34 $modificationTime = FileSystems::getModifiedTime($this->getResource()->getPathObject());
102 return FileSystems::getModifiedTime($this->getResource()->getPathObject());
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 DPageId.php109 if (!FileSystems::exists($resource->getPathObject())) {
157 if (!FileSystems::exists($pageDbValue->getPathObject())) {
H A DFetcherMarkupBuilder.php278 if (!FileSystems::exists($this->builderMarkupSourcePath)) {
H A DFetcherPage.php144 return FileSystems::getContent($cache->getFile());
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));
/plugin/combo/action/
H A Dindexer.php21 use ComboStrap\FileSystems;
111 if (!FileSystems::exists($page)) {
20 use ComboStrap\FileSystems; global() alias
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 Dslotmanagermenuitem.php5 use ComboStrap\FileSystems; alias
H A Dslottemplate.php9 use ComboStrap\FileSystems; alias
54 if (!FileSystems::exists($pageHeaderPath)) {
58 $event->data["tpl"] = FileSystems::getContent($pageHeaderPath);
/plugin/combo/ComboStrap/Meta/Field/
H A DFeaturedImage.php6 use ComboStrap\FileSystems; alias

1234