Home
last modified time | relevance | path

Searched refs:saveFile (Results 1 – 25 of 39) sorted by last modified time

12

/plugin/confmanager/
H A Dhelper.php72 public function saveFile($file, $content) { function in helper_plugin_confmanager
/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/diagramsnet/lib/js/diagramly/
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 DNotionLibrary.js18 this.saveFile(title, false, success, error);
H A DApp.js4320 file.saveFile(name, false, mxUtils.bind(this, function()
4401 App.prototype.saveFile = function(forceDialog, success) method in App
4808 file.saveFile(desc.name, false, mxUtils.bind(this, function()
4985 file.saveFile(file.getTitle(), false, mxUtils.bind(this, function()
H A DDesktopLibrary.js27 LocalFile.prototype.saveFile.apply(this, arguments); method in LocalFile
H A DGitLabLibrary.js18 this.saveFile(title, false, success, error);
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 DStorageLibrary.js42 this.saveFile(title, false, success, error);
H A DTrelloClient.js270 TrelloClient.prototype.saveFile = function(file, success, error) method in TrelloClient
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 DTrelloLibrary.js18 this.saveFile(title, false, success, error);
H A DDrawioFile.js909 DrawioFile.prototype.saveFile = function(title, revision, success, error) { }; method in DrawioFile
H A DDriveClient.js1273 DriveClient.prototype.saveFile = function(file, revision, success, errFn, noCheck, unloading, overw… method in DriveClient
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
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 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 DGitHubLibrary.js18 this.saveFile(title, false, success, error);
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js2288 …i.prototype.isCompatibleString=function(b){return!1};EditorUi.prototype.saveFile=function(b){b||nu…
2957 …ion("save",function(){e.saveFile(!1)},null,null,Editor.ctrlKey+"+S").isEnabled=p;this.addAction("s…
3039 …Xml};DrawioFile.prototype.saveAs=function(b,c,e){};DrawioFile.prototype.saveFile=function(b,c,e,k)…
3083 …prototype.saveAs=function(b,c,e){this.saveFile(b,!1,c,e)};LocalFile.prototype.saveAs=function(b,c,…
3085 LocalFile.prototype.saveFile=function(b,c,e,k,g){b!=this.title&&(this.desc=this.fileHandle=null);th…
H A Dviewer.min.js2288 …i.prototype.isCompatibleString=function(b){return!1};EditorUi.prototype.saveFile=function(b){b||nu…
2957 …ion("save",function(){e.saveFile(!1)},null,null,Editor.ctrlKey+"+S").isEnabled=p;this.addAction("s…
3039 …Xml};DrawioFile.prototype.saveAs=function(b,c,e){};DrawioFile.prototype.saveFile=function(b,c,e,k)…
3083 …prototype.saveAs=function(b,c,e){this.saveFile(b,!1,c,e)};LocalFile.prototype.saveAs=function(b,c,…
3085 LocalFile.prototype.saveFile=function(b,c,e,k,g){b!=this.title&&(this.desc=this.fileHandle=null);th…
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js96 …this.addAction('save', function() { ui.saveFile(false); }, null, null, Editor.ctrlKey + '+S').isEn…
97 …this.addAction('saveAs...', function() { ui.saveFile(true); }, null, null, Editor.ctrlKey + '+Shif…
H A DEditorUi.js4792 EditorUi.prototype.saveFile = function(forceDialog) method in EditorUi

12