Home
last modified time | relevance | path

Searched refs:mimetype (Results 26 – 50 of 84) sorted by path

1234

/plugin/eventline/
H A Dplain.php117 list($ext,$mime,$dl) = mimetype($src,false);
235 list($ext,$mime,$dl) = mimetype($src);
/plugin/fetchmedia/action/
H A Dajax.php149 list($ext,$mime) = mimetype($id);
/plugin/file2dw/
H A Daction.php269 list( $ext, $mime ) = mimetype($this->userFile);
327 list( $ext, $mime ) = mimetype( $imgPath );
/plugin/filelist/
H A Dsyntax.php
/plugin/filelisting/
H A Dhelper.php204 list($ext) = mimetype($item['file'],false);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md33 `authresult`, `complete`, `connect`, `failure`, `mimetype`,
294 'mimetype',
335 * `mimetype`, when the MIME-type of the stream is known,
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/
H A DStream.php89 'mimetype',
/plugin/freesync/
H A Dhelper.php438 list($iext, $imime,$dl) = mimetype($id);
/plugin/gemini/
H A Dcli.php230 list($ext, $mime, $dl) = mimetype($file);
/plugin/gh/
H A Dsyntax.php154 list($ext) = mimetype($data['file'], false);
/plugin/jsonrpc/
H A Djsonrpc.php386 list($iext, $imime,$dl) = mimetype($id);
/plugin/latexit/
H A Drenderer.php1157 $mime = mimetype($src);
1195 $mime = mimetype($filename);
/plugin/linkmanager/
H A Dfunctions.php114 list($ext,$mime) = mimetype($item['file']);
/plugin/livemark/
H A Daction.php39 list($data['ext'],$data['mime'],$data['download']) = mimetype($cacheFile);
/plugin/medialist/
H A Dhelper.php202 list($ext,$mime) = mimetype($item['id']);
/plugin/move/helper/
H A Dfile.php80 $ext = mimetype($src_name);
86 $newext = mimetype($dst_name);
/plugin/nodetailsxhtml/
H A Drenderer.php416 list($ext, $mime) = mimetype($src);
/plugin/nroff/
H A Drenderer.php717 list($ext,$mime) = mimetype($src);
756 list($ext,$mime) = mimetype($src);
965 list($ext,$mime) = mimetype($src);
/plugin/nsexport/packer/
H A Dpacker.php68 $mime = mimetype('.' . $this->ext, false);
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php117 list($ext,$mime,$dl) = mimetype($src);
206 list($ext,$mime,$dl) = mimetype($src);
/plugin/odp/
H A Drenderer.php1033 list($ext,$mime) = mimetype($src);
1048 list($ext,$mime) = mimetype($src);
1320 list($ext,$mime) = mimetype($src);
/plugin/odt/
H A DChangeLog.txt218 * renderer.php: don't compress mimetype declaration
/plugin/odt/ODT/
H A DODTDocument.php2122 list($ext,$mime) = mimetype($fileName);
H A DODTImage.php31 list($ext,$mime) = mimetype($src);
196 list($ext,$mime) = mimetype($src);
/plugin/odt/renderer/
H A Dpage.php1183 list(/* $ext */,$mime) = mimetype($src);
1237 list($ext,$mime) = mimetype($src);

1234