Home
last modified time | relevance | path

Searched refs:getMime (Results 1 – 25 of 40) sorted by relevance

12

/template/strap/ComboStrap/
H A DFetcherMarkup.php308 public function getMime(): Mime function in ComboStrap\\FetcherMarkup
559 $extension = $this->getMime()->getExtension();
590 $this->builderName = $this->getMime()->getExtension();
597 ->setRequestedMime($this->getMime())
647 if (in_array($this->getMime()->toString(), [Mime::XHTML, Mime::HTML])) {
705 $extension = $this->getMime()->getExtension();
730 return parent::__toString() . " ({$this->getSourceName()}, {$this->getMime()->toString()})";
793 if (!in_array($this->getMime()->getExtension(), ["html", "xhtml"])) {
953 if (!in_array($this->getMime()->toString(), [Mime::XHTML, Mime::HTML])) {
1405 …return "({$this->getSourceName()}) to ({$this->builderName} - {$this->getMime()}) with context ({$…
H A DThirdMediaLink.php41 $extension = FileSystems::getMime($path);
68 $mime = FileSystems::getMime($path);
H A DPathAbs.php29 public function getMime(): Mime function in ComboStrap\\PathAbs
32 return FileSystems::getMime($this);
H A DFetcherTraitWikiPath.php91 public function getMime(): Mime function
93 return FileSystems::getMime($this->path);
H A DCacheLog.php46 $fetcher->getMime()->getExtension(),
69 $fetcher->getMime()->getExtension(),
H A DFetcherScreenshot.php184 ->resolve($lastNameWithoutExtension . "." . $this->getMime()->getExtension());
208 public function getMime(): Mime function in ComboStrap\\FetcherScreenshot
H A DMediaLink.php64 $mime = $mediaMarkup->getFetcher()->getMime();
H A DIFetcher.php82 public function getMime(): Mime; function
H A DPath.php112 function getMime(): ?Mime; function
H A DFetcherPdf.php33 public function getMime(): Mime function in ComboStrap\\FetcherPdf
H A DIFetcherLocalImage.php24 $mime = FileSystems::getMime($path);
H A DFetcherCache.php48 $this->fileCache = new Cache($cacheKey, ".{$fetcher->getMime()->getExtension()}");
H A DFetcherPageSearch.php21 public function getMime(): Mime function in ComboStrap\\FetcherPageSearch
H A DFetcherSystem.php52 $mime = FileSystems::getMime($dokuPath);
H A DFetcherPageBundler.php70 public function getMime(): Mime function in ComboStrap\\FetcherPageBundler
88 ->setRequestedMime($this->getMime())
H A DImageLink.php75 $isImage = $fetcher->getMime()->isImage();
H A DFetcherVignette.php284 $extension = FileSystems::getMime($imagePath)->getExtension();
317 public function getMime(): Mime function in ComboStrap\\FetcherVignette
H A DFetcherMarkupWebcode.php83 public function getMime(): Mime function in ComboStrap\\FetcherMarkupWebcode
H A DLocalFileSystem.php44 $mime = FileSystems::getMime($path);
H A DFetcherAppPages.php141 public function getMime(): Mime function in ComboStrap\\FetcherAppPages
/template/strap/action/
H A Dstaticresource.php141 $mime = $fetcher->getMime();
312 $mime = FileSystems::getMime($mediaToSend);
H A Ddocustom.php181 $mime = $fetcher->getMime();
H A Dmetafacebook.php172 $mime = FileSystems::getMime($path);
/template/strap/ComboStrap/Api/
H A DApiRouter.php73 ->setBody($fetcher->getFetchString(), $fetcher->getMime())
/template/strap/ComboStrap/Meta/Field/
H A DFeaturedRasterImage.php63 $mime = FileSystems::getMime($wikiPath);

12