Home
last modified time | relevance | path

Searched defs:saveAs (Results 1 – 23 of 23) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
DLocalLibrary.js47 LocalLibrary.prototype.saveAs = function(title, success, error) method in LocalLibrary
DUrlLibrary.js75 UrlLibrary.prototype.saveAs = function(title, success, error) method in UrlLibrary
DStorageLibrary.js40 StorageLibrary.prototype.saveAs = function(title, success, error) method in StorageLibrary
DRemoteLibrary.js55 RemoteLibrary.prototype.saveAs = function(title, success, error) method in RemoteLibrary
DLocalFile.js94 LocalFile.prototype.saveAs = function(title, success, error) method in LocalFile
105 LocalFile.prototype.saveAs = function(title, success, error) method in LocalFile
DTrelloFile.js75 TrelloFile.prototype.saveAs = function(title, success, error) method in TrelloFile
DNotionFile.js92 NotionFile.prototype.saveAs = function(title, success, error) method in NotionFile
DGitHubFile.js193 GitHubFile.prototype.saveAs = function(title, success, error) method in GitHubFile
DDropboxFile.js173 DropboxFile.prototype.saveAs = function(title, success, error) method in DropboxFile
DOneDriveFile.js335 OneDriveFile.prototype.saveAs = function(title, success, error) method in OneDriveFile
DStorageFile.js107 StorageFile.prototype.saveAs = function(title, success, error) method in StorageFile
DDriveFile.js407 DriveFile.prototype.saveAs = function(filename, success, error) method in DriveFile
DDrawioFile.js901 DrawioFile.prototype.saveAs = function(filename, success, error) { }; method in DrawioFile
DElectronApp.js1492 LocalFile.prototype.saveAs = function(title, success, error) method in LocalFile
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
DFileSaver.min.js2 var saveAs=saveAs||function(e){"use strict";if("undefined"==typeof navigator||!/MSIE [1-9]\./.test(… variable
DFileSaver.js15 var saveAs = saveAs || (function(view) { variable
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
Deditor_zh-CN.properties8 saveAs=Save As key
Deditor_de.properties12 saveAs=Speichern unter key
/plugin/diagramsnet/lib/js/
Dapp.min.js9999 …!=b:this.isCompressedStorage()&&Editor.compressXml};DrawioFile.prototype.saveAs=function(b,e,d){};… method in DrawioFile
10043 …mable=function(){return!0};LocalFile.prototype.save=function(b,e,d){this.saveAs(this.title,e,d)};L… method in LocalFile
10049 …Library.prototype.isAutosave=function(){return!1};LocalLibrary.prototype.saveAs=function(b,e,d){th… method in LocalLibrary
10050 …ble=function(){return!0};StorageFile.prototype.save=function(b,e,d){this.saveAs(this.getTitle(),e,… method in StorageFile
10059 …brary.prototype.isAutosave=function(){return!0};StorageLibrary.prototype.saveAs=function(b,e,d){th… method in StorageLibrary
10061 RemoteLibrary.prototype.saveAs=function(b,e,d){};RemoteLibrary.prototype.updateFileData=function(){… method in RemoteLibrary
Dviewer.min.js3039 …!=b:this.isCompressedStorage()&&Editor.compressXml};DrawioFile.prototype.saveAs=function(b,c,e){};… method in DrawioFile
3083 …mable=function(){return!0};LocalFile.prototype.save=function(b,c,e){this.saveAs(this.title,c,e)};L… method in LocalFile
Dviewer-static.min.js3039 …!=b:this.isCompressedStorage()&&Editor.compressXml};DrawioFile.prototype.saveAs=function(b,c,e){};… method in DrawioFile
3083 …mable=function(){return!0};LocalFile.prototype.save=function(b,c,e){this.saveAs(this.title,c,e)};L… method in LocalFile
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js60 var saveAs = __webpack_require__(105); variable
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs3271 return chrome.downloads.download({ url: url, filename: fname, saveAs: true}); property