Home
last modified time | relevance | path

Searched refs:getMime (Results 26 – 50 of 51) sorted by relevance

123

/plugin/combo/ComboStrap/Meta/Field/
H A DFeaturedRasterImage.php63 $mime = FileSystems::getMime($wikiPath);
/plugin/combo/ComboStrap/
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
H A DLdJson.php92 $mime = $pageImagePath->getMime()->toString();
H A DDimension.php274 $requestedMime = $attributes->getMime();
H A DRasterImageLink.php52 $mime = $fetcher->getMime();
H A DMediaMarkup.php209 $isImage = $mediaMarkup->getFetcher()->getMime()->isImage();
273 $isImage = FileSystems::getMime($markupUrl)->isImage();
879 * If you want to known the mime use {@link self::getFetcher()} then {@link IFetcher::getMime()}
H A DFetcherPage.php179 public function getMime(): Mime function in ComboStrap\\FetcherPage
H A DFetcherRailBar.php196 public function getMime(): Mime
195 public function getMime(): Mime global() function in ComboStrap\\FetcherRailBar
H A DFileSystems.php239 public static function getMime(Path $path): Mime function in ComboStrap\\FileSystems
H A DWikiPath.php1063 function getMime(): Mime function in ComboStrap\\WikiPath
1068 return FileSystems::getMime($this);
H A DMarkupRef.php133 $isImage = FileSystems::getMime($this->url)->isImage();
H A DFetcherSvg.php641 $mime = FileSystems::getMime($dokuPath);
652 public function getMime(): Mime function in ComboStrap\\FetcherSvg
/plugin/zip/pear/File/Archive/Writer/
H A DTar.php205 function getMime() { return "application/x-tar"; } function in File_Archive_Writer_Tar
H A DZip.php257 function getMime() { return "application/zip"; } function in File_Archive_Writer_Zip
/plugin/combo/action/
H A Ddocustom.php181 $mime = $fetcher->getMime();
H A Dmetafacebook.php172 $mime = FileSystems::getMime($path);
/plugin/combo/syntax/
H A Dmedia.php102 $mime = $path->getMime();
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php203 $mime = $imageFetcher->getMime();
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php607 public function getMime() { function in Google_Result
/plugin/combo/ComboStrap/Web/
H A DUrl.php650 return FetcherSystem::createPathFetcherFromUrl($this)->getMime()->getExtension();
/plugin/combo/renderer/
H A Danalytics.php181 public static function getMime(): Mime function in renderer_plugin_combo_analytics

123