Home
last modified time | relevance | path

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

12

/plugin/diagramsnet/lib/js/diagramly/
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);
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()
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());
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
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)
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)
DGitHubLibrary.js18 this.saveFile(title, false, success, error);
DGitLabLibrary.js18 this.saveFile(title, false, success, error);
DNotionLibrary.js18 this.saveFile(title, false, success, error);
DTrelloLibrary.js18 this.saveFile(title, false, success, error);
DDropboxLibrary.js29 this.saveFile(title, false, success, error);
DDesktopLibrary.js27 LocalFile.prototype.saveFile.apply(this, arguments); method in LocalFile
DLocalLibrary.js49 this.saveFile(title, false, success, error);
DOneDriveLibrary.js32 this.ui.oneDrive.saveFile(this, mxUtils.bind(this, function(resp)
DDriveLibrary.js32 this.ui.drive.saveFile(this, revision, mxUtils.bind(this, function(resp)
DStorageLibrary.js42 this.saveFile(title, false, success, error);
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)
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)
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/
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/networkgraph/action/
Dgrapher.php216 $saveFile = metaFN('networkgraph_data', '.json');
217 io_saveFile($saveFile, json_encode([
/plugin/confmanager/configTypes/
DConfigManagerSingleLineConfigCascade.php99 $this->helper->saveFile($file, $content);
DConfigManagerTwoLine.php111 $this->helper->saveFile($this->configFile, $content);
DConfigManagerTwoLineConfigCascade.php110 $this->helper->saveFile($file, $content);
/plugin/confmanager/
Dhelper.php72 public function saveFile($file, $content) { function in helper_plugin_confmanager

12