Home
last modified time | relevance | path

Searched refs:mime (Results 76 – 100 of 178) sorted by last modified time

12345678

/plugin/drawio/
H A DREADME.md66 * You added `svg image/svg+xml` line to conf/mime.local.conf
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md141 * Added: Content negotiation now correctly support mime-type parameters such as
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php132 $mime = 'text/calendar; charset=utf-8';
134 $mime .= '; component=' . $this->objectData['component'];
136 return $mime;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php580 $mime = 'application/octet-stream';
589 $mime = $map[$ext];
592 $this->server->httpResponse->setHeader('Content-Type', $mime);
/plugin/abc/
H A Dstyle.css29 /* if you allow midi files per mime(.local).conf, you should comment the follow lines out
H A Dsyntax.php368 list($ext, $mime) = mimetype($file, false);
370 if(substr($mime, 0, 5) == 'image') {
/plugin/structsection/
H A Dyarn.lock2027 mime-db@1.44.0:
2029 …resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10…
2032 mime-types@^2.1.27:
2034 …resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722…
2037 mime-db "1.44.0"
2838 mime-types "^2.1.27"
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dflac.js711 mime = stream.readString(mimeLen),
H A Dmp3.js3899 mime: 'latin1',
3921 mime: 'latin1',
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt681 * Bugfix: ASF module returned mime type video/x-ms-wma instead of
/plugin/filelist/
H A Dsyntax.php
/plugin/feed/
H A Dfeed.php25 $mime = 'text/xml'; variable
29 $mime = 'text/xml'; variable
33 $mime = 'application/xml'; variable
37 $mime = 'application/atom+xml'; variable
41 $mime = 'application/xml'; variable
/plugin/prettyphoto/
H A Drenderer.php31 list($ext,$mime,$dl) = mimetype($src,false);
32 if (substr($mime,0,5) === 'image' && $render) {
37 } else if ($mime === 'application/x-shockwave-flash' && $render) {
/plugin/codemirror/dist/
H A Dscripts.min.js.map1mime","spec","resolveMode","getMode","options","mfactory","modeObj","modeExtensions","exts","helpe…
H A Dscripts.min.js8mime:"text/x-ttcn-asn"},asterisk:{name:"asterisk"},aspx:{name:"htmlembedded",mime:"application/x-a… property in AnonymousFunction3fb7904a21a00.c.cython
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1mime type\n if (hooks[ch]) {\n var result = hooks[ch](stream, state);\n if (result !=…
H A Dshell.min.js.map1 …l scripts\n// http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types\nCodeMirror.d…
H A Dmarkdown.min.js1 …ll";function f(c){if(a.findModeByName){var d=a.findModeByName(c);if(d)c=d.mime||d.mimes[0]}var e=a…
H A Dmarkdown.min.js.map1mime","mimes","mode","highlightFormatting","undefined","maxBlockquoteDepth","taskLists","strikethr…
/plugin/dropfiles/action/
H A Dajax.php203 list(, $mime) = mimetype($id);
204 $ok = media_contentcheck($fn, $mime);
/plugin/dropfiles/
H A Dyarn.lock1085 mime-types "^2.1.12"
1776 mime-db@~1.30.0:
1778 …resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.30.0.tgz#74c643da2dd9d6a45399963465b26d…
1780 mime-types@^2.1.12, mime-types@~2.1.7:
1782 …resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.17.tgz#09d7a393f03e995a79f8af85…
1784 mime-db "~1.30.0"
2385 mime-types "~2.1.7"
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 ….org/mozilla-central/rev/4a590a5a15e35d88a3b23dd6ac3c471cf85b04a8/netwerk/mime/nsMIMEHeaderParamIm…
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock1022 mime-types "^2.1.12"
1660 mime-db@~1.33.0:
1662 …resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.33.0.tgz#a3492050a5cb9b63450541e39d9788…
1664 mime-types@^2.1.12, mime-types@~2.1.7:
1666 …resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.18.tgz#6f323f60a83d11146f831ff1…
1668 mime-db "~1.33.0"
2174 mime-types "~2.1.7"
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock1232 mime "^1.2.11"
1386 mime "~1.2.11"
2140 mime-db@~1.25.0:
2144 mime-types@^2.1.11, mime-types@^2.1.12, mime-types@~2.1.7:
2148 mime-db "~1.25.0"
2150 mime-types@~1.0.1:
2154 mime@^1.2.11:
2158 mime@~1.2.11:
2697 mime-types "~2.1.7"
2713 mime-types "~1.0.1"
[all …]
/plugin/file2dw/
H A Daction.php269 list( $ext, $mime ) = mimetype($this->userFile);
270 …if ( media_upload_finish($this->userFile, $destFile, $this->nsName, $mime, @file_exists($destFile)…
327 list( $ext, $mime ) = mimetype( $imgPath );
349 …$mediaReturn = media_upload_finish($imgPath, $destFile, $this->nsName, $mime, @file_exists($destFi…

12345678