/plugin/confmanager/lang/nl/ |
H A D | mime.txt | 1 Welke bestandtypes je kunt uploaden via de [[doku>nl:mediamanager]] is geconfigureerd met het ''conf/mime.conf'' bestand. Het configureert welke mimetype geassocieerd moet worden met een bestandsextensie. 5 :!: **Schakel nooit HTML upload in voor ongeschermde wiki's**, omdat dit Cross Site Scripting kwetsbaarheden (aanroepen van scripts van externe websites) mogelijk maakt via Javascript. Aanvullend is het nodig bij het toevoegen van het HTML mimetype in het configuratiebestand, dat je de [[doku>config:iexssprotect]] uitschakelt. 9 Je kunt elk soort bestandextensie met bijhorende mimetype vinden op http://filext.com/
|
/plugin/directorylist/action/ |
H A D | directorylist.php | 39 $mimetype = $finfo->file($file); 43 header("Content-type: ".$mimetype);
|
/plugin/structodt/ |
H A D | action.php | 116 $mimetype = mimetype($template); 118 if ($mimetype[0] == 'pdf' && $ext == 'pdf') { 122 } elseif ($mimetype[0] == 'odt') {
|
/plugin/dw2pdf/ |
H A D | DokuImageProcessorDecorator.php | 44 [$ext, $mime] = mimetype($media); 46 [$ext, $mime] = mimetype($file);
|
/plugin/move/helper/ |
H A 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/ |
H A 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/confmanager/lang/ko/ |
H A D | mime.txt | 1 [[doku>mediamanager]]을 통해서 어떤 파일 종류를 업로드 할 수 있을 지 ''conf/mime.conf'' 파일에서 지정합니다. 또한 파일 확장자와 mimetype 간의 관계를 지정합니다.
|
/plugin/photogallery/ |
H A D | pgFetch.php | 36 list($EXT, $MIME, $DL) = mimetype($MEDIA, false); 106 list($EXT, $MIME, $DL) = mimetype($FILE, false);
|
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/ |
H A D | Stream.php | 89 'mimetype',
|
/plugin/nsexport/packer/ziphtml/ |
H A D | renderer.php | 117 list($ext,$mime,$dl) = mimetype($src); 206 list($ext,$mime,$dl) = mimetype($src);
|
/plugin/ebookexport/ |
H A D | action.php | 74 $mimetype = "application/epub+zip"; 75 file_put_contents($tempdir . "/mimetype",$mimetype);
|
/plugin/nsexport/packer/ |
H A D | packer.php | 68 $mime = mimetype('.' . $this->ext, false);
|
/plugin/pageimage/ |
H A D | helper.php | 54 list($ext,$mime,$dl) = mimetype($src);
|
/plugin/prettyphoto/ |
H A D | renderer.php | 31 list($ext,$mime,$dl) = mimetype($src,false);
|
/plugin/combo/ |
H A D | yarn.lock | 47 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 D | mime.txt | 1 Which file types you can upload via the [[doku>media_manager]] is configured through the ''conf/mime.conf'' file. It also configures the file extension <-> mimetype association.
|
/plugin/eventline/ |
H A D | plain.php | 117 list($ext,$mime,$dl) = mimetype($src,false); 235 list($ext,$mime,$dl) = mimetype($src);
|
/plugin/odt/ODT/ |
H A D | ODTImage.php | 31 list($ext,$mime) = mimetype($src); 196 list($ext,$mime) = mimetype($src);
|
/plugin/preservefilenames/ |
H A D | action_anteater.php | 205 list($ext, $mime, $dl) = mimetype($src); 208 list($ext, $mime, $dl) = mimetype($src);
|
/plugin/owncloud/tpl/ |
H A D | detail.php | 73 list($ext,$mime,$dl) = mimetype(noNS($IMG),false);
|
/plugin/elasticsearch/helper/ |
H A D | docparser.php | 84 [$ext, $mime] = mimetype($file);
|
/plugin/livemark/ |
H A D | action.php | 39 list($data['ext'],$data['mime'],$data['download']) = mimetype($cacheFile);
|
/plugin/gh/ |
H A D | syntax.php | 154 list($ext) = mimetype($data['file'], false);
|
/plugin/bez/renderer/ |
H A D | xhtmlmail.php | 39 list($ext, $mime) = mimetype($src);
|