/plugin/diagramsnet/lib/js/diagramly/ |
H A D | GitHubFile.js | 184 this.doSave(this.getTitle(), success, error, unloading, overwrite, message); 195 this.doSave(title, success, error); 204 GitHubFile.prototype.doSave = function(title, success, error, unloading, overwrite, message) method in GitHubFile 234 var doSave = mxUtils.bind(this, function(message) 336 doSave(message); 344 doSave(message);
|
H A D | DropboxFile.js | 164 this.doSave(this.getTitle(), revision, success, error, unloading, overwrite); 175 this.doSave(title, false, success, error); 184 DropboxFile.prototype.doSave = function(title, revision, success, error, unloading, overwrite) method in DropboxFile 225 var doSave = mxUtils.bind(this, function(data) 259 doSave(this.ui.base64ToBlob(data, 'image/png')); 265 doSave(this.getData());
|
H A D | TrelloFile.js | 69 this.doSave(this.getTitle(), success, error); 77 this.doSave(title, success, error); 83 TrelloFile.prototype.doSave = function(title, success, error) method in TrelloFile
|
H A D | NotionFile.js | 86 this.doSave(this.getTitle(), success, error, unloading, overwrite); 94 this.doSave(title, success, error); 100 NotionFile.prototype.doSave = function(title, success, error, unloading, overwrite) method in NotionFile
|
H A D | OneDriveFile.js | 326 this.doSave(this.getTitle(), revision, success, error, unloading, overwrite); 337 this.doSave(title, false, success, error); 346 OneDriveFile.prototype.doSave = function(title, revision, success, error, unloading, overwrite) method in OneDriveFile 378 var doSave = mxUtils.bind(this, function() 429 doSave(); 481 doSave();
|
H A D | LocalFile.js | 181 var doSave = mxUtils.bind(this, function(data) 290 doSave(imageData); 296 doSave(savedData);
|
H A D | NotionLibrary.js | 16 NotionLibrary.prototype.doSave = function(title, success, error) method in NotionLibrary
|
H A D | GitLabLibrary.js | 16 GitLabLibrary.prototype.doSave = function(title, success, error) method in GitLabLibrary
|
H A D | TrelloLibrary.js | 16 TrelloLibrary.prototype.doSave = function(title, success, error) method in TrelloLibrary
|
H A D | GitHubLibrary.js | 16 GitHubLibrary.prototype.doSave = function(title, success, error) method in GitHubLibrary
|
H A D | DropboxLibrary.js | 27 DropboxLibrary.prototype.doSave = function(title, success, error) method in DropboxLibrary
|
H A D | DriveFile.js | 182 var doSave = mxUtils.bind(this, function(realOverwrite, realRevision) 270 doSave(realOverwrite, true); 322 doSave(overwrite, revision);
|
H A D | ElectronApp.js | 1366 var doSave = mxUtils.bind(this, function(data, enc) 1433 doSave(this.getData()); 1441 doSave(atob(data), 'binary'); 1634 var doSave = mxUtils.bind(this, function() 1671 doSave(); 1676 doSave();
|
H A D | DriveClient.js | 1398 var doSave = mxUtils.bind(this, function(thumb, thumbMime, keepExisting) 1926 doSave(thumb, 'image/png'); 1935 doSave(null, null, file.constructor != DriveLibrary);
|
H A D | App.js | 4346 var doSave = mxUtils.bind(this, function() 4383 doSave(); 4388 doSave();
|
H A D | EditorUi.js | 5146 var doSave = mxUtils.bind(this, function(svgRoot) 5176 this.editor.convertImages(svgRoot, doSave, this.thumbImageCache); 5180 doSave(svgRoot);
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-1-4-8.js | 1400 var doSave = mxUtils.bind(this, function(realOverwrite, realRevision) 1498 doSave(realOverwrite, true); 1550 doSave(overwrite, revision); 1828 function doSave() function 1832 setTimeout(doSave, 100); 1858 doSave();
|