Home
last modified time | relevance | path

Searched refs:mimetype (Results 1 – 25 of 84) sorted by last modified time

1234

/plugin/pagelist/
H A Dsyntax.php77 list(, $mime) = mimetype($image);
/plugin/siteexport/renderer/
H A Dpdf.php241 list($ext,$mime,$dl) = mimetype($src);
/plugin/struct/types/
H A DMedia.php32 [, $mime, ] = mimetype($rawvalue, false);
79 [, $mime, ] = mimetype($value, false);
/plugin/photogallery/
H A DpgFetch.php36 list($EXT, $MIME, $DL) = mimetype($MEDIA, false);
106 list($EXT, $MIME, $DL) = mimetype($FILE, false);
/plugin/nodetailsxhtml/
H A Drenderer.php416 list($ext, $mime) = mimetype($src);
/plugin/bez/renderer/
H A Dxhtmlmail.php39 list($ext, $mime) = mimetype($src);
/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/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs23047 'office:mimetype': "application/vnd.oasis.opendocument.spreadsheet"
23080 f = "mimetype";
/plugin/button/
H A Dsyntax.php482 list($ext, $mime, $dl) = mimetype($src, false);
/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php44 [$ext, $mime] = mimetype($media);
46 [$ext, $mime] = 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/structodt/
H A Daction.php116 $mimetype = mimetype($template);
118 if ($mimetype[0] == 'pdf' && $ext == 'pdf') {
122 } elseif ($mimetype[0] == 'odt') {
/plugin/odt/ODT/
H A DODTImage.php31 list($ext,$mime) = mimetype($src);
196 list($ext,$mime) = mimetype($src);
H A DODTDocument.php2122 list($ext,$mime) = mimetype($fileName);
/plugin/odt/renderer/
H A Dpage.php1183 list(/* $ext */,$mime) = mimetype($src);
1237 list($ext,$mime) = mimetype($src);
/plugin/odt/
H A DChangeLog.txt218 * renderer.php: don't compress mimetype declaration
/plugin/orphanmedia2/
H A Dsyntax.php296 list($ext,$mime,$dl) = mimetype(mediaFN($m_link),false);
/plugin/statdisplay/helper/
H A Dlog.php122 list($ext) = mimetype($url);
/plugin/gh/
H A Dsyntax.php154 list($ext) = mimetype($data['file'], false);
/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);
/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.

1234