| /plugin/diagramsnet/lib/js/orgchart/ |
| D | mxOrgChartLayout.js | 19 function mxOrgChartLayout(graph, branchOptimizer, parentChildSpacing, siblingSpacing) argument 101 … main: function (graph, parent, branchOptimizer, parentChildSpacing, siblingSpacing, correctY) { argument
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/ |
| D | GraphEditor.java | 88 final mxGraph graph = graphComponent.getGraph(); in GraphEditor() local 529 public CustomGraphComponent(mxGraph graph) in CustomGraphComponent()
|
| /plugin/networkgraph/ |
| D | script.js | 1 function renderGraph(containerId, graph, colorMap) { argument
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Sidebar.js | 2295 return mxUtils.bind(this, function(graph, evt, target, x, y, force) argument 2812 …var dragSource = mxUtils.makeDraggable(elt, graph, mxUtils.bind(this, function(graph, evt, target,… argument 2922 dragSource.createPreviewElement = function(graph) argument 2940 dragSource.dragEnter = function(graph, evt) argument 2951 dragSource.dragExit = function(graph, evt) argument 2961 dragSource.dragOver = function(graph, evt) argument 3054 dragSource.getDropTarget = mxUtils.bind(this, function(graph, x, y, evt) argument
|
| D | Editor.js | 7 Editor = function(chromeless, themes, model, graph, editable) argument 1422 PrintDialog.createPrintPreview = function(graph, scale, pf, border, x0, y0, autoOrigin) argument
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | mxFreehand.js | 1 function mxFreehand(graph) argument
|
| D | Embed.js | 78 function addMathJaxGraph(graph) argument
|
| D | Editor.js | 59 graph: {background: '#F1FAEE'}}, property 61 graph: {background: '#F4F1DE', gridColor: '#D4D0C0'}}, property 64 graph: {background: '#DAD2D8', gridColor: '#ABA4A9'}}, property 66 graph: {background: '#283618', gridColor: '#48632C'}}, property 68 graph: {background: '#114B5F', gridColor: '#0B3240'}}, property 80 graph: {background: '#FCE7CD', gridColor: '#CFBDA8'}}, property 84 graph: {background: '#B0E3E6', gridColor: '#87AEB0'}}, property 88 graph: {background: '#EEEEEE'}}, property 91 graph: {background: '#FAD9D5', gridColor: '#BFA6A3'}}, property 94 graph: {background: '#09555B', gridColor: '#13B4C2'}}, property [all …]
|
| D | EditorUi.js | 1066 EditorUi.prototype.createFileData = function(node, graph, file, url, forceXml, forceSvg, forceHtml, argument 1666 EditorUi.prototype.getHtml = function(node, graph, title, editLink, redirect, ignoreSelection) argument 1754 EditorUi.prototype.getHtml2 = function(xml, graph, title, editLink, redirect) argument 6564 EditorUi.prototype.decodeNodeIntoGraph = function(node, graph) argument 6766 EditorUi.prototype.getEmbeddedSvg = function(xml, graph, url, noHeader, callback, ignoreSelection, argument 9298 graph.getBackgroundImageObject = function(obj, resolveReferences) method 9361 graph.addClickHandler = function(highlight, beforeClick, onClick) method 9436 graph.getExportVariables = function() method 9457 graph.getGlobalVariable = function(name) method 9490 graph.labelLinkClicked = function(state, elt, evt) method [all …]
|
| D | Extensions.js | 5487 function addCustomData(cell, p, graph) argument 5521 function replacePlaceholders(cell, graph) argument 5588 function setAttributeForCell(cell, key, value, graph) argument 5603 function updateCell(cell, obj, graph, source, target, ignoreLabel) argument 5822 function createVertex(obj, graph) argument 5866 function createEdge(obj, graph, source, target) argument 6202 function importLucidPage(graph, g, noSelection) argument 6815 function addRouterEdge(x, y, edge, select, graph, cells, v, cell) argument 6829 function addFloatingEdge(x1, y1, x2, y2, edge, select, graph, cells, v) argument 6954 function addCompositeShape(obj, select, graph) argument [all …]
|
| D | DrawioFile.js | 721 graph.cellRenderer.redraw = function(state) method
|
| /plugin/jdraw/lib/ |
| D | jgraphx-examples.jar | ... synthetic com.mxgraph.view.mxGraph val$graph
final synthetic com.mxgraph.examples.swing. ... |
| D | jdraw.jar | ... synthetic com.mxgraph.view.mxGraph val$graph
final synthetic com.mxgraph.examples.swing. ... |
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/ |
| D | WorkflowMetadata.php | 188 public function setGraph(WorkflowGraph $graph)
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | BasicGraphEditor.java | 168 final mxGraph graph = graphComponent.getGraph(); in BasicGraphEditor() local
|
| D | JTableRenderer.java | 96 protected mxGraph graph; field in JTableRenderer
|
| D | EditorRuler.java | 429 mxGraph graph = graphComponent.getGraph(); in paintComponent() local
|
| /plugin/diagramsnet/lib/js/ |
| D | embed.dev.js | 78 function addMathJaxGraph(graph) argument
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ |
| D | Client.php | 152 protected $graph; variable in Elasticsearch\\Client 1744 public function graph(): GraphNamespace function in Elasticsearch\\Client
|
| /plugin/diagramsnet/lib/js/diagramly/graphml/ |
| D | mxGraphMlCodec.js | 498 mxGraphMlCodec.prototype.importGraph = function (pageElement, graph, parent) argument 578 mxGraphMlCodec.prototype.importNode = function (nodeElement, graph, parent, dx, dy) argument 1884 mxGraphMlCodec.prototype.importEdge = function (edgeElement, graph, parent, dx, dy) argument 2218 mxGraphMlCodec.prototype.addLabels = function (node, lblObj, nodeStyle, graph, absPoints) argument 2597 mxGraphMlCodec.prototype.processPage = function (graph, pageIndex) argument
|
| /plugin/diagramsnet/lib/js/diagramly/vsdx/ |
| D | importer.js | 124 mxVsdxCodec.prototype.scaleGraph = function(graph, scale) argument 500 mxVsdxCodec.prototype.processPage = function (graph, page) { argument 623 mxVsdxCodec.prototype.importPage = function (page, graph, parent, noSanitize) argument 753 mxVsdxCodec.prototype.postImportPage = function(page, graph, callback) argument 864 … mxVsdxCodec.prototype.addShape = function (graph, shape, parent, pageId, parentHeight) { argument 955 … mxVsdxCodec.prototype.addGroup = function (graph, shape, parent, pageId, parentHeight) { argument 1091 … mxVsdxCodec.prototype.addVertex = function (graph, shape, parent, pageId, parentHeight) { argument 1193 … mxVsdxCodec.prototype.addConnectedEdge = function (graph, connect, pageId, pageHeight) { argument 1381 … mxVsdxCodec.prototype.addUnconnectedEdge = function (graph, parent, edgeShape, pageHeight) { argument 1474 mxVsdxCodec.prototype.sanitiseGraph = function (graph) { argument [all …]
|
| /plugin/amcharts/assets/amcharts/plugins/responsive/ |
| D | responsive.js | 568 "graph": "", property 651 "graph": "", property
|
| D | responsive.min.js | 1 …y!==!0&&n.responsive.enabled===!0&&(u=n.version.split("."),!(u.length<2)&&!(Number(u[0])<3)&&(Numb…
|
| /plugin/amcharts/assets/amcharts/ |
| D | amcharts.js | 196 …);if(a){var c=this.chart,e={type:"rollOverGraphItem",item:a,index:a.index,graph:this,target:this,c… property 197 …t:function(a,b){if(a){var c={type:"rollOutGraphItem",item:a,index:a.index,graph:this,target:this,c… property 198 …GraphEvent(b,"clickGraph")}},handleGraphEvent:function(a,b){var c={type:b,graph:this,target:this,c… property 199 graph:this,target:this,chart:this.chart,event:b};this.fire(c);this.chart.fire(c)}},zoom:function(a,… property
|
| /plugin/diagramsnet/lib/mxgraph/ |
| D | mxClient.js | 245 …Event.DONE)))};function mxMorphing(a,b,c,d){mxAnimation.call(this,d);this.graph=a;this.steps=null!… method in mxMorphing 359 ….fillAndStroke=function(){this.addNode(!0,!0)};function mxGuide(a,b){this.graph=a;this.setStates(b… method in mxGuide 537 …tangle(a,b,this.imageSize,this.imageSize)};function mxGraphLayout(a){this.graph=a}mxGraphLayout.pr… method in mxGraphLayout 815 function mxPrintPreview(a,b,c,d,e,f,g,k,l){this.graph=a;this.scale=null!=b?b:1/a.pageScale;this.bor… method in mxPrintPreview 836 q=g.isEventsEnabled();g.setEventsEnabled(!1);var r=this.graph.isEnabled();this.graph.setEnabled(!1)… method 856 …=mxClient.language?"updatingSelection":"";mxGraphSelectionModel.prototype.graph=null;mxGraphSelect… method in mxGraphSelectionModel 865 mxCellEditor.prototype.graph=null;mxCellEditor.prototype.textarea=null;mxCellEditor.prototype.editi… method in mxCellEditor 984 …cumentGesture=!0;mxGraphView.prototype.rendering=!0;mxGraphView.prototype.graph=null;mxGraphView.p… method in mxGraphView 1337 mxSwimlaneManager.prototype.graph=null;mxSwimlaneManager.prototype.enabled=!0;mxSwimlaneManager.pro… method in mxSwimlaneManager 1348 …ldBounds);this.view.validateCellState=this.oldValidateCellState;this.view.graph.cellRenderer.doRed… method in mxCellStatePreview [all …]
|