/plugin/diagramsnet/lib/js/diagramly/ |
H A D | NotionFile.js | 84 NotionFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 100 NotionFile.prototype.doSave = function(title, success, error, unloading, overwrite) argument 109 this.saveFile(title, false, success, error, unloading, overwrite); argument 116 NotionFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument
|
H A D | GitHubFile.js | 182 GitHubFile.prototype.save = function(revision, success, error, unloading, overwrite, message) argument 204 GitHubFile.prototype.doSave = function(title, success, error, unloading, overwrite, message) argument 213 this.saveFile(title, false, success, error, unloading, overwrite, message); argument 223 GitHubFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite, mes… argument
|
H A D | OneDriveFile.js | 324 OneDriveFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 346 OneDriveFile.prototype.doSave = function(title, revision, success, error, unloading, overwrite) argument 355 this.saveFile(title, revision, success, error, unloading, overwrite); argument 365 OneDriveFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument
|
H A D | DropboxFile.js | 162 DropboxFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 184 DropboxFile.prototype.doSave = function(title, revision, success, error, unloading, overwrite) argument 193 this.saveFile(title, revision, success, error, unloading, overwrite); argument
|
H A D | DriveFile.js | 148 DriveFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 152 this.saveFile(null, revision, success, error, unloading, overwrite); argument 162 DriveFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument
|
H A D | ElectronApp.js | 1313 LocalFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 1317 this.saveFile(revision, success, error, unloading, overwrite); argument 1349 LocalFile.prototype.saveFile = function(revision, success, error, unloading, overwrite) argument
|
H A D | DrawioFile.js | 803 DrawioFile.prototype.save = function(revision, success, error, unloading, overwrite, manual) argument 2262 DrawioFile.prototype.close = function(unloading) argument
|
H A D | DriveClient.js | 1273 DriveClient.prototype.saveFile = function(file, revision, success, errFn, noCheck, unloading, overw… argument
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-1-4-8.js | 1355 EmbedFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 1361 this.saveFile(null, revision, success, error, unloading, overwrite); argument 1380 EmbedFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument
|