Home
last modified time | relevance | path

Searched refs:mime (Results 126 – 150 of 178) sorted by last modified time

12345678

/plugin/odp/
H A Drenderer.php1033 list($ext,$mime) = mimetype($src);
1035 if(substr($mime,0,5) == 'image'){
1048 list($ext,$mime) = mimetype($src);
1050 if(substr($mime,0,5) == 'image'){
1320 list($ext,$mime) = mimetype($src);
1323 $this->manifest[$name] = $mime;
/plugin/livemark/
H A Daction.php55 $mime = $image_details['mime'];
/plugin/html2pdf/html2pdf/html2ps/
H A Dcontent_type.class.php6 function ContentType($extension, $mime) { argument
8 $this->mime_type = $mime;
/plugin/redirect2/
H A Daction.php76 list($ext, $mime) = mimetype($dest);
/plugin/owncloud/
H A Dhelper.php432 list($ext,$mime,$dl) = mimetype($src,false);
433 if(substr($mime,0,5) == 'image' && $render){
436 }elseif($mime == 'application/x-shockwave-flash' && $render){
496 list($ext,$mime,$dl) = mimetype($src,false);
497 if(substr($mime,0,5) == 'image' && $render){
500 }elseif($mime == 'application/x-shockwave-flash' && $render){
693 list($ext,$mime,$dl) = mimetype($src);
694 if(substr($mime,0,5) == 'image'){
736 }elseif($mime == 'application/x-shockwave-flash'){
/plugin/owncloud/tpl/
H A Ddetail.php73 list($ext,$mime,$dl) = mimetype(noNS($IMG),false);
74 if(substr($mime,0,5) == 'image'){
78 $type = trim(strstr($mime, '/'),'/'); // without application/ , text/, ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java31 import org.apache.http.entity.mime.content.InputStreamBody;
H A DJCaptureApplet.java7 import org.apache.http.entity.mime.MultipartEntity;
8 import org.apache.http.entity.mime.content.InputStreamBody;
9 import org.apache.http.entity.mime.content.StringBody;
/plugin/jcapture/lib/
H A Dhttpmime-4.0.1.jar ... value } org/apache/http/entity/mime/MIME.class MIME.java package org. ...
H A Djcapture.jar ... 3 extends org.apache.http.entity.mime.content.InputStreamBody { final synthetic long val$ ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/dokutexit/
H A Dlatex.php1319 list($ext,$mime) = mimetype($src);
1320 if(substr($mime,0,5) == 'image') {
1395 list($ext,$mime) = mimetype($src);
1396 if(substr($mime,0,5) == 'image') {
1505 list($ext,$mime) = mimetype($src);
1506 if(substr($mime,0,5) == 'image') {
1523 list($ext,$mime) = mimetype($src);
1524 if(substr($mime,0,5) == 'image') {
1539 }elseif($mime == 'application/x-shockwave-flash') {
1559 list($ext,$mime) = mimetype($src);
[all …]
/plugin/eventline/
H A Dplain.php117 list($ext,$mime,$dl) = mimetype($src,false);
235 list($ext,$mime,$dl) = mimetype($src);
236 if(substr($mime,0,5) == 'image'){
275 }elseif($mime == 'application/x-shockwave-flash'){
/plugin/s5reloaded/
H A Drenderer.php257 list($ext,$mime,$dl) = mimetype($src);
258 if(substr($mime,0,5) == 'image'){
303 }elseif($mime == 'application/x-shockwave-flash'){
/plugin/projects/lib/
H A Dlayout.php171 $mime = file_mimetype($this->ID, $this->project);
172 if (substr($mime, 0, 5) == 'text/' || $mime == 'plain/text')
H A Dproject_file.php75 list($ext, $mime) = mimetype($path);
79 $data[3] = $mime;
H A Dtools.php147 list($ext, $mime, $dl) = mimetype($id, false);
149 $mime = 'application/octet-stream';
150 if ($mime == 'application/octet-stream') {
153 $mime = $finfo->file($path);
155 return $mime;
/plugin/projects/
H A Dcodemirror-compressed.js1 …MEs=function(){var e=[];for(var t in s)s.propertyIsEnumerable(t)&&e.push({mime:t,mode:s[t]});retur…
/plugin/preservefilenames/
H A Daction_angua.php366 list($ext,$mime,$dl) = mimetype($item['file'],false);
H A Daction_anteater.php113 … list($file, $mime, $dl, $cache) = array($d['file'], $d['mime'], $d['download'], $d['cache']);
118 header("Content-Type: $mime");
160 http_rangeRequest($fp, filesize($file), $mime);
205 list($ext, $mime, $dl) = mimetype($src);
208 list($ext, $mime, $dl) = mimetype($src);
214 substr($mime, 0, 5) === 'image'
H A Daction_adorabelle.php51 list($ext,$mime,$dl) = mimetype($item['file'],false);
/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpmime-4.0.1.jar ... value } org/apache/http/entity/mime/MIME.class MIME.java package org. ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java54 import org.apache.http.entity.mime.MultipartEntity;
55 import org.apache.http.entity.mime.content.InputStreamBody;
56 import org.apache.http.entity.mime.content.StringBody;

12345678