/plugin/diagramsnet/lib/js/diagramly/ |
H A D | TrelloFile.js | 92 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 D | NotionFile.js | 109 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 D | StorageFile.js | 110 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 D | LocalFile.js | 96 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 D | GitHubFile.js | 213 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 D | DropboxFile.js | 193 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 D | NotionLibrary.js | 18 this.saveFile(title, false, success, error);
|
H A D | GitLabLibrary.js | 18 this.saveFile(title, false, success, error);
|
H A D | TrelloLibrary.js | 18 this.saveFile(title, false, success, error);
|
H A D | GitHubLibrary.js | 18 this.saveFile(title, false, success, error);
|
H A D | DropboxLibrary.js | 29 this.saveFile(title, false, success, error);
|
H A D | DesktopLibrary.js | 27 LocalFile.prototype.saveFile.apply(this, arguments); method in LocalFile
|
H A D | LocalLibrary.js | 49 this.saveFile(title, false, success, error);
|
H A D | OneDriveLibrary.js | 32 this.ui.oneDrive.saveFile(this, mxUtils.bind(this, function(resp)
|
H A D | DriveLibrary.js | 32 this.ui.drive.saveFile(this, revision, mxUtils.bind(this, function(resp)
|
H A D | StorageLibrary.js | 42 this.saveFile(title, false, success, error);
|
H A D | OneDriveFile.js | 355 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 D | DriveFile.js | 152 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 D | DropboxClient.js | 707 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 D | electronFilesWorker.js | 10 function saveFile(fileObject, data, origStat, overwrite, defEnc, reqId) function 121 …saveFile(e.data.fileObject, e.data.data, e.data.origStat, e.data.overwrite, e.data.defEnc, e.data.…
|
/plugin/confmanager/configTypes/ |
H A D | ConfigManagerSingleLineConfigCascade.php | 99 $this->helper->saveFile($file, $content);
|
H A D | ConfigManagerTwoLine.php | 111 $this->helper->saveFile($this->configFile, $content);
|
H A D | ConfigManagerTwoLineConfigCascade.php | 110 $this->helper->saveFile($file, $content);
|
/plugin/confmanager/ |
H A D | helper.php | 72 public function saveFile($file, $content) { function in helper_plugin_confmanager
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-1-4-8.js | 1361 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);
|