Home
last modified time | relevance | path

Searched refs:mimetype (Results 51 – 75 of 84) sorted by relevance

1234

/plugin/fetchmedia/action/
H A Dajax.php149 list($ext,$mime) = mimetype($id);
/plugin/purplenumbers/
H A Drenderer.php139 list($ext) = mimetype($filename,false);
/plugin/odp/
H A Drenderer.php1033 list($ext,$mime) = mimetype($src);
1048 list($ext,$mime) = mimetype($src);
1320 list($ext,$mime) = mimetype($src);
/plugin/bibtex/
H A Dsyntax.php507 list($ext,$mime) = mimetype($src);
/plugin/projects/lib/
H A Dproject_file.php75 list($ext, $mime) = mimetype($path);
/plugin/combo/ComboStrap/
H A DFileSystems.php245 $mime = mimetype($path->getLastName(), true)[1];
/plugin/revealjs/
H A Drenderer.php470 list($ext) = mimetype($filename, false);
/plugin/redirect2/
H A Daction.php76 list($ext, $mime) = mimetype($dest);
/plugin/filelist/
H A Dsyntax.php
/plugin/preservefilenames/
H A Daction_angua.php366 list($ext,$mime,$dl) = mimetype($item['file'],false);
/plugin/button/
H A Dsyntax.php482 list($ext, $mime, $dl) = mimetype($src, false);
/plugin/siteexport/renderer/
H A Dpdf.php241 list($ext,$mime,$dl) = mimetype($src);
/plugin/abc/
H A Dsyntax.php368 list($ext, $mime) = mimetype($file, false);
/plugin/statdisplay/helper/
H A Dlog.php122 list($ext) = mimetype($url);
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php1033 public function addObject($data, $mimetype=null, $encoding=null) { argument
1036 if (! empty($mimetype)) {
1037 $objNode->setAttribute('MimeType', $mimetype);
/plugin/freesync/
H A Dhelper.php438 list($iext, $imime,$dl) = mimetype($id);
/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/latexit/
H A Drenderer.php1157 $mime = mimetype($src);
1195 $mime = mimetype($filename);
/plugin/jsonrpc/
H A Djsonrpc.php386 list($iext, $imime,$dl) = mimetype($id);
/plugin/orphanmedia/
H A Dsyntax.php295 list($ext,$mime,$dl) = mimetype(mediaFN($m_link),false);
/plugin/orphanmedia2/
H A Dsyntax.php296 list($ext,$mime,$dl) = mimetype(mediaFN($m_link),false);
/plugin/odt/
H A DChangeLog.txt218 * renderer.php: don't compress mimetype declaration
/plugin/odt/renderer/
H A Dpage.php1183 list(/* $ext */,$mime) = mimetype($src);
1237 list($ext,$mime) = mimetype($src);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md546 Determines the mimetype of a file by looking at its extension.
553 Maps a file extensions to a mimetype.
/plugin/odt/ODT/
H A DODTDocument.php2122 list($ext,$mime) = mimetype($fileName);

1234