Home
last modified time | relevance | path

Searched refs:Mime (Results 26 – 45 of 45) sorted by relevance

12

/plugin/combo/ComboStrap/
H A DFetcherPage.php179 public function getMime(): Mime
181 return Mime::create(Mime::HTML);
H A DFileSystems.php239 public static function getMime(Path $path): Mime
243 return Mime::createFromExtension($extension);
249 return new Mime($mime);
H A DMediaLink.php66 case Mime::SVG:
H A DIFetcherLocalImage.php33 if ($mime->toString() === Mime::SVG) {
H A DFetcherSystem.php57 case Mime::SVG:
H A DThirdMediaLink.php74 case Mime::PDF:
H A DFetcherRailBar.php196 public function getMime(): Mime
198 return Mime::getHtml();
H A DFetcherTraitWikiPath.php91 public function getMime(): Mime
H A DWikiPath.php1063 function getMime(): Mime
1066 return new Mime(Mime::PLAIN_TEXT);
H A DFetcherSvg.php645 if ($mime->toString() === Mime::SVG) {
652 public function getMime(): Mime
654 return Mime::create(Mime::SVG);
H A DTemplateForWebPage.php421 ->addOutputAttributeValue("type", Mime::PNG)
458 ->addOutputAttributeValue("type", Mime::PNG)
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php26 use ComboStrap\Mime; alias
206 $responseMessage[] = $upsertMessages->getContent(Mime::PLAIN_TEXT);
252 ->setBody($payload, Mime::getJson())
299 ->setBody(json_encode($form), Mime::getJson())
/plugin/combo/action/
H A Dslotmanagermenuitem.php9 use ComboStrap\Mime; alias
H A Dmetamanager.php24 use ComboStrap\Mime; alias
H A Drouter.php18 use ComboStrap\Mime;
939 ->setBody(self::PAGE_404, Mime::getHtml())
17 use ComboStrap\Mime; global() alias
/plugin/combo/syntax/
H A Dmedia.php25 use ComboStrap\Mime; alias
114 if ($mime->toString() === Mime::SVG) {
/plugin/confmanager/lang/de/
H A Dmime.txt10 Sie können jede Dateierweiterung mit dem zugehörigen Mime finden auf: http://filext.com/
/plugin/combo/renderer/
H A Danalytics.php16 use ComboStrap\Mime; alias
175 ->setRequestedMime(Mime::getJson())
181 public static function getMime(): Mime
183 return Mime::create(self::RENDERER_NAME_MODE . "/json");
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1 …essFloat binaryNumber hexNumber\")\n });\n});\n\n/*\n How Properties of Mime Types are used by S…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt707 ¤ MPC: Mime type returned: audio/x-musepack

12