Home
last modified time | relevance | path

Searched refs:Blob (Results 1 – 25 of 66) sorted by relevance

123

/plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/
Dblob.js22 if (view.Blob && view.URL) {
24 new Blob;
39 , FakeBlob = function Blob(data, type, encoding) { class
187 view.Blob = function(blobParts, options) { class in view
210 view.Blob.prototype = getPrototypeOf(new view.Blob());
/plugin/stlviewer/stlviewer/
Dwebgl_detector.js6 fileapi: window.File && window.FileReader && window.FileList && window.Blob,
Dstl_viewer.min.js2Blob([o.get_vsj()],{type:"application/json"}),a=document.createElement("a");a.href=window.URL.crea…
/plugin/jsongendoc/script/
Djsongendoc.js33 var blob = new Blob([data.document], {type : data.mime});
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
DFileSaver.js81 return new Blob(["\ufeff", blob], {type: blob.type});
DFileSaver.min.js2 …plication\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type)?new Blob(["\ufeff",e],{type:…
/plugin/datatables/assets/datatables.net-buttons/js/
Dbuttons.html5.min.js8Blob([String.fromCharCode(65279),t],{type:t.type}):t},t=(l=function(t,o,e){e||(t=c(t));var l,n,r=t…
Dbuttons.html5.js157 return new Blob([String.fromCharCode(0xfeff), blob], { type: blob.type });
986 return window.FileReader !== undefined && window.Blob;
1022 _saveAs(new Blob([output], { type: 'text/csv' + charset }), info.filename, true);
/plugin/diagramsnet/lib/js/socket.io/
Dsocket.io.min.js6Blob||"undefined"!=typeof Blob&&"[object BlobConstructor]"===i.call(Blob),c="function"==typeof Fil…
/plugin/diagramsnet/lib/js/diagramly/
DTrelloClient.js344 formData.append('file', typeof data === 'string' ? new Blob([data]) : data, filename);
DDropboxClient.js752 contents: new Blob([data], {type: 'text/plain'})});
DEditorUi.js4371 (typeof window.Blob !== 'undefined' && typeof window.URL !== 'undefined')) &&
4414 if (window.Blob && navigator.msSaveOrOpenBlob)
4418 new Blob([data], {type: mimeType})
4473 new Blob([data], {type: mimeType}));
4560 return new Blob(byteArrays, {type: contentType});
7824 …this.parseFile(new Blob([text.replace(/\s+/g,' ')], {type: 'application/octet-stream'}), mxUtils.b…
10595 'text/html': new Blob([html], {type: 'text/html'})});
12665 …this.parseFile(new Blob([data], {type: 'application/octet-stream'}), mxUtils.bind(this, function(x…
DElectronApp.js388 …editorUi.parseFile(new Blob([data], {type : 'application/octet-stream'}), mxUtils.bind(this, funct…
DApp.js4617 …this.parseFile(new Blob([data], {type: 'application/octet-stream'}), mxUtils.bind(this, function(x…
6576 blob = new Blob([req.response], {type: 'application/octet-stream'});
6623 …this.parseFile(new Blob([data], {type: 'application/octet-stream'}), mxUtils.bind(this, function(x…
DDriveClient.js1178 …this.ui.parseFile(new Blob([data], {type: 'application/octet-stream'}), mxUtils.bind(this, functio…
/plugin/mizarverifiabledocs/src/
H A Dscript.js755 const blob = new Blob([data.data.content], { type: "application/octet-stream" });
/plugin/amcharts/assets/amcharts/plugins/export/
Dexport.js1795 data = new Blob( [ cfg.data ], {
3038 _this.setup.hasBlob = !!new Blob;
Dexport.min.js1 …slice(d.data.indexOf(",")+1,d.data.length)})),e=d.getByteArray?d.data:new Blob([d.data],{type:d.ty…
2 …c.drawing.handler.cancel=c.drawing.handler.done;try{c.setup.hasBlob=!!new Blob}catch(a){}window.sa…
DREADME.md1047 * Added: Generalized fallback; does a lookup on the Blob constructor
/plugin/diagramsnet/lib/js/croppie/
Dcroppie.min.js1 …1]),o=i.length,r=new Uint8Array(o),a=0;a<o;a++)r[a]=i.charCodeAt(a);e(new Blob([r],{type:t||"image…
/plugin/datatables/assets/jszip/
Djszip.min.js13Blob([n],{type:"application/zip"}).size}catch(e){try{var i=new(self.BlobBuilder||self.WebKitBlobBu…
Djszip.js2738 exports.blob = new Blob([buffer], {
3083 return new Blob([part], {
3493 …var isBlob = support.blob && (data instanceof Blob || ["[object File]", "[object Blob]"].indexOf(O…
/plugin/xlsx2dw/packages/jszip/
Djszip.js2738 exports.blob = new Blob([buffer], {
3083 return new Blob([part], {
3493 …var isBlob = support.blob && (data instanceof Blob || ["[object File]", "[object Blob]"].indexOf(O…
/plugin/diagramsnet/lib/js/jszip/
Djszip.min.js12Blob([d],{type:"application/zip"}).size}catch(e){try{var f=window.BlobBuilder||window.WebKitBlobBu…
13 …){var h=m.Promise.resolve(b).then(function(a){var b=i.blob&&(a instanceof Blob||["[object File]","…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dogg.js2Blob;Browser.hasBlobConstructor=true}catch(e){Browser.hasBlobConstructor=false;console.log("warnin…

123