Home
last modified time | relevance | path

Searched refs:mime (Results 51 – 75 of 178) sorted by relevance

12345678

/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php38 // extract the real media from a fetch.php uri and determine mime
44 [$ext, $mime] = mimetype($media);
46 [$ext, $mime] = mimetype($file);
60 if (substr($mime, 0, 6) == 'image/') {
/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 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/nsexport/packer/
H A Dpacker.php68 $mime = mimetype('.' . $this->ext, false);
69 header('Content-Type: ' . $mime[1]);
/plugin/pageimage/
H A Dhelper.php54 list($ext,$mime,$dl) = mimetype($src);
56 if(substr($mime,0,5) == 'image' && ($ext == 'jpg' || $ext == 'jpeg' || $ext == 'png')){
/plugin/combo/ComboStrap/
H A DThirdMediaLink.php68 $mime = FileSystems::getMime($path);
73 switch ($mime->toString()) {
H A DHttp.php73 public static function setMime(string $mime) argument
76 header("$contentTypeHeader: $mime");
H A DLocalFileSystem.php44 $mime = FileSystems::getMime($path);
45 if (!$mime->isTextBased()) {
46 LogUtility::error("This mime content ($mime) is not text based (for the path $path). We can't return a text.");
50 LogUtility::error("The mime is unknown for the path ($path). Trying to returning the content as text.");
H A DLdJson.php92 $mime = $pageImagePath->getMime()->toString();
95 LogUtility::internalError("The page image mime could not be determined. Error:" . $e->getMessage(), self::CANONICAL, $e);
96 $mime = "unknown";
98 if (in_array($mime, $supportedMime)) {
H A DRasterImageLink.php47 * @throws ExceptionBadArgument - if the fetcher is not a raster mime and image fetcher
52 $mime = $fetcher->getMime();
53 if (!$mime->isSupportedRasterImage()) {
54 throw new ExceptionBadArgument("The mime value ($mime) is not a supported raster image.", self::CANONICAL);
/plugin/zip/pear/File/Archive/Writer/
H A DMulti.php53 function newFile($filename, $stat = array(), $mime = "application/octet-stream") argument
57 $error = $this->writers[$key]->newFile($filename, $stat, $mime);
H A DFiles.php174 function newFile($filename, $stat = array(), $mime = "application/octet-stream") argument
199 … function newFromTempFile($tmpfile, $filename, $stat = array(), $mime = "application/octet-stream") argument
213 return parent::newFromTempFile($tmpfile, $filename, $stat, $mime);
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php249 $mime = XmlDocument::XML_TYPE;
251 $mime = XmlDocument::HTML_TYPE;
254 return (new XmlDocument($content, $mime));
265 $mime = XmlDocument::XML_TYPE;
267 $mime = XmlDocument::HTML_TYPE;
269 return new XmlDocument($string, $mime);
/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/confmanager/lang/de/
H A Dmime.txt1 Welchen Dateityp Sie über den [[doku>media_manager]] hochladen können, ist durch die "conf/mime.con…
12 Mehr Informationen können unter [[doku>mime]].
/plugin/confmanager/lang/nl/
H A Dmime.txt1 …uploaden via de [[doku>nl:mediamanager]] is geconfigureerd met het ''conf/mime.conf'' bestand. Het…
11 Meer informatie kun je vinden op [[doku>nl:mime]].
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php150 public static function processFileUpload($file, $mime) { argument
158 if ($mime) {
159 $params['content-type'] = $mime;
/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/zip/pear/File/Archive/
H A DReader.php285 $mime = $this->getMime();
287 $mime = null;
292 $mime
/plugin/combo/action/
H A Dmetafacebook.php172 $mime = FileSystems::getMime($path);
177 if (!in_array($mime->toString(), $facebookMimes)) {
228 $facebookMeta["og:image:type"] = $mime->toString();
/plugin/nodetailsxhtml/
H A Drenderer.php416 list($ext, $mime) = mimetype($src);
417 if(substr($mime, 0, 5) == 'image') {
/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/nroff/
H A Drenderer.php717 list($ext,$mime) = mimetype($src);
718 if(substr($mime,0,5) == 'image'){
720 }elseif($mime == 'application/x-shockwave-flash'){
756 list($ext,$mime) = mimetype($src);
757 if(substr($mime,0,5) == 'image'){
760 }elseif($mime == 'application/x-shockwave-flash'){
965 list($ext,$mime) = mimetype($src);
966 if(substr($mime,0,5) == 'image'){
1001 }elseif($mime == 'application/x-shockwave-flash'){
/plugin/elasticsearch/helper/
H A Ddocparser.php63 * mime - the mime type as determined by us
79 list($ext, $mime) = mimetype($file);
96 'mime' => $mime,
/plugin/combo/ComboStrap/Meta/Field/
H A DFeaturedRasterImage.php63 $mime = FileSystems::getMime($wikiPath);
64 if (!$mime->isSupportedRasterImage()) {

12345678