Lines Matching +defs:name +defs:value

585 	EditorUi.prototype.setMathEnabled = function(value)  argument
595 EditorUi.prototype.isMathEnabled = function(value) argument
1627 graph.getGlobalVariable = function(name) argument
2962 EditorUi.prototype.saveLibrary = function(name, images, file, mode, noSpin, noReload, fn) { }; argument
3765 EditorUi.prototype.showImageDialog = function(title, value, fn, ignoreExisting, convertDataUri) argument
3796 EditorUi.prototype.showLibraryDialog = function(name, sidebar, images, file, mode) argument
5295 var dlg2 = new FilenameDialog(this, editUrl, mxResources.get('ok'), function(value) argument
9457 graph.getGlobalVariable = function(name) argument
10208 EditorUi.prototype.setSketchMode = function(value) argument
10232 EditorUi.prototype.setPagesVisible = function(value) argument
10249 EditorUi.prototype.setInlineFullscreen = function(value) argument
10274 EditorUi.prototype.doSetSketchMode = function(value) argument
10281 function setStyle(style, key, value) argument
11137 EditorUi.prototype.openFileHandle = function(data, name, file, temp, fileHandle) argument
11347 EditorUi.prototype.openLocalFile = function(data, name, temp, fileHandle, desc) argument
11448 function addName(name) argument
11859 (data.okKey != null) ? mxResources.get(data.okKey) : data.ok, function(value) argument
11863 parent.postMessage(JSON.stringify({event: 'prompt', value: value, message: data}), '*'); property
11937 blank: xml == this.emptyDiagramXml, name: filename, property
11968 mxUtils.bind(this, function(xml, name, url, libs) argument
11976 blank: xml == this.emptyDiagramXml, name: name, property
12005 mxUtils.bind(this, function(url, info, name) argument
12009 name: name}), '*'); property
12170 graph.getGlobalVariable = function(name) argument
13654 EditorUi.prototype.showLinkDialog = function(value, btnLabel, fn, showNewWindowOption, linkTarget) argument
13891 ExportDialog.exportFile = function(editorUi, name, format, bg, s, b, dpi, grid) argument
14374 this.getDatabaseItem('.drawioMigrated3', mxUtils.bind(this, function(value) argument
14952 EditorUi.prototype.writeGraphModelToPng = function(data, type, key, value, error) argument
15239 function addAction(name, evtHandler, hide) argument