Home
last modified time | relevance | path

Searched refs:mimetype (Results 26 – 50 of 84) sorted by last modified time

1234

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md689 * Bug fix: mimetype guessing based on a filename is now case-insensitive
1034 * Added better mimetype guessing to requests and post files
/plugin/gemini/
H A Dcli.php230 list($ext, $mime, $dl) = mimetype($file);
/plugin/move/helper/
H A Dfile.php80 $ext = mimetype($src_name);
86 $newext = mimetype($dst_name);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 … });\n language.mimetypes.forEach((mimetype) => {\n this._mimeTypesMap[
H A D2.2.js.map1 … {\n 'name': 'data-uri',\n 'example': 'data-uri([mimetype,] url);',\n …
/plugin/displayfile/
H A Dsyntax.php233 list($ext) = mimetype($title, false);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md2278 * Fixed: Using application/xml for a mimetype vs. text/xml as per RFC4918 sec
/plugin/abc/
H A Dsyntax.php368 list($ext, $mime) = mimetype($file, false);
/plugin/filelist/
H A Dsyntax.php
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php1033 public function addObject($data, $mimetype=null, $encoding=null) { argument
1036 if (! empty($mimetype)) {
1037 $objNode->setAttribute('MimeType', $mimetype);
/plugin/prettyphoto/
H A Drenderer.php31 list($ext,$mime,$dl) = mimetype($src,false);
/plugin/archiveupload/
H A Daction.php231 list($ext, $imime) = mimetype($this->tmpdir.'/'.$fn_old);
/plugin/filelisting/
H A Dhelper.php204 list($ext) = mimetype($item['file'],false);
/plugin/dropfiles/action/
H A Dajax.php203 list(, $mime) = mimetype($id);
/plugin/revealjs/
H A Drenderer.php470 list($ext) = mimetype($filename, false);
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js14036 var url = "url(data:".concat(this.mimetype, ";base64,").concat(btoa(data), ");");
21786 var url = (0, _util.createObjectURL)(fontObj.data, fontObj.mimetype, this.forceDataSchema);
H A Dpdf.js.map1mimetype};base64,${btoa(data)});`;\n const rule = `@font-face {font-family:\"${this.loadedName}…
H A Dpdf.worker.js35162 this.mimetype = 'font/opentype';
35171 this.mimetype = 'font/opentype';
35674 mimetype: null,
H A Dpdf.worker.js.map1mimetype","renderer","FontRendererFactory","exportData","fallbackToSystemFont","nonStdFontMap","is…
/plugin/sitemapnavi/
H A Dhelper.php213 list($ext) = mimetype($item['file'],false);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/
H A DStream.php89 'mimetype',
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md33 `authresult`, `complete`, `connect`, `failure`, `mimetype`,
294 'mimetype',
335 * `mimetype`, when the MIME-type of the stream is known,
/plugin/file2dw/
H A Daction.php269 list( $ext, $mime ) = mimetype($this->userFile);
327 list( $ext, $mime ) = mimetype( $imgPath );
/plugin/odtplus2dw/
H A Daction.php333 // Check the file has an authorized mimetype
444 list( $ext, $mime ) = mimetype( $this->uploadDir.'/'.$this->pictpath.'/'.$pict );
449 list( $ext, $mime ) = mimetype( $this->uploadDir.'/'.$this->userFileName );
/plugin/pageimage/
H A Dhelper.php54 list($ext,$mime,$dl) = mimetype($src);

1234