Searched refs:lastDesc (Results 1 – 7 of 7) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | LocalFile.js | 221 var lastDesc = this.desc; 224 this.fileSaved(savedData, lastDesc, done, errorWrapper);
|
H A D | DrawioFileSync.js | 1300 DrawioFileSync.prototype.sendFileChanges = function(pages, lastDesc) argument 1306 var etag = this.file.getDescriptorRevisionId(lastDesc); 1312 var lastSecret = this.file.getDescriptorSecret(lastDesc); 1332 DrawioFileSync.prototype.fileSaved = function(pages, lastDesc, success, error, token) argument 1347 var etag = this.file.getDescriptorRevisionId(lastDesc); 1377 var lastSecret = this.file.getDescriptorSecret(lastDesc);
|
H A D | OneDriveFile.js | 390 var lastDesc = this.meta; 400 this.fileSaved(savedData, lastDesc, mxUtils.bind(this, function()
|
H A D | DriveFile.js | 186 var lastDesc = this.desc; 216 this.fileSaved(savedData, lastDesc, mxUtils.bind(this, function()
|
H A D | DrawioFile.js | 2060 DrawioFile.prototype.fileSaved = function(savedData, lastDesc, success, error, token) argument 2091 lastDesc, success, error, token);
|
H A D | ElectronApp.js | 1403 var lastDesc = this.stat; 1406 this.fileSaved(savedData, lastDesc, mxUtils.bind(this, function()
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-1-4-8.js | 1404 var lastDesc = this.desc; 1440 this.fileSaved(savedData, lastDesc, mxUtils.bind(this, function()
|