Home
last modified time | relevance | path

Searched refs:FileSystems (Results 51 – 75 of 82) sorted by last modified time

1234

/plugin/combo/action/
H A Dpagesystemmutation.php9 use ComboStrap\FileSystems; alias
95 if (!FileSystems::exists($file) && $rev === false) {
H A Dqualitymutation.php9 use ComboStrap\FileSystems; global() alias
H A Drouter.php11 use ComboStrap\FileSystems;
274 if (!FileSystems::exists($page)) {
344 if (FileSystems::exists($requestedMarkupPath)) {
370 if (FileSystems::exists($targetPath)) {
10 use ComboStrap\FileSystems; global() alias
H A Dstaticresource.php7 use ComboStrap\FileSystems; alias
166 if (!FileSystems::exists($mediaToSend)) {
283 $mime = FileSystems::getMime($mediaToSend);
321 http_rangeRequest($filePointer, FileSystems::getSize($mediaToSend), $mime->toString());
361 $etagString = FileSystems::getModifiedTime($mediaFile)->format('r');
/plugin/combo/ComboStrap/
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 DDictionary.php16 if (!FileSystems::exists($path)) {
19 $jsonContent = FileSystems::getContent($path);
H A DOutline.php629 $markup = FileSystems::getContent($path);
H A DFileSystems.php9 class FileSystems class
82 if (FileSystems::exists($path)) {
83 FileSystems::delete($path);
177 return self::getChildren($namespacePath, FileSystems::CONTAINER);
187 return self::getChildren($namespacePath, FileSystems::LEAF);
201 $time = FileSystems::getModifiedTime($path);
280 if (FileSystems::exists($path)) {
H A DFont.php58 foreach (FileSystems::getChildrenLeaf($path) as $path) {
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)) {
H A DIcon.php65 if (!FileSystems::exists($mediaDokuPath)) {
H A DSqlite.php197 $fileChildren = FileSystems::getChildrenLeaf($metadatDirectory);
206 FileSystems::delete($child);
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);
H A DFetcherMarkup.php784 $text = FileSystems::getContent($path);
1093 return FileSystems::getContent($sourcePath);
1198 if (FileSystems::exists($this->getMetaPathOrFail())) {
1262 if (!FileSystems::exists($path)) {
H A DFetcherMarkupWebcode.php59 return FileSystems::getCacheBuster(ClassUtility::getClassPath(FetcherMarkupWebcode::class));
111 return FileSystems::getContent($fetcherCache->getFile());
H A DFetcherPageBundler.php130 if (FileSystems::exists($startPath)) {
140 $childrenPages = MarkupFileSystem::getOrCreate()->getChildren($startPath, FileSystems::LEAF);
H A DHttpResponse.php223 FileSystems::setContent($main, "");
H A DQualityTag.php21 if (!FileSystems::exists($wikiPath)) {
H A DIFetcherLocalImage.php24 $mime = FileSystems::getMime($path);
64 return FileSystems::getCacheBuster($this->getSourcePath());
/plugin/combo/ComboStrap/Meta/Field/
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 DSocialCardImage.php6 use ComboStrap\FileSystems; alias
H A DPageTemplateName.php9 use ComboStrap\FileSystems; alias
92 $files = FileSystems::getChildrenLeaf($directory);

1234