Home
last modified time | relevance | path

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

1234

/plugin/combo/ComboStrap/
H A DIcon.php65 if (!FileSystems::exists($mediaDokuPath)) {
H A DIconDownloader.php234 if (FileSystems::exists($this->path)) {
235 if (FileSystems::getSize($this->path) === 0) {
236 FileSystems::delete($this->path);
458 if (!FileSystems::exists($iconDir)) {
460 FileSystems::createDirectory($iconDir);
558 $jsonContent = FileSystems::getContent($path);
H A DIconTag.php109 if (FileSystems::exists($mediaPath)) {
H A DJson.php53 $content = FileSystems::getContent($path);
H A DLdJson.php99 if (FileSystems::exists($pageImagePath)) {
H A DLinkMarkup.php234 if (!FileSystems::exists($dokuPath)) {
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 DMarkupRef.php133 $isImage = FileSystems::getMime($this->url)->isImage();
314 if (!FileSystems::exists($markupPath) && $wikiPath !== "") {
320 if (FileSystems::exists($idPath)) {
H A DMediaMarkup.php273 $isImage = FileSystems::getMime($markupUrl)->isImage();
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 DOutline.php629 $markup = FileSystems::getContent($path);
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 DPathAbs.php27 * @deprecated see {@link FileSystems::getMime()}
32 return FileSystems::getMime($this);
H A DPathTreeNode.php19 * Build the tree from the file systems with the {@link FileSystems::getChildren()}
30 * Build the tree from the file systems with the {@link FileSystems::getChildren()}
39 $childrenPath = FileSystems::getChildren($parentPath);
47 if (FileSystems::isDirectory($childPath)) {
/plugin/combo/ComboStrap/Meta/Field/
H A DFeaturedImage.php6 use ComboStrap\FileSystems; alias
H A DFeaturedRasterImage.php6 use ComboStrap\FileSystems; alias
63 $mime = FileSystems::getMime($wikiPath);
H A DPageImagePath.php8 use ComboStrap\FileSystems; alias
70 if (!FileSystems::exists($path)) {
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 DSocialCardImage.php6 use ComboStrap\FileSystems; alias

1234