Searched refs:mimetypes (Results 1 – 11 of 11) sorted by relevance
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | MimeType.php | 30 static $mimetypes = [ 136 return isset($mimetypes[$extension]) 137 ? $mimetypes[$extension]
|
/plugin/authfacebook/lib/FileUpload/ |
H A D | Mimetypes.php | 41 protected $mimetypes = [ variable in Facebook\\FileUpload\\Mimetypes 974 return isset($this->mimetypes[$extension]) ? $this->mimetypes[$extension] : null;
|
/plugin/imgpaste/ |
H A D | action.php | 111 $mimetypes = array_flip(getMimeTypes()); 112 if (!isset($mimetypes[$type])) throw new PasteException($lang['uploadwrong'], 415); 116 $filename = $this->createFileName($INPUT->post->str('id'), $mimetypes[$type], $_SERVER['REMOTE_USER']); 127 'ext' => $mimetypes[$type], 142 'ext' => $mimetypes[$type],
|
/plugin/advanced/lang/en/config/ |
H A D | mime.txt | 3 …a manager is configured through the ''conf/mime.conf'' file. Additional mimetypes should be added …
|
/plugin/photogallery/ |
H A D | pgFetch.php | 27 $mimetypes = getMimeTypes(); variable
|
/plugin/issuetracker/ |
H A D | syntax.php | 1743 $mimetypes = getMimeTypes(); 1745 foreach($mimetypes as $key => $value) {
|
H A D | action.php | 3521 $mimetypes = getMimeTypes(); 3523 foreach($mimetypes as $key => $value) {
|
/plugin/dirtylittlehelper/mermaid/editor/ |
H A D | bundle.js | 396 …intrc",".jscsrc",".eslintrc",".babelrc",".har"],aliases:["JSON","json"],mimetypes:["application/js… 426 …mimetypes.forEach(e=>{this._mimeTypesMap[e]=t.identifier})}),Li.a.as(on.a.Configuration).registerO…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js | 396 …intrc",".jscsrc",".eslintrc",".babelrc",".har"],aliases:["JSON","json"],mimetypes:["application/js… 426 …mimetypes.forEach(e=>{this._mimeTypesMap[e]=t.identifier})}),Li.a.as(on.a.Configuration).registerO…
|
H A D | bundle.js.map | 1 …mimetypes: ['text/x-apex-source', 'text/x-apex'],\n loader: function () { return import('./apex…
|
/plugin/webdav/vendor/sabre/dav/ |
H A D | CHANGELOG.md | 1420 * Fixed: Sending back correct mimetypes from the browser plugin (thanks
|