Searched refs:mimetype (Results 1 – 25 of 93) sorted by relevance
1234
| /plugin/confmanager/lang/nl/ |
| D | mime.txt | 1 …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/ |
| D | directorylist.php | 39 $mimetype = $finfo->file($file); 43 header("Content-type: ".$mimetype);
|
| /plugin/structodt/ |
| D | action.php | 116 $mimetype = mimetype($template); 118 if ($mimetype[0] == 'pdf' && $ext == 'pdf') { 122 } elseif ($mimetype[0] == 'odt') {
|
| /plugin/dw2pdf/ |
| D | DokuImageProcessorDecorator.php | 44 [$ext, $mime] = mimetype($media); 46 [$ext, $mime] = mimetype($file);
|
| /plugin/move/helper/ |
| D | file.php | 80 $ext = mimetype($src_name); 86 $newext = mimetype($dst_name);
|
| /plugin/struct/types/ |
| H A D | Media.php | 32 [, $mime, ] = mimetype($rawvalue, false); 79 [, $mime, ] = mimetype($value, false);
|
| /plugin/epub/ |
| D | renderer.php | 181 $mime_type = mimetype($link['title']); 184 $mime_type = mimetype($url); 186 $mime_type = mimetype($rest); 355 $mime_type = mimetype($name);
|
| /plugin/photogallery/ |
| D | pgFetch.php | 36 list($EXT, $MIME, $DL) = mimetype($MEDIA, false); 106 list($EXT, $MIME, $DL) = mimetype($FILE, false);
|
| /plugin/confmanager/lang/ko/ |
| D | mime.txt | 1 …ager]]을 통해서 어떤 파일 종류를 업로드 할 수 있을 지 ''conf/mime.conf'' 파일에서 지정합니다. 또한 파일 확장자와 mimetype 간의 관계를 지정합니다.
|
| /plugin/filelist/ |
| D | file.php | 32 [$ext, $mime, $download] = mimetype($pathInfo['path'], false);
|
| /plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/ |
| D | Stream.php | 89 'mimetype',
|
| /plugin/nsexport/packer/ziphtml/ |
| D | renderer.php | 117 list($ext,$mime,$dl) = mimetype($src); 206 list($ext,$mime,$dl) = mimetype($src);
|
| /plugin/ebookexport/ |
| D | action.php | 74 $mimetype = "application/epub+zip"; 75 file_put_contents($tempdir . "/mimetype",$mimetype);
|
| /plugin/nsexport/packer/ |
| D | packer.php | 68 $mime = mimetype('.' . $this->ext, false);
|
| /plugin/prettyphoto/ |
| D | renderer.php | 31 list($ext,$mime,$dl) = mimetype($src,false);
|
| /plugin/pageimage/ |
| D | helper.php | 54 list($ext,$mime,$dl) = mimetype($src);
|
| /plugin/wordimport/docx/ |
| D | Image.php | 45 [$ext, $mime] = mimetype($src);
|
| /plugin/odt/ODT/ |
| D | ODTImage.php | 31 list($ext,$mime) = mimetype($src); 196 list($ext,$mime) = mimetype($src);
|
| /plugin/eventline/ |
| D | plain.php | 117 list($ext,$mime,$dl) = mimetype($src,false); 235 list($ext,$mime,$dl) = mimetype($src);
|
| /plugin/confmanager/lang/en/ |
| D | mime.txt | 1 …hrough the ''conf/mime.conf'' file. It also configures the file extension <-> mimetype association.
|
| /plugin/preservefilenames/ |
| D | action_anteater.php | 205 list($ext, $mime, $dl) = mimetype($src); 208 list($ext, $mime, $dl) = mimetype($src);
|
| /plugin/elasticsearch/helper/ |
| D | docparser.php | 84 [$ext, $mime] = mimetype($file);
|
| /plugin/owncloud/tpl/ |
| D | detail.php | 73 list($ext,$mime,$dl) = mimetype(noNS($IMG),false);
|
| /plugin/livemark/ |
| D | action.php | 39 list($data['ext'],$data['mime'],$data['download']) = mimetype($cacheFile);
|
| /plugin/pagelist/ |
| D | syntax.php | 77 list(, $mime) = mimetype($image);
|
1234