Home
last modified time | relevance | path

Searched refs:mime (Results 1 – 25 of 178) sorted by path

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/advanced/lang/en/
H A Dconfig.txt15 | ''mime.conf'' | ''mime.local.conf'' | [[doku>mime]] …
/plugin/advanced/lang/en/config/
H A Dmime.txt3mime.conf'' file. Additional mimetypes should be added in ''mime.local.conf''. The file expects an…
5 === Example of mime.conf ===
20 * [[doku>mime]]
/plugin/advanced/lang/fr/config/
H A Dmime.txt3 …nfiguré à partir du fichier ''conf/mime.conf''. Les types supplémentaires doivent être ajoutés dan…
5 === Exemple de fichier mime.conf ===
20 * [[doku>mime]]
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md1057 * Added: IE9 download fallback for `text/plain` and `image/*` mime types (CSS has been modified)
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php533 public $mime; variable in Google_Result
604 public function setMime( $mime) { argument
605 $this->mime = $mime;
608 return $this->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/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DResult.php66 public $mime; variable in Google\\Service\\CustomSearchAPI\\Result
237 public function setMime($mime) argument
239 $this->mime = $mime;
246 return $this->mime;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md121 - `3gp` and `mkv` mime types
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DMandrillHandler.php55 $mime = 'text/plain';
57 $mime = 'text/html';
61 $message->setBody($content, $mime);
H A DSwiftMailerHandler.php96 $mime = 'text/plain';
98 $mime = 'text/html';
101 $message->setBody($content, $mime);
/plugin/bez/renderer/
H A Dxhtmlmail.php39 list($ext, $mime) = mimetype($src);
40 if(substr($mime, 0, 5) == 'image') {
81 } elseif(media_supportedav($mime, 'video') || media_supportedav($mime, 'audio')) {
96 if(media_supportedav($mime, 'video')) {
100 if(media_supportedav($mime, 'audio')) {
105 } elseif($mime == 'application/x-shockwave-flash') {
/plugin/bibtex/
H A Dsyntax.php507 list($ext,$mime) = mimetype($src);
508 if(substr($mime,0,5) == 'image'){
537 }elseif($mime == 'application/x-shockwave-flash'){
/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/ckgdoku/scripts/
H A Dparse_wiki.js.unc587 // required to distinguish external images from external mime types
623 // external mime types after they've been saved first time
680 if(this.attr.match(/\.\w+$/)) { // external mime's first access
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc661 // required to distinguish external images from external mime types
692 // external mime types after they've been saved first time
745 … if (this.attr.match(/\.\w+$/)) { // external mime's first access
/plugin/codemirror/dist/modes/
H A Dmarkdown.min.js1 …ll";function f(c){if(a.findModeByName){var d=a.findModeByName(c);if(d)c=d.mime||d.mimes[0]}var e=a…
H A Dmarkdown.min.js.map1mime","mimes","mode","highlightFormatting","undefined","maxBlockquoteDepth","taskLists","strikethr…
H A Dshell.min.js.map1 …l scripts\n// http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types\nCodeMirror.d…
H A Dsql.min.js.map1mime type\n if (hooks[ch]) {\n var result = hooks[ch](stream, state);\n if (result !=…
/plugin/codemirror/dist/
H A Dscripts.min.js8mime:"text/x-ttcn-asn"},asterisk:{name:"asterisk"},aspx:{name:"htmlembedded",mime:"application/x-a… property in AnonymousFunction3fb7904a21a00.c.postgresql
H A Dscripts.min.js.map1mime","spec","resolveMode","getMode","options","mfactory","modeObj","modeExtensions","exts","helpe…
/plugin/combo/ComboStrap/
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
H A DFetcherMarkupBuilder.php30 protected Mime $mime; variable in ComboStrap\\FetcherMarkupBuilder
159 public function setRequestedMime(Mime $mime): FetcherMarkupBuilder argument
161 $this->mime = $mime;
177 * Technically, you could set the mime to whatever you want
179 * Setting the mime to instructions will just not do any render processing.
187 throw new ExceptionRuntime("Internal error: the mime is internal and should be good");
229 if (!isset($this->mime)) {
230 throw new ExceptionRuntimeInternal("A mime is mandatory");
240 switch ($this->mime
[all...]

12345678