Home
last modified time | relevance | path

Searched refs:unloading (Results 1 – 11 of 11) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DNotionFile.js84 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 DGitHubFile.js182 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 DDropboxFile.js162 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 DOneDriveFile.js324 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 DDriveFile.js148 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 DElectronApp.js1313 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')
1357unloading({message: 'This is a bug, please report!'}); //Original draw.io function parameters are …
H A DDriveClient.js1273 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 DDrawioFile.js803 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 DcConf-1-4-8.js1355 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 Dcsshover3.htc165 // and store that instance for unloading later on
/plugin/flowplayer/player/
H A DREADME.txt198 - fixed safari crashes when unloading player