Home
last modified time | relevance | path

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

1234

/plugin/confmanager/lang/nl/
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/
Ddirectorylist.php39 $mimetype = $finfo->file($file);
43 header("Content-type: ".$mimetype);
/plugin/structodt/
Daction.php116 $mimetype = mimetype($template);
118 if ($mimetype[0] == 'pdf' && $ext == 'pdf') {
122 } elseif ($mimetype[0] == 'odt') {
/plugin/dw2pdf/
DDokuImageProcessorDecorator.php44 [$ext, $mime] = mimetype($media);
46 [$ext, $mime] = mimetype($file);
/plugin/move/helper/
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/
Drenderer.php181 $mime_type = mimetype($link['title']);
184 $mime_type = mimetype($url);
186 $mime_type = mimetype($rest);
355 $mime_type = mimetype($name);
/plugin/photogallery/
DpgFetch.php36 list($EXT, $MIME, $DL) = mimetype($MEDIA, false);
106 list($EXT, $MIME, $DL) = mimetype($FILE, false);
/plugin/confmanager/lang/ko/
Dmime.txt1 …ager]]을 통해서 어떤 파일 종류를 업로드 할 수 있을 지 ''conf/mime.conf'' 파일에서 지정합니다. 또한 파일 확장자와 mimetype 간의 관계를 지정합니다.
/plugin/filelist/
Dfile.php32 [$ext, $mime, $download] = mimetype($pathInfo['path'], false);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/
DStream.php89 'mimetype',
/plugin/nsexport/packer/ziphtml/
Drenderer.php117 list($ext,$mime,$dl) = mimetype($src);
206 list($ext,$mime,$dl) = mimetype($src);
/plugin/ebookexport/
Daction.php74 $mimetype = "application/epub+zip";
75 file_put_contents($tempdir . "/mimetype",$mimetype);
/plugin/nsexport/packer/
Dpacker.php68 $mime = mimetype('.' . $this->ext, false);
/plugin/prettyphoto/
Drenderer.php31 list($ext,$mime,$dl) = mimetype($src,false);
/plugin/pageimage/
Dhelper.php54 list($ext,$mime,$dl) = mimetype($src);
/plugin/wordimport/docx/
DImage.php45 [$ext, $mime] = mimetype($src);
/plugin/odt/ODT/
DODTImage.php31 list($ext,$mime) = mimetype($src);
196 list($ext,$mime) = mimetype($src);
/plugin/eventline/
Dplain.php117 list($ext,$mime,$dl) = mimetype($src,false);
235 list($ext,$mime,$dl) = mimetype($src);
/plugin/confmanager/lang/en/
Dmime.txt1 …hrough the ''conf/mime.conf'' file. It also configures the file extension <-> mimetype association.
/plugin/preservefilenames/
Daction_anteater.php205 list($ext, $mime, $dl) = mimetype($src);
208 list($ext, $mime, $dl) = mimetype($src);
/plugin/elasticsearch/helper/
Ddocparser.php84 [$ext, $mime] = mimetype($file);
/plugin/owncloud/tpl/
Ddetail.php73 list($ext,$mime,$dl) = mimetype(noNS($IMG),false);
/plugin/livemark/
Daction.php39 list($data['ext'],$data['mime'],$data['download']) = mimetype($cacheFile);
/plugin/pagelist/
Dsyntax.php77 list(, $mime) = mimetype($image);

1234