| /plugin/diagramsnet/lib/js/diagramly/ |
| 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);
|
| 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()
|
| 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());
|
| 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
|
| 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)
|
| 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)
|
| D | GitHubLibrary.js | 18 this.saveFile(title, false, success, error);
|
| D | GitLabLibrary.js | 18 this.saveFile(title, false, success, error);
|
| D | NotionLibrary.js | 18 this.saveFile(title, false, success, error);
|
| D | TrelloLibrary.js | 18 this.saveFile(title, false, success, error);
|
| D | DropboxLibrary.js | 29 this.saveFile(title, false, success, error);
|
| D | DesktopLibrary.js | 27 LocalFile.prototype.saveFile.apply(this, arguments); method in LocalFile
|
| D | LocalLibrary.js | 49 this.saveFile(title, false, success, error);
|
| D | OneDriveLibrary.js | 32 this.ui.oneDrive.saveFile(this, mxUtils.bind(this, function(resp)
|
| D | DriveLibrary.js | 32 this.ui.drive.saveFile(this, revision, mxUtils.bind(this, function(resp)
|
| D | StorageLibrary.js | 42 this.saveFile(title, false, success, error);
|
| 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)
|
| 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)
|
| 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/ |
| 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/networkgraph/action/ |
| D | grapher.php | 216 $saveFile = metaFN('networkgraph_data', '.json'); 217 io_saveFile($saveFile, json_encode([
|
| /plugin/confmanager/configTypes/ |
| D | ConfigManagerSingleLineConfigCascade.php | 99 $this->helper->saveFile($file, $content);
|
| D | ConfigManagerTwoLine.php | 111 $this->helper->saveFile($this->configFile, $content);
|
| D | ConfigManagerTwoLineConfigCascade.php | 110 $this->helper->saveFile($file, $content);
|
| /plugin/confmanager/ |
| D | helper.php | 72 public function saveFile($file, $content) { function in helper_plugin_confmanager
|