| /plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/ |
| D | blob.js | 22 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/ |
| D | webgl_detector.js | 6 fileapi: window.File && window.FileReader && window.FileList && window.Blob,
|
| D | stl_viewer.min.js | 2 …Blob([o.get_vsj()],{type:"application/json"}),a=document.createElement("a");a.href=window.URL.crea…
|
| /plugin/jsongendoc/script/ |
| D | jsongendoc.js | 33 var blob = new Blob([data.document], {type : data.mime});
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/ |
| D | FileSaver.js | 81 return new Blob(["\ufeff", blob], {type: blob.type});
|
| D | FileSaver.min.js | 2 …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/ |
| D | buttons.html5.min.js | 8 …Blob([String.fromCharCode(65279),t],{type:t.type}):t},t=(l=function(t,o,e){e||(t=c(t));var l,n,r=t…
|
| D | buttons.html5.js | 157 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/ |
| D | socket.io.min.js | 6 …Blob||"undefined"!=typeof Blob&&"[object BlobConstructor]"===i.call(Blob),c="function"==typeof Fil…
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | TrelloClient.js | 344 formData.append('file', typeof data === 'string' ? new Blob([data]) : data, filename);
|
| D | DropboxClient.js | 752 contents: new Blob([data], {type: 'text/plain'})});
|
| D | EditorUi.js | 4371 (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…
|
| D | ElectronApp.js | 388 …editorUi.parseFile(new Blob([data], {type : 'application/octet-stream'}), mxUtils.bind(this, funct…
|
| D | App.js | 4617 …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…
|
| D | DriveClient.js | 1178 …this.ui.parseFile(new Blob([data], {type: 'application/octet-stream'}), mxUtils.bind(this, functio…
|
| /plugin/mizarverifiabledocs/src/ |
| H A D | script.js | 755 const blob = new Blob([data.data.content], { type: "application/octet-stream" });
|
| /plugin/amcharts/assets/amcharts/plugins/export/ |
| D | export.js | 1795 data = new Blob( [ cfg.data ], { 3038 _this.setup.hasBlob = !!new Blob;
|
| D | export.min.js | 1 …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…
|
| D | README.md | 1047 * Added: Generalized fallback; does a lookup on the Blob constructor
|
| /plugin/diagramsnet/lib/js/croppie/ |
| D | croppie.min.js | 1 …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/ |
| D | jszip.min.js | 13 …Blob([n],{type:"application/zip"}).size}catch(e){try{var i=new(self.BlobBuilder||self.WebKitBlobBu…
|
| D | jszip.js | 2738 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/ |
| D | jszip.js | 2738 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/ |
| D | jszip.min.js | 12 …Blob([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/ |
| D | ogg.js | 2 …Blob;Browser.hasBlobConstructor=true}catch(e){Browser.hasBlobConstructor=false;console.log("warnin…
|