Home
last modified time | relevance | path

Searched refs:Mime (Results 26 – 45 of 45) sorted by last modified time

12

/plugin/combo/action/
H A Dlinkwizard.php11 use ComboStrap\Mime; alias
96 ->setBody("<div>" . $lang['nothingfound'] . "</div>", Mime::getHtml())
152 ->setBody($html, Mime::getHtml())
H A Dmanifest.php4 use ComboStrap\Mime; alias
90 if ($iconArray["type"] === Mime::SVG) {
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
H A Dstaticresource.php15 use ComboStrap\Mime; alias
117 if ($mime->isImage() || in_array($mime->toString(), [Mime::JAVASCRIPT, Mime::CSS])) {
135 $event->data['mime'] = Mime::JSON;
289 ->setBodyAsJsonMessage("Mime not found")
H A Dbacklinkmenuitem.php11 use ComboStrap\Mime; alias
112 ->setBody("The page id should not be empty", Mime::getHtml())
127 ->setBody($html, Mime::getHtml())
/plugin/combo/ComboStrap/
H A DMediaLink.php66 case Mime::SVG:
H A DMessage.php85 return $this->addContent($message, Mime::HTML);
118 $plainTextLines = $this->content[Mime::PLAIN_TEXT];
164 $htmlContent = $this->getContent(Mime::HTML);
217 return $this->addContent($text, Mime::PLAIN_TEXT);
222 $content = $this->getContent(Mime::PLAIN_TEXT);
H A DFileSystems.php239 public static function getMime(Path $path): Mime
243 return Mime::createFromExtension($extension);
249 return new Mime($mime);
H A DPathAbs.php25 * @return Mime based on the {@link PathAbs::getExtension()}
29 public function getMime(): Mime
H A DWikiPath.php1063 function getMime(): Mime
1066 return new Mime(Mime::PLAIN_TEXT);
H A DFetcherMarkup.php100 public Mime $mime;
306 * @return Mime
308 public function getMime(): Mime
316 return Mime::createFromExtension(self::XHTML_MODE);
324 * TODO: split We should split fetcherMarkup by object type output and {@link Mime}
647 if (in_array($this->getMime()->toString(), [Mime::XHTML, Mime::HTML])) {
946 if (!in_array($this->getMime()->toString(), [Mime::XHTML, Mime::HTML])) {
1020 ->setRequestedMime(Mime
[all...]
H A DFetcherMarkupWebcode.php83 public function getMime(): Mime
85 return Mime::getHtml();
H A DFetcherPageBundler.php59 * @return Mime
61 public function getMime(): Mime
63 return Mime::getHtml();
H A DPath.php109 * @return Mime the mime from the extension
112 function getMime(): ?Mime;
H A DHttpResponse.php48 private Mime $mime;
102 $mime = Mime::create($contentTypeValue);
104 $mime = Mime::getBinary();
137 Http::setMime(Mime::PLAIN_TEXT);
252 $this->setBody($message, Mime::getJson());
258 function setBody(string $body, Mime $mime): HttpResponse
397 $this->setBody($message, Mime::getHtml());
409 return Mime::BINARY_MIME;
H A DIFetcher.php29 * The hierarchy is {@link Mime} based.
76 * @return Mime - the mime of the output
82 public function getMime(): Mime;
H A DIFetcherLocalImage.php33 if ($mime->toString() === Mime::SVG) {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt707 ¤ MPC: Mime type returned: audio/x-musepack
/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…

12