/plugin/diagramsnet/lib/js/diagramly/ |
H A D | NotionFile.js | 84 NotionFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 86 this.doSave(this.getTitle(), success, error, unloading, overwrite); 100 NotionFile.prototype.doSave = function(title, success, error, unloading, overwrite) argument 109 this.saveFile(title, false, success, error, unloading, overwrite); argument 110 }), error, unloading, overwrite]); 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 184 this.doSave(this.getTitle(), success, error, unloading, overwrite, message); 204 GitHubFile.prototype.doSave = function(title, success, error, unloading, overwrite, message) argument 213 this.saveFile(title, false, success, error, unloading, overwrite, message); argument 214 }), error, unloading, overwrite]); 223 GitHubFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite, mes… argument
|
H A D | DropboxFile.js | 162 DropboxFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 164 this.doSave(this.getTitle(), revision, success, error, unloading, overwrite); 184 DropboxFile.prototype.doSave = function(title, revision, success, error, unloading, overwrite) argument 193 this.saveFile(title, revision, success, error, unloading, overwrite); argument 194 }), error, unloading, overwrite]);
|
H A D | OneDriveFile.js | 324 OneDriveFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 326 this.doSave(this.getTitle(), revision, success, error, unloading, overwrite); 346 OneDriveFile.prototype.doSave = function(title, revision, success, error, unloading, overwrite) argument 355 this.saveFile(title, revision, success, error, unloading, overwrite); argument 356 }), error, unloading, overwrite]); 365 OneDriveFile.prototype.saveFile = function(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 153 }), error, unloading, overwrite]); 162 DriveFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument 305 }), unloading, unloading, realOverwrite, null, secret);
|
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 1318 }), error, unloading, overwrite]); 1349 LocalFile.prototype.saveFile = function(revision, success, error, unloading, overwrite) argument 1354 if (typeof unloading === 'function') 1357 …unloading({message: 'This is a bug, please report!'}); //Original draw.io function parameters are …
|
H A D | DriveClient.js | 1273 DriveClient.prototype.saveFile = function(file, revision, success, errFn, noCheck, unloading, overw… argument 1372 unloading = (unloading != null) ? unloading : false; 1433 if (thumb == null && !unloading) 1890 …if (unloading || saveAsPng || file.constructor == DriveLibrary || !this.enableThumbnails || urlPar…
|
H A D | DrawioFile.js | 803 DrawioFile.prototype.save = function(revision, success, error, unloading, overwrite, manual) argument 2262 DrawioFile.prototype.close = function(unloading) argument 2269 this.save(this.isAutosaveRevision(), null, null, unloading);
|
/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 1363 }), error, unloading, overwrite]); 1380 EmbedFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument
|
/plugin/topbarsyntax/ |
H A D | csshover3.htc | 165 // and store that instance for unloading later on
|
/plugin/flowplayer/player/ |
H A D | README.txt | 198 - fixed safari crashes when unloading player
|