| /template/strap/ComboStrap/ |
| H A D | FetcherMarkup.php | 308 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 D | ThirdMediaLink.php | 41 $extension = FileSystems::getMime($path); 68 $mime = FileSystems::getMime($path);
|
| H A D | PathAbs.php | 29 public function getMime(): Mime function in ComboStrap\\PathAbs 32 return FileSystems::getMime($this);
|
| H A D | FetcherTraitWikiPath.php | 91 public function getMime(): Mime function 93 return FileSystems::getMime($this->path);
|
| H A D | CacheLog.php | 46 $fetcher->getMime()->getExtension(), 69 $fetcher->getMime()->getExtension(),
|
| H A D | FetcherScreenshot.php | 184 ->resolve($lastNameWithoutExtension . "." . $this->getMime()->getExtension()); 208 public function getMime(): Mime function in ComboStrap\\FetcherScreenshot
|
| H A D | MediaLink.php | 64 $mime = $mediaMarkup->getFetcher()->getMime();
|
| H A D | IFetcher.php | 82 public function getMime(): Mime; function
|
| H A D | Path.php | 112 function getMime(): ?Mime; function
|
| H A D | FetcherPdf.php | 33 public function getMime(): Mime function in ComboStrap\\FetcherPdf
|
| H A D | IFetcherLocalImage.php | 24 $mime = FileSystems::getMime($path);
|
| H A D | FetcherCache.php | 48 $this->fileCache = new Cache($cacheKey, ".{$fetcher->getMime()->getExtension()}");
|
| H A D | FetcherPageSearch.php | 21 public function getMime(): Mime function in ComboStrap\\FetcherPageSearch
|
| H A D | FetcherSystem.php | 52 $mime = FileSystems::getMime($dokuPath);
|
| H A D | FetcherPageBundler.php | 70 public function getMime(): Mime function in ComboStrap\\FetcherPageBundler 88 ->setRequestedMime($this->getMime())
|
| H A D | ImageLink.php | 75 $isImage = $fetcher->getMime()->isImage();
|
| H A D | FetcherVignette.php | 284 $extension = FileSystems::getMime($imagePath)->getExtension(); 317 public function getMime(): Mime function in ComboStrap\\FetcherVignette
|
| H A D | FetcherMarkupWebcode.php | 83 public function getMime(): Mime function in ComboStrap\\FetcherMarkupWebcode
|
| H A D | LocalFileSystem.php | 44 $mime = FileSystems::getMime($path);
|
| H A D | FetcherAppPages.php | 141 public function getMime(): Mime function in ComboStrap\\FetcherAppPages
|
| /template/strap/action/ |
| H A D | staticresource.php | 141 $mime = $fetcher->getMime(); 312 $mime = FileSystems::getMime($mediaToSend);
|
| H A D | docustom.php | 181 $mime = $fetcher->getMime();
|
| H A D | metafacebook.php | 172 $mime = FileSystems::getMime($path);
|
| /template/strap/ComboStrap/Api/ |
| H A D | ApiRouter.php | 73 ->setBody($fetcher->getFetchString(), $fetcher->getMime())
|
| /template/strap/ComboStrap/Meta/Field/ |
| H A D | FeaturedRasterImage.php | 63 $mime = FileSystems::getMime($wikiPath);
|