Home
last modified time | relevance | path

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

1234

/plugin/combo/ComboStrap/
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 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 DSvgImageLink.php207 if (!FileSystems::exists($imagePath)) {
214 $imageSize = FileSystems::getSize($imagePath);
251 $imgHTML = FileSystems::getContent($fetchPath);

1234