Home
last modified time | relevance | path

Searched refs:saveFile (Results 1 – 25 of 39) sorted by relevance

12

/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloFile.js92 this.saveFile(title, false, success, error);
99 TrelloFile.prototype.saveFile = function(title, revision, success, error) method in TrelloFile
117 this.ui.trello.saveFile(this, mxUtils.bind(this, function(meta)
133 this.saveFile(title, revision, success, error);
164 this.saveFile(title, revision, success, error);
H A DNotionFile.js109 this.saveFile(title, false, success, error, unloading, overwrite);
116 NotionFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) method in NotionFile
138 this.peer.saveFile(this, mxUtils.bind(this, function()
H A DStorageFile.js110 this.saveFile(title, false, success, error);
128 file.saveFile(title, false, function()
212 StorageFile.prototype.saveFile = function(title, revision, success, error) method in StorageFile
321 this.saveFile(title, false, mxUtils.bind(this, function()
352 this.saveFile(this.getTitle());
H A DLocalFile.js96 this.saveFile(title, false, success, error);
107 this.saveFile(title, false, success, error);
150 LocalFile.prototype.saveFile = function(title, revision, success, error, useCurrentData) method in LocalFile
H A DGitHubFile.js213 this.saveFile(title, false, success, error, unloading, overwrite, message);
223 GitHubFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite, mes… method in GitHubFile
248 this.peer.saveFile(this, mxUtils.bind(this, function(etag)
H A DDropboxFile.js193 this.saveFile(title, revision, success, error, unloading, overwrite);
203 DropboxFile.prototype.saveFile = function(title, revision, success, error) method in DropboxFile
230 this.ui.dropbox.saveFile(title, data, mxUtils.bind(this, function(stat)
H A DNotionLibrary.js18 this.saveFile(title, false, success, error);
H A DGitLabLibrary.js18 this.saveFile(title, false, success, error);
H A DTrelloLibrary.js18 this.saveFile(title, false, success, error);
H A DGitHubLibrary.js18 this.saveFile(title, false, success, error);
H A DDropboxLibrary.js29 this.saveFile(title, false, success, error);
H A DDesktopLibrary.js27 LocalFile.prototype.saveFile.apply(this, arguments); method in LocalFile
H A DLocalLibrary.js49 this.saveFile(title, false, success, error);
H A DOneDriveLibrary.js32 this.ui.oneDrive.saveFile(this, mxUtils.bind(this, function(resp)
H A DDriveLibrary.js32 this.ui.drive.saveFile(this, revision, mxUtils.bind(this, function(resp)
H A DStorageLibrary.js42 this.saveFile(title, false, success, error);
H A DOneDriveFile.js355 this.saveFile(title, revision, success, error, unloading, overwrite);
365 OneDriveFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) method in OneDriveFile
393 this.ui.oneDrive.saveFile(this, mxUtils.bind(this, function(meta, savedData)
H A DDriveFile.js152 this.saveFile(null, revision, success, error, unloading, overwrite);
162 DriveFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) method in DriveFile
188 this.ui.drive.saveFile(this, realRevision, mxUtils.bind(this, function(resp, savedData)
H A DDropboxClient.js707 this.saveFile(filename, data, mxUtils.bind(this, function(stat)
732 DropboxClient.prototype.saveFile = function(filename, data, success, error, folder) method in DropboxClient
/plugin/diagramsnet/lib/
H A DelectronFilesWorker.js10 function saveFile(fileObject, data, origStat, overwrite, defEnc, reqId) function
121saveFile(e.data.fileObject, e.data.data, e.data.origStat, e.data.overwrite, e.data.defEnc, e.data.…
/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php99 $this->helper->saveFile($file, $content);
H A DConfigManagerTwoLine.php111 $this->helper->saveFile($this->configFile, $content);
H A DConfigManagerTwoLineConfigCascade.php110 $this->helper->saveFile($file, $content);
/plugin/confmanager/
H A Dhelper.php72 public function saveFile($file, $content) { function in helper_plugin_confmanager
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js1361 this.saveFile(null, revision, success, error, unloading, overwrite);
1380 EmbedFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) method in EmbedFile
1839 ui.saveFile(null, doActions);

12