Home
last modified time | relevance | path

Searched refs:saveAs (Results 1 – 25 of 93) sorted by path

1234

/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js523 if ( window.saveAs && _this.setup.hasBlob ) {
528 saveAs( data, filename );
H A Dexport.min.js1 …a]||a},download:function(a,b,d){if(window.saveAs&&c.setup.hasBlob){c.toBlob({data:a,type:b},functi…
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
H A DFileSaver.js15 var saveAs = saveAs || (function(view) { variable
208 , saveAs = function(blob, name) {
237 return saveAs;
248 module.exports.saveAs = saveAs;
251 return saveAs;
H A DFileSaver.min.js2saveAs=saveAs||function(e){"use strict";if("undefined"==typeof navigator||!/MSIE [1-9]\./.test(nav… variable
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js60 var saveAs = __webpack_require__(105);
156 saveAs(blob, defaultFileName);
66307 var saveAs = saveAs
66497 , saveAs = function(blob, name) {
66519 return saveAs;
66530 module.exports = saveAs;
66533 return saveAs;
H A Dpdfmake.min.js.map1saveAs","Roboto","normal","bold","italics","bolditalics","prototype","_createDoc","options","callb…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/diagramsnet/lib/js/
H A Dapp.min.js9999 …!=b:this.isCompressedStorage()&&Editor.compressXml};DrawioFile.prototype.saveAs=function(b,e,d){};…
10043 …tion(b,e,d){this.saveAs(this.title,e,d)};LocalFile.prototype.saveAs=function(b,e,d){this.saveFile(…
10049 …Library.prototype.isAutosave=function(){return!1};LocalLibrary.prototype.saveAs=function(b,e,d){th…
10050 …StorageFile.prototype.save=function(b,e,d){this.saveAs(this.getTitle(),e,d)};StorageFile.prototype…
10059 …brary.prototype.isAutosave=function(){return!0};StorageLibrary.prototype.saveAs=function(b,e,d){th…
10061saveAs=function(b,e,d){};RemoteLibrary.prototype.updateFileData=function(){};RemoteLibrary.prototy…
11729 …e(b,e)}));d.handleFileError(c,!0)});try{b==d.getTitle()?d.save(!0,c,g):d.saveAs(b,c,g)}catch(k){g(…
11884 …p.MODE_GOOGLE?c.spinner.spin(document.body,mxResources.get("saving"))&&b.saveAs(d,mxUtils.bind(thi…
H A Dviewer-static.min.js3039 …!=b:this.isCompressedStorage()&&Editor.compressXml};DrawioFile.prototype.saveAs=function(b,c,e){};…
3083 …tion(b,c,e){this.saveAs(this.title,c,e)};LocalFile.prototype.saveAs=function(b,c,e){this.saveFile(…
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js6191 file.saveAs(name, success, error)
H A DDrawioFile.js901 DrawioFile.prototype.saveAs = function(filename, success, error) { }; method in DrawioFile
H A DDriveFile.js377 this.saveAs(this.ui.getCopyFilename(this, timestamp), mxUtils.bind(this, function(resp)
407 DriveFile.prototype.saveAs = function(filename, success, error) method in DriveFile
H A DDropboxFile.js173 DropboxFile.prototype.saveAs = function(title, success, error) method in DropboxFile
H A DElectronApp.js1211 this.saveAs(this.ui.getCopyFilename(this), success, error);
1492 LocalFile.prototype.saveAs = function(title, success, error) method in LocalFile
1582 file.saveAs(null, mxUtils.bind(this, function()
H A DGitHubFile.js193 GitHubFile.prototype.saveAs = function(title, success, error) method in GitHubFile
H A DLocalFile.js85 this.saveAs(this.title, success, error);
94 LocalFile.prototype.saveAs = function(title, success, error) method in LocalFile
105 LocalFile.prototype.saveAs = function(title, success, error) method in LocalFile
H A DLocalLibrary.js47 LocalLibrary.prototype.saveAs = function(title, success, error) method in LocalLibrary
H A DMenus.js2818 file.saveAs(newTitle, mxUtils.bind(this, function(resp)
H A DNotionFile.js92 NotionFile.prototype.saveAs = function(title, success, error) method in NotionFile
H A DOneDriveFile.js335 OneDriveFile.prototype.saveAs = function(title, success, error) method in OneDriveFile
H A DRemoteLibrary.js55 RemoteLibrary.prototype.saveAs = function(title, success, error) method in RemoteLibrary
H A DStorageFile.js98 this.saveAs(this.getTitle(), success, error);
107 StorageFile.prototype.saveAs = function(title, success, error) method in StorageFile
H A DStorageLibrary.js40 StorageLibrary.prototype.saveAs = function(title, success, error) method in StorageLibrary
H A DTrelloFile.js75 TrelloFile.prototype.saveAs = function(title, success, error) method in TrelloFile
H A DUrlLibrary.js75 UrlLibrary.prototype.saveAs = function(title, success, error) method in UrlLibrary

1234