Home
last modified time | relevance | path

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

1234

/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/structodt/
H A Daction.php116 $mimetype = mimetype($template);
118 if ($mimetype[0] == 'pdf' && $ext == 'pdf') {
122 } elseif ($mimetype[0] == 'odt') {
/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php44 [$ext, $mime] = mimetype($media);
46 [$ext, $mime] = mimetype($file);
/plugin/move/helper/
H A Dfile.php80 $ext = mimetype($src_name);
86 $newext = mimetype($dst_name);
/plugin/struct/types/
H A DMedia.php32 [, $mime, ] = mimetype($rawvalue, false);
79 [, $mime, ] = mimetype($value, false);
/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/confmanager/lang/ko/
H A Dmime.txt1 …ager]]을 통해서 어떤 파일 종류를 업로드 할 수 있을 지 ''conf/mime.conf'' 파일에서 지정합니다. 또한 파일 확장자와 mimetype 간의 관계를 지정합니다.
/plugin/photogallery/
H A DpgFetch.php36 list($EXT, $MIME, $DL) = mimetype($MEDIA, false);
106 list($EXT, $MIME, $DL) = mimetype($FILE, false);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/
H A DStream.php89 'mimetype',
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php117 list($ext,$mime,$dl) = mimetype($src);
206 list($ext,$mime,$dl) = mimetype($src);
/plugin/ebookexport/
H A Daction.php74 $mimetype = "application/epub+zip";
75 file_put_contents($tempdir . "/mimetype",$mimetype);
/plugin/nsexport/packer/
H A Dpacker.php68 $mime = mimetype('.' . $this->ext, false);
/plugin/pageimage/
H A Dhelper.php54 list($ext,$mime,$dl) = mimetype($src);
/plugin/prettyphoto/
H A Drenderer.php31 list($ext,$mime,$dl) = mimetype($src,false);
/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/eventline/
H A Dplain.php117 list($ext,$mime,$dl) = mimetype($src,false);
235 list($ext,$mime,$dl) = mimetype($src);
/plugin/odt/ODT/
H A DODTImage.php31 list($ext,$mime) = mimetype($src);
196 list($ext,$mime) = mimetype($src);
/plugin/preservefilenames/
H A Daction_anteater.php205 list($ext, $mime, $dl) = mimetype($src);
208 list($ext, $mime, $dl) = mimetype($src);
/plugin/owncloud/tpl/
H A Ddetail.php73 list($ext,$mime,$dl) = mimetype(noNS($IMG),false);
/plugin/elasticsearch/helper/
H A Ddocparser.php79 list($ext, $mime) = mimetype($file);
/plugin/livemark/
H A Daction.php39 list($data['ext'],$data['mime'],$data['download']) = mimetype($cacheFile);
/plugin/gh/
H A Dsyntax.php154 list($ext) = mimetype($data['file'], false);
/plugin/bez/renderer/
H A Dxhtmlmail.php39 list($ext, $mime) = mimetype($src);

1234