Home
last modified time | relevance | path

Searched refs:getMime (Results 1 – 25 of 51) sorted by path

123

/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php607 public function getMime() { function in Google_Result
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DResult.php244 public function getMime() function in Google\\Service\\CustomSearchAPI\\Result
/plugin/combo/ComboStrap/Api/
H A DApiRouter.php73 ->setBody($fetcher->getFetchString(), $fetcher->getMime())
/plugin/combo/ComboStrap/
H A DCacheLog.php46 $fetcher->getMime()->getExtension(),
69 $fetcher->getMime()->getExtension(),
H A DDimension.php274 $requestedMime = $attributes->getMime();
H A DFetcherAppPages.php141 public function getMime(): Mime function in ComboStrap\\FetcherAppPages
H A DFetcherCache.php48 $this->fileCache = new Cache($cacheKey, ".{$fetcher->getMime()->getExtension()}");
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"])) {
946 if (!in_array($this->getMime()->toString(), [Mime::XHTML, Mime::HTML])) {
1398 return "({$this->getSourceName()}) to ({$this->builderName} - {$this->getMime()}) wit
[all...]
H A DFetcherMarkupWebcode.php83 public function getMime(): Mime function in ComboStrap\\FetcherMarkupWebcode
H A DFetcherPage.php179 public function getMime(): Mime function in ComboStrap\\FetcherPage
H A DFetcherPageBundler.php61 public function getMime(): Mime function in ComboStrap\\FetcherPageBundler
79 ->setRequestedMime($this->getMime())
H A DFetcherPageSearch.php21 public function getMime(): Mime function in ComboStrap\\FetcherPageSearch
H A DFetcherPdf.php33 public function getMime(): Mime function in ComboStrap\\FetcherPdf
H A DFetcherRailBar.php196 public function getMime(): Mime
195 public function getMime(): Mime global() function in ComboStrap\\FetcherRailBar
H A DFetcherScreenshot.php184 ->resolve($lastNameWithoutExtension . "." . $this->getMime()->getExtension());
208 public function getMime(): Mime function in ComboStrap\\FetcherScreenshot
H A DFetcherSvg.php641 $mime = FileSystems::getMime($dokuPath);
652 public function getMime(): Mime function in ComboStrap\\FetcherSvg
H A DFetcherSystem.php52 $mime = FileSystems::getMime($dokuPath);
H A DFetcherTraitWikiPath.php91 public function getMime(): Mime function
93 return FileSystems::getMime($this->path);
H A DFetcherVignette.php284 $extension = FileSystems::getMime($imagePath)->getExtension();
317 public function getMime(): Mime function in ComboStrap\\FetcherVignette
H A DFileSystems.php239 public static function getMime(Path $path): Mime function in ComboStrap\\FileSystems
H A DIFetcher.php82 public function getMime(): Mime; function
H A DIFetcherLocalImage.php24 $mime = FileSystems::getMime($path);
H A DImageLink.php75 $isImage = $fetcher->getMime()->isImage();
H A DLdJson.php92 $mime = $pageImagePath->getMime()->toString();
H A DLocalFileSystem.php44 $mime = FileSystems::getMime($path);

123