Home
last modified time | relevance | path

Searched refs:mimetype (Results 1 – 25 of 84) sorted by path

1234

/plugin/abc/
H A Dsyntax.php368 list($ext, $mime) = mimetype($file, false);
/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/archiveupload/
H A Daction.php231 list($ext, $imime) = mimetype($this->tmpdir.'/'.$fn_old);
/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/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md546 Determines the mimetype of a file by looking at its extension.
553 Maps a file extensions to a mimetype.
/plugin/bez/renderer/
H A Dxhtmlmail.php39 list($ext, $mime) = mimetype($src);
/plugin/bibtex/
H A Dsyntax.php507 list($ext,$mime) = mimetype($src);
/plugin/button/
H A Dsyntax.php482 list($ext, $mime, $dl) = mimetype($src, false);
/plugin/cleanup/
H A Dhelper.php190 list($ext) = mimetype($file);
/plugin/combo/ComboStrap/
H A DFileSystems.php245 $mime = mimetype($path->getLastName(), true)[1];
/plugin/combo/
H A Dyarn.lock47 whatwg-mimetype "^3.0.0"
148 whatwg-mimetype "^3.0.0"
273 whatwg-mimetype@^3.0.0:
275 resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz#5fa1a7623867ff1af6ca3dc72ad6b8a4208beba7"
/plugin/confmanager/lang/en/
H A Dmime.txt1 …hrough the ''conf/mime.conf'' file. It also configures the file extension <-> mimetype association.
/plugin/confmanager/lang/ko/
H A Dmime.txt1 …ager]]을 통해서 어떤 파일 종류를 업로드 할 수 있을 지 ''conf/mime.conf'' 파일에서 지정합니다. 또한 파일 확장자와 mimetype 간의 관계를 지정합니다.
/plugin/confmanager/lang/nl/
H A Dmime.txt1 …configureerd met het ''conf/mime.conf'' bestand. Het configureert welke mimetype geassocieerd moet…
5 … via Javascript. Aanvullend is het nodig bij het toevoegen van het HTML mimetype in het configurat…
9 Je kunt elk soort bestandextensie met bijhorende mimetype vinden op http://filext.com/
/plugin/directorylist/action/
H A Ddirectorylist.php39 $mimetype = $finfo->file($file);
43 header("Content-type: ".$mimetype);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1 … {\n 'name': 'data-uri',\n 'example': 'data-uri([mimetype,] url);',\n …
H A Dbundle.js.map1 … });\n language.mimetypes.forEach((mimetype) => {\n this._mimeTypesMap[
/plugin/displayfile/
H A Dsyntax.php233 list($ext) = mimetype($title, false);
/plugin/dlcount/
H A Dadmin.php71 list ($ext, $mime, $dl) = mimetype($mediafile);
/plugin/dokutexit/
H A Dlatex.php1319 list($ext,$mime) = mimetype($src);
1395 list($ext,$mime) = mimetype($src);
1505 list($ext,$mime) = mimetype($src);
1523 list($ext,$mime) = mimetype($src);
1559 list($ext,$mime) = mimetype($src);
/plugin/dropfiles/action/
H A Dajax.php203 list(, $mime) = mimetype($id);
/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php44 [$ext, $mime] = mimetype($media);
46 [$ext, $mime] = mimetype($file);
/plugin/ebookexport/
H A Daction.php74 $mimetype = "application/epub+zip";
75 file_put_contents($tempdir . "/mimetype",$mimetype);
/plugin/elasticsearch/helper/
H A Ddocparser.php79 list($ext, $mime) = mimetype($file);
/plugin/epub/
H A Drenderer.php181 $mime_type = mimetype($link['title']);
184 $mime_type = mimetype($url);
186 $mime_type = mimetype($rest);
355 $mime_type = mimetype($name);

1234