Home
last modified time | relevance | path

Searched defs:graph (Results 1 – 25 of 57) sorted by relevance

123

/plugin/diagramsnet/lib/plugins/
H A Danimation.js35 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 Dexplore.js184 function load(graph, cell) argument
291 function rootChanged(graph, cell) argument
H A Dnumber.js12 }, onChange: function(graph, newValue) argument
/plugin/diagramsnet/lib/js/diagramly/
H A DGraphViewer.js191 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 DmxWebColaLayout.js26 function mxWebColaLayout(graph, layoutType) argument
101 mxWebColaLayout.prototype.resetGraph = function(graph) argument
H A DmxWebColaAdaptor.js29 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 DEditorActions.java261 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 DSchemaEditorMenuBar.java56 final mxGraph graph = graphComponent.getGraph(); in SchemaEditorMenuBar() local
H A DEditorMenuBar.java68 final mxGraph graph = graphComponent.getGraph(); in EditorMenuBar() local
H A DSchemaGraphComponent.java27 public SchemaGraphComponent(mxGraph graph) in SchemaGraphComponent()
/plugin/statdisplay/
H A Dgraph.php14 $graph = plugin_load('helper', 'statdisplay_graph'); variable
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js86 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 Dsetup-mysql.sql5 graph TEXT NOT NULL field
H A Dsetup-pgsql.sql5 graph TEXT NOT NULL field
H A Dsetup-sqlite.sql5 graph TEXT NOT NULL COLLATE NOCASE field
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DHelloWorld.java20 mxGraph graph = new mxGraph(); in HelloWorld() local
H A DClickHandler.java23 final mxGraph graph = new mxGraph(); in ClickHandler() local
H A DSchemaEditor.java86 mxGraph graph = getGraphComponent().getGraph(); in SchemaEditor() local
H A DUserObject.java61 mxGraph graph = new mxGraph() in UserObject() local
H A DPort.java31 mxGraph graph = new mxGraph() { in Port() local
H A DValidation.java41 mxGraph graph = new mxGraph(); in Validation() local
H A DCustomCanvas.java33 mxGraph graph = new mxGraph() in CustomCanvas() local
/plugin/strata/helper/
H A Dtriples.php119 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 DEditorUi.js21 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 DmxOrgChartLayout.js19 function mxOrgChartLayout(graph, branchOptimizer, parentChildSpacing, siblingSpacing) argument
101 … main: function (graph, parent, branchOptimizer, parentChildSpacing, siblingSpacing, correctY) { argument

123