Home
last modified time | relevance | path

Searched refs:mimeType (Results 76 – 100 of 142) sorted by relevance

123456

/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php778 $target = $this->negotiateVCard($request->getHeader('Accept'), $mimeType);
786 $response->setHeader('Content-Type', $mimeType . '; charset=utf-8');
802 * @param string $mimeType
805 protected function negotiateVCard($input, &$mimeType = null) { argument
824 $mimeType = $result;
831 $mimeType = 'text/vcard';
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php212 $mimeType = isset($parameters['mimeType'])
216 $upload = new MediaFileUpload($this->client, $request, $mimeType, $data);
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php2316 public $mimeType; variable in Google_DriveFile
2487 public function setMimeType( $mimeType) { argument
2488 $this->mimeType = $mimeType;
2491 return $this->mimeType;
2832 public $mimeType; variable in Google_DriveFileThumbnail
2839 public function setMimeType( $mimeType) { argument
2840 $this->mimeType = $mimeType;
2843 return $this->mimeType;
3180 public $mimeType; variable in Google_Revision
3244 $this->mimeType = $mimeType;
[all …]
H A DGoogle_DirectoryService.php2149 public $mimeType; variable in Google_UserPhoto
2171 public function setMimeType($mimeType) { argument
2172 $this->mimeType = $mimeType;
2175 return $this->mimeType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSlides.php147 'thumbnailProperties.mimeType' => [
H A DKeep.php80 'mimeType' => [
H A DDrive.php588 'mimeType' => [
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java220 String mimeType) throws Exception { in post() argument
241 InputStreamBody bin = new InputStreamBody(pmis, mimeType, bodyName(fileName)) { in post()
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js132 … this.ui.convertFile(PROXY_URL + '?url=' + encodeURIComponent(meta.url), meta.name, meta.mimeType,
194 }), binary || (meta.mimeType != null &&
195 meta.mimeType.substring(0, 6) == 'image/'), null, null, null, headers);
H A DElectronApp.js759 editorUi.saveData = function(filename, format, data, mimeType, base64Encoded) argument
1847 …EditorUi.prototype.saveLocalFile = function(data, filename, mimeType, base64Encoded, format, allow… argument
1849 this.saveData(filename, format, data, mimeType, base64Encoded);
1852 EditorUi.prototype.saveRequest = function(filename, format, fn, data, base64Encoded, mimeType) argument
1864 this.saveData(filename, format, xhr.getText(), mimeType, true);
2051 EditorUi.prototype.saveData = function(filename, format, data, mimeType, base64Encoded) argument
H A DEditorUi.js3586 doImport(data, mimeType);
4403 if (mimeType == 'text/xml' &&
4417 this.base64ToBlob(data, mimeType) :
4418 new Blob([data], {type: mimeType})
4441 if (!navigator.standalone && mimeType != null && mimeType.substring(0, 6) == 'image/')
4472 this.base64ToBlob(data, mimeType) :
4523 ((mimeType != null) ? '&mime=' + mimeType : '') +
4589 if (mimeType != null && mimeType.substring(0, 6) == 'image/')
4593 else if (mimeType != null && mimeType.substring(0, 9) == 'text/html')
4668 if (mimeType == 'image/svg+xml')
[all …]
H A DDialogs.js4027 …if (urlParams['noDevice'] != '1' && data != null && mimeType != null && (mimeType.substring(0, 6) …
4028 (mimeType.substring(0, 9) != 'image/svg' || mxClient.IS_SVG)))
4033 preview.setAttribute('src', 'data:' + mimeType + ';base64,' + temp);
4043 if (!mxClient.IS_FF && navigator.clipboard != null && mimeType == 'image/png')
4048 var html = '<img src="' + 'data:' + mimeType + ';base64,' + temp + '">';
5235 if (data.docs[0].mimeType == 'application/mxe' || (data.docs[0].mimeType != null &&
5236 data.docs[0].mimeType.substring(0, 23) == 'application/vnd.jgraph.'))
5240 else if (data.docs[0].mimeType == 'application/vnd.google-apps.folder')
8967 function addButton(data, mimeType, x, y, w, h, img, aspect, title) argument
8974 if (mimeType == null || mimeType.substring(0, 6) == 'image/')
[all …]
H A DApp.js47 '-mime_' + file.desc.mimeType;
1843 '-mime_' + file.desc.mimeType;
3846 …obj.accept[this.editor.diagramFileTypes[i].mimeType] = ['.' + this.editor.diagramFileTypes[i].exte…
6286 App.prototype.exportFile = function(data, filename, mimeType, base64Encoded, mode, folderId) argument
6293 this.dropbox.insertFile(filename, (base64Encoded) ? this.base64ToBlob(data, mimeType) :
6339 }), mimeType, base64Encoded);
6347 this.oneDrive.insertFile(filename, (base64Encoded) ? this.base64ToBlob(data, mimeType) :
6392 this.trello.insertFile(filename, (base64Encoded) ? this.base64ToBlob(data, mimeType) :
6526 App.prototype.convertFile = function(url, filename, mimeType, extension, success, error, executeReq… argument
6653 /\.pdf$/i.test(filename) || (mimeType != null &&
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js1mimeType:"image/jpg",extension:"jpg",capture:!0},PNG:{mimeType:"image/png",extension:"png",capture…
2mimeType:c.config.formats[i.format].mimeType,extension:c.config.formats[i.format].extension,captur…
H A Dexport.js436 mimeType: "image/jpg", property in AmCharts._this.defaults.formats.JPG
441 mimeType: "image/png", property in AmCharts._this.defaults.formats.PNG
446 mimeType: "text/xml", property in AmCharts._this.defaults.formats.SVG
451 mimeType: "application/pdf", property in AmCharts._this.defaults.formats.PDF
456 mimeType: "text/plain", property in AmCharts._this.defaults.formats.CSV
460 mimeType: "text/plain", property in AmCharts._this.defaults.formats.JSON
464 mimeType: "application/octet-stream", property in AmCharts._this.defaults.formats.XLSX
2593 mimeType: _this.config.formats[ item.format ].mimeType,
2609 …if ( item.mimeType && item.mimeType.split( "/" )[ 0 ] != "image" && item.mimeType != "text/plain" …
2705 this.download( data, item.mimeType, [ item.fileName, item.extension ].join( "." ) );
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js120 download.href = createObjectURL(fontObj.data, fontObj.mimeType);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java501 String mimeType, in post() argument
601 InputStreamBody bin = new InputStreamBody(countingFilter, mimeType, fileName) { in post()
/plugin/diagramsnet/lib/math/
H A DMathJax.js19mimeType===f){c.push(b[d].MathJax.elementJax)}}return c},getJaxByInputType:function(f,e){var c=[],…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js5010 if(name=="Content-Type"){spy.mimeType=value
5149 },hideHtml:function(file){return(file.mimeType!="text/html")&&(file.mimeType!="application/xhtml+xm…
5273 var contentType=file.mimeType;
5312 postData.mimeType="multipart/form-data";
5369 },getMimeType:function(mimeType,uri){if(!mimeType||!(mimeCategoryMap.hasOwnProperty(mimeType))){var… argument
5370 if(!ext){return mimeType
5372 return extMimeType?extMimeType:mimeType
5373 }}else{return mimeType
5401 }}if(!file.mimeType){return""
5402 }var mimeType=file.mimeType;
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js19509 return (file.mimeType != "text/html") && (file.mimeType != "application/xhtml+xml");
20022 var contentType = file.mimeType;
20379 getMimeType: function(mimeType, uri) argument
20381 if (!mimeType || !(mimeCategoryMap.hasOwnProperty(mimeType)))
20385 return mimeType;
20393 return mimeType;
20479 if (!file.mimeType)
20490 if (!file.mimeType)
20494 var mimeType = file.mimeType;
20495 if (mimeType)
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js5021 if(name=="Content-Type"){spy.mimeType=value
5160 },hideHtml:function(file){return(file.mimeType!="text/html")&&(file.mimeType!="application/xhtml+xml")
5284 var contentType=file.mimeType;
5323 postData.mimeType="multipart/form-data";
5380 },getMimeType:function(mimeType,uri){if(!mimeType||!(mimeCategoryMap.hasOwnProperty(mimeType))){var ext=getFileExtension(uri); argument
5381 if(!ext){return mimeType
5383 return extMimeType?extMimeType:mimeType
[all...]

123456