Home
last modified time | relevance | path

Searched defs:newTitle (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DRename.php25 public $newTitle; variable in Google\\Service\\DriveActivity\\Rename
34 public function setNewTitle($newTitle)
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFile.js2278 DrawioFile.prototype.hasSameExtension = function(title, newTitle) argument
H A DElectronApp.js2032 function(newTitle, base64) argument
H A DEditorUi.js2034 this.saveRequest(filename, format, mxUtils.bind(this, function(newTitle, base64) argument
4582 var dlg = new CreateDialog(this, filename, mxUtils.bind(this, function(newTitle, mode) argument
4953 this.saveRequest(filename, format, mxUtils.bind(this, function(newTitle, base64) argument
4981 var dlg = new CreateDialog(this, filename, mxUtils.bind(this, function(newTitle, mode) argument
13943 function(newTitle, base64) argument
H A DMenus.js2797 var dlg = new CreateDialog(editorUi, title, mxUtils.bind(this, function(newTitle, mode) argument
H A DDialogs.js9206 …var dlg = new FilenameDialog(editorUi, entry.title || '', mxResources.get('ok'), function(newTitle) argument