| /plugin/diagramsnet/lib/js/diagramly/ |
| D | EditorUi.js | 1067 embeddedCallback, ignoreSelection, compact, uncompressed) argument 1071 ignoreSelection = (ignoreSelection != null) ? ignoreSelection : true; 1198 xml = this.getEmbeddedSvg(xml, graph, url, null, embeddedCallback, ignoreSelection, redirect); 1211 …EditorUi.prototype.getXmlFileData = function(ignoreSelection, currentPage, uncompressed, resolveRe… argument 1213 ignoreSelection = (ignoreSelection != null) ? ignoreSelection : true; 1218 var node = this.editor.getGraphXml(ignoreSelection, resolveReferences); 1220 if (ignoreSelection && this.fileNode != null && this.currentPage != null) 1594 ignoreSelection, currentPage, node, compact, file, uncompressed, resolveReferences) argument 1596 ignoreSelection = (ignoreSelection != null) ? ignoreSelection : true; 1646 node = (node != null) ? node : this.getXmlFileData(ignoreSelection, [all …]
|
| D | Menus.js | 773 mxUtils.bind(this, function(scale, transparentBackground, ignoreSelection, argument 781 editorUi.exportSvg(val / 100, transparentBackground, ignoreSelection, 794 mxUtils.bind(this, function(scale, transparentBackground, ignoreSelection, addShadow, editable, argument 801 editorUi.exportImage(val / 100, transparentBackground, ignoreSelection, 809 …tDialog(mxResources.get('export'), null, mxUtils.bind(this, function(ignoreSelection, editable, tr… argument 811 …editorUi.downloadFile((editable) ? 'xmlpng' : 'png', null, null, ignoreSelection, null, null, tran… 822 mxUtils.bind(this, function(scale, transparentBackground, ignoreSelection, addShadow, editable, argument 829 editorUi.exportImage(val / 100, false, ignoreSelection, 837 …tDialog(mxResources.get('export'), null, mxUtils.bind(this, function(ignoreSelection, editable, tr… argument 839 editorUi.downloadFile('jpeg', null, null, ignoreSelection, null, null, null, scale, border);
|
| D | Editor.js | 2328 Editor.prototype.getGraphXml = function(ignoreSelection, resolveReferences) argument 2330 ignoreSelection = (ignoreSelection != null) ? ignoreSelection : true; 3365 ignoreSelection, scale, transparentBackground, addShadow, converter, graph, border, noCrop, grid, argument 3371 ignoreSelection = (ignoreSelection != null) ? ignoreSelection : true; 3393 this.convertImages(graph.getSvg(null, null, border, noCrop, null, ignoreSelection, 6504 ignoreSelection, showText, imgExport, linkTarget, hasShadow, argument
|
| D | ElectronApp.js | 1918 …EditorUi.prototype.createDownloadRequest = function(filename, format, ignoreSelection, base64, tra… argument 1927 …var data = this.getFileData(true, null, null, null, ignoreSelection, currentPage == false? false :…
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Editor.js | 593 Editor.prototype.getGraphXml = function(ignoreSelection) argument 595 ignoreSelection = (ignoreSelection != null) ? ignoreSelection : true; 598 if (ignoreSelection)
|
| D | Graph.js | 9680 ignoreSelection, showText, imgExport, linkTarget, hasShadow, incExtFonts, argument 9710 ignoreSelection = (ignoreSelection != null) ? ignoreSelection : true; 9715 (((ignoreSelection && lookup == null) || nocrop || 9908 while ((!ignoreSelection || lookup != null) && 9916 if ((ignoreSelection && lookup == null) || selected)
|