Home
last modified time | relevance | path

Searched refs:mime (Results 126 – 150 of 178) sorted by relevance

12345678

/plugin/latexit/
H A Drenderer.php1157 $mime = mimetype($src);
1158 if (substr($mime[1], 0, 5) == "image") {
1195 $mime = mimetype($filename);
1197 if (substr($mime[1], 0, 5) == "image") {
/plugin/medialist/
H A Dhelper.php202 list($ext,$mime) = mimetype($item['id']);
/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js2395 var doImportFile = mxUtils.bind(this, function(data, mime, filename) argument
2454 var mime = 'text/xml';
2458 mime = 'image/png';
2462 mime = 'image/jpg';
2466 mime = 'image/gif';
2470 mime = 'application/pdf';
2473 return mime;
2494 mime = 'image/svg+xml';
2497 doImportFile(file.getData(), mime, file.getTitle());
2631 doImportFile(data, mime, fileUrl);
[all …]
/plugin/codemirror/dist/
H A Dscripts.min.js8mime:"text/x-ttcn-asn"},asterisk:{name:"asterisk"},aspx:{name:"htmlembedded",mime:"application/x-a… property in AnonymousFunction3fb7904a21a00.c.haxe
/plugin/tablelayout/
H A Dyarn.lock853 mime-types "^2.1.12"
1605 mime-db@~1.33.0:
1607 …resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.33.0.tgz#a3492050a5cb9b63450541e39d9788…
1609 mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.18:
1611 …resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.18.tgz#6f323f60a83d11146f831ff1…
1613 mime-db "~1.33.0"
2088 mime-types "~2.1.17"
2421 mime-types "~2.1.18"
/plugin/reflect/
H A Daction.php66 $mime = $image_details['mime'];
/plugin/odt/ODT/
H A DODTDocument.php2097 * @param string $mime Mime type
2100 public function addFile($fileName, $mime, $content) { argument
2102 $this->manifest->add($fileName, $mime);
2122 list($ext,$mime) = mimetype($fileName);
2124 $this->addFile($name, $mime, io_readfile($fileName,false));
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java31 import org.apache.http.entity.mime.content.InputStreamBody;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php302 if ($file['mime']) {
303 $this->writer->write('/Subtype /' . $this->writer->escapeSlashes($file['mime']));
/plugin/redirect2/
H A Daction.php76 list($ext, $mime) = mimetype($dest);
/plugin/odtplus2dw/
H A DREADME.md85 - Fixed : check for mime type was too specific : It could be set in config panel.
/plugin/odt/renderer/
H A Dpage.php1183 list(/* $ext */,$mime) = mimetype($src);
1198 if(substr($mime,0,5) == 'image'){
1237 list($ext,$mime) = mimetype($src);
1252 if(substr($mime,0,5) == 'image'){
/plugin/preservefilenames/
H A Daction_angua.php366 list($ext,$mime,$dl) = mimetype($item['file'],false);
/plugin/drawio/
H A DREADME.md66 * You added `svg image/svg+xml` line to conf/mime.local.conf
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java54 import org.apache.http.entity.mime.MultipartEntity;
55 import org.apache.http.entity.mime.content.InputStreamBody;
56 import org.apache.http.entity.mime.content.StringBody;
H A DEditorActions.java.bak54 import org.apache.http.entity.mime.MultipartEntity;
55 import org.apache.http.entity.mime.content.InputStreamBody;
56 import org.apache.http.entity.mime.content.StringBody;
/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/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/combo/ComboStrap/
H A DFetcherSvg.php641 $mime = FileSystems::getMime($dokuPath);
645 if ($mime->toString() === Mime::SVG) {
/plugin/fetchmedia/
H A Dyarn.lock1519 mime-types "^2.1.12"
2118 mime-db@~1.29.0:
2120 …resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.29.0.tgz#48d26d235589651704ac5916ca0600…
2122 mime-types@^2.1.12, mime-types@~2.1.7:
2124 …resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.16.tgz#2b858a52e5ecd516db897ac2…
2126 mime-db "~1.29.0"
2647 mime-types "~2.1.7"
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md108 * Added: Content negotiation now correctly support mime-type parameters such as
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md141 * Added: Content negotiation now correctly support mime-type parameters such as
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md121 - `3gp` and `mkv` mime types
/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/orphanmedia/
H A Dsyntax.php295 list($ext,$mime,$dl) = mimetype(mediaFN($m_link),false);

12345678