/plugin/diagramsnet/lib/plugins/ |
H A D | animation.js | 35 function animateCells(graph, cells, steps, delay) argument 63 function run(graph, steps, loop) argument 344 function toggleFlowAnim(graph, cells, status) argument 387 function showCell(graph, cell) argument
|
H A D | explore.js | 184 function load(graph, cell) argument 291 function rootChanged(graph, cell) argument
|
H A D | number.js | 12 }, onChange: function(graph, newValue) argument
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | GraphViewer.js | 191 this.graph.fit = function() method 196 this.graph.sizeDidChange = function() method 215 this.graph.isMoveCellsEvent = function(evt) method 253 this.graph.getImageFromBundles = function(key) method 350 this.graph.setBackgroundImage = function(img) method 377 this.graph.getGraphBounds = function(img) method 466 this.graph.initialViewState = { class 723 this.graph.initialViewState = { class 861 this.graph.initialViewState = { class 1428 this.graph.initialViewState = { class [all …]
|
/plugin/diagramsnet/lib/plugins/webcola/ |
H A D | mxWebColaLayout.js | 26 function mxWebColaLayout(graph, layoutType) argument 101 mxWebColaLayout.prototype.resetGraph = function(graph) argument
|
H A D | mxWebColaAdaptor.js | 29 function mxWebColaAdaptor(graph, dimension, movableVertices, options) argument 307 mxWebColaAdaptor.prototype.graphToLayout = function(graph, movableVertices) argument 649 mxWebColaAdaptor.prototype.findActiveVertices = function(graph) argument
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | EditorActions.java | 261 mxGraph graph = graphComponent.getGraph(); in actionPerformed() local 633 mxGraph graph = graphComponent.getGraph(); in actionPerformed() local 787 mxGraph graph = graphComponent.getGraph(); in actionPerformed() local 850 mxGraph graph = graphComponent.getGraph(); in actionPerformed() local 1142 mxGraph graph = null; in execute() local 1416 mxGraph graph = mxGraphActions.getGraph(e); in actionPerformed() local 1448 mxGraph graph = mxGraphActions.getGraph(e); in actionPerformed() local 1498 mxGraph graph = mxGraphActions.getGraph(e); in actionPerformed() local 1538 mxGraph graph = mxGraphActions.getGraph(e); in actionPerformed() local 1614 mxGraph graph = mxGraphActions.getGraph(e); in actionPerformed() local [all …]
|
H A D | SchemaEditorMenuBar.java | 56 final mxGraph graph = graphComponent.getGraph(); in SchemaEditorMenuBar() local
|
H A D | EditorMenuBar.java | 68 final mxGraph graph = graphComponent.getGraph(); in EditorMenuBar() local
|
H A D | SchemaGraphComponent.java | 27 public SchemaGraphComponent(mxGraph graph) in SchemaGraphComponent()
|
/plugin/statdisplay/ |
H A D | graph.php | 14 $graph = plugin_load('helper', 'statdisplay_graph'); variable
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | VsdxExport.js | 86 function getGraphAttributes(graph) argument 392 function createEdge(cell, layerIndex, graph, xmlDoc, parentHeight, isChild) argument 495 function convertMxCell2Shape(cell, layerIndex, graph, xmlDoc, parentHeight, parentGeo, isChild) argument 619 function convertMxModel2Page(graph, modelAttrib) argument 856 function collectLayers(graph, diagramName) argument
|
/plugin/strata/sql/ |
H A D | setup-mysql.sql | 5 graph TEXT NOT NULL field
|
H A D | setup-pgsql.sql | 5 graph TEXT NOT NULL field
|
H A D | setup-sqlite.sql | 5 graph TEXT NOT NULL COLLATE NOCASE field
|
/plugin/jdraw/src/com/mxgraph/examples/swing/ |
H A D | HelloWorld.java | 20 mxGraph graph = new mxGraph(); in HelloWorld() local
|
H A D | ClickHandler.java | 23 final mxGraph graph = new mxGraph(); in ClickHandler() local
|
H A D | SchemaEditor.java | 86 mxGraph graph = getGraphComponent().getGraph(); in SchemaEditor() local
|
H A D | UserObject.java | 61 mxGraph graph = new mxGraph() in UserObject() local
|
H A D | Port.java | 31 mxGraph graph = new mxGraph() { in Port() local
|
H A D | Validation.java | 41 mxGraph graph = new mxGraph(); in Validation() local
|
H A D | CustomCanvas.java | 33 mxGraph graph = new mxGraph() in CustomCanvas() local
|
/plugin/strata/helper/ |
H A D | triples.php | 119 function removeTriples($subject=null, $predicate=null, $object=null, $graph=null) { argument 149 function fetchTriples($subject=null, $predicate=null, $object=null, $graph=null) { argument 187 addTriple($subject, $predicate, $object, $graph) global() argument 197 addTriples($triples, $graph) global() argument [all...] |
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | EditorUi.js | 21 graph.getGraphBounds = function(img) method 66 graph.isEnabled = function() { return false; }; method 67 graph.panningHandler.isForcePanningEvent = function(me) method 510 graph.panningHandler.isForcePanningEvent = function(me) method 524 graph.cellEditor.isStopEditingEvent = function(evt) method 535 graph.isZoomWheelEvent = function() method 597 graph.cellEditor.startEditing = function() method 642 graph.cellEditor.stopEditing = function(cell, trigger) method 1854 mxClipboard.cut = function(graph) argument 1869 mxClipboard.copy = function(graph) argument [all …]
|
/plugin/diagramsnet/lib/js/orgchart/ |
H A D | mxOrgChartLayout.js | 19 function mxOrgChartLayout(graph, branchOptimizer, parentChildSpacing, siblingSpacing) argument 101 … main: function (graph, parent, branchOptimizer, parentChildSpacing, siblingSpacing, correctY) { argument
|