Home
last modified time | relevance | path

Searched refs:mime (Results 101 – 125 of 178) sorted by relevance

12345678

/plugin/abc/
H A Dstyle.css29 /* if you allow midi files per mime(.local).conf, you should comment the follow lines out
H A Dsyntax.php368 list($ext, $mime) = mimetype($file, false);
370 if(substr($mime, 0, 5) == 'image') {
/plugin/statistics/inc/
H A DStatisticsLogger.class.php392 * @param string $mime the media's mime type
396 public function log_media($media, $mime, $inline, $size) { argument
405 list($mime1, $mime2) = explode('/', strtolower($mime));
/plugin/button/
H A Dsyntax.php482 list($ext, $mime, $dl) = mimetype($src, false);
483 if (substr($mime, 0, 5) == 'image' && $render) {
485 } elseif ($mime == 'application/x-shockwave-flash' && $render) {
/plugin/odtplus2dw/
H A Daction.php444 list( $ext, $mime ) = mimetype( $this->uploadDir.'/'.$this->pictpath.'/'.$pict );
445 if ( media_upload_finish($this->uploadDir.'/'.$this->pictpath.'/'.$pict, $destFile, $this->nsName, $mime, @file_exists($destFile), 'rename' ) != $this->nsName ) return $this->_msg( array( 'er_apply_img', $this->uploadDir.'/'.$this->pictpath.'/'.$pict ) );
449 list( $ext, $mime ) = mimetype( $this->uploadDir.'/'.$this->userFileName );
450 if ( media_upload_finish($this->uploadDir.'/'.$this->userFileName, $destFile, $this->nsName, $mime, @file_exists($destFile), 'rename' ) != $this->nsName ) return $this->_msg( array( 'er_apply_file' ) );
/plugin/zip/pear/File/Archive/Writer/
H A DGzip.php91 $mime = "application/octet-stream") argument
H A DBzip2.php89 $mime = "application/octet-stream") argument
H A DMemoryArchive.php82 $mime = "application/octet-stream") argument
H A DAr.php151 $mime = "application/octet-stream") argument
H A DTar.php155 $mime = "application/octet-stream") argument
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php575 $mime = 'application/octet-stream';
584 $mime = $map[$ext];
587 $this->server->httpResponse->setHeader('Content-Type', $mime);
/plugin/fetchmedia/action/
H A Dajax.php149 list($ext,$mime) = mimetype($id);
152 'mime' => $mime,
/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/combo/ComboStrap/
H A DTagAttributes.php259 private $mime = TagAttributes::TEXT_HTML_MIME; variable in ComboStrap\\TagAttributes
1084 * The mime of the HTTP request
1090 * @param $mime
1093 function setMime($mime) argument
1095 $this->mime = $mime;
1099 * @return string - the mime of the request
1104 return $this->mime;
H A DFetcherMarkup.php100 public Mime $mime; variable in ComboStrap\\FetcherMarkup
310 if (isset($this->mime)) {
311 return $this->mime;
319 throw new ExceptionRuntime("Internal error: The XHTML mime was not found.", self::CANONICAL, 1, $e);
637 if (!$this->isPathExecution() || $this->mime->getExtension() === MarkupRenderer::METADATA_EXTENSION) {
1353 * TODO: move to a FetcherMarkup by tree instruction and array/encoding mime
1428 * TODO: move to a FetcherMarkup by object type output and mime
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php580 $mime = 'application/octet-stream';
589 $mime = $map[$ext];
592 $this->server->httpResponse->setHeader('Content-Type', $mime);
/plugin/diagramsnet/lib/
H A Dyarn.lock67 mime-types "~2.1.24"
168 mime-db ">= 1.43.0 < 2"
605 mime-db@1.51.0, "mime-db@>= 1.43.0 < 2":
607 …resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cf…
610 mime-types@~2.1.24:
612 …resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.34.tgz#5a712f9ec1503511a9458036…
615 mime-db "1.51.0"
/plugin/projects/lib/
H A Dproject_file.php75 list($ext, $mime) = mimetype($path);
79 $data[3] = $mime;
/plugin/odt2dw/
H A DREADME29 * Fixe : check for mime type was too specific : It could be set in config panel
/plugin/livemark/
H A Daction.php55 $mime = $image_details['mime'];
/plugin/preservefilenames/
H A Daction_adorabelle.php51 list($ext,$mime,$dl) = mimetype($item['file'],false);
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock1232 mime "^1.2.11"
1386 mime "~1.2.11"
2140 mime-db@~1.25.0:
2144 mime-types@^2.1.11, mime-types@^2.1.12, mime-types@~2.1.7:
2148 mime-db "~1.25.0"
2150 mime-types@~1.0.1:
2154 mime@^1.2.11:
2158 mime@~1.2.11:
2697 mime-types "~2.1.7"
2713 mime-types "~1.0.1"
[all …]
/plugin/odt/
H A Dexample.css14 * you need to edit DokuWiki's mime config file.
15 * See https://www.dokuwiki.org/mime for more information.
/plugin/linkmanager/
H A Dfunctions.php114 list($ext,$mime) = mimetype($item['file']);
/plugin/filelist/
H A Dsyntax.php

12345678