Home
last modified time | relevance | path

Searched refs:graph (Results 76 – 100 of 191) sorted by relevance

12345678

/plugin/jdraw/lib/
H A Djdraw.jar ... synthetic com.mxgraph.view.mxGraph val$graph final synthetic com.mxgraph.examples.swing. ...
/plugin/directions/syntax/
H A Dcommon.php101 $graph = array();
108 $graph[$index] = $value;
113 $graph[$index] = $value;
128 $results .= dir_generateGraph($info, $graph);
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js2306 var graph = this.editor.graph;
2345 var graph = this.editor.graph;
2356 graph = this.createTemporaryGraph(graph.getStylesheet());
2397 if (graph != this.editor.graph && graph.container.parentNode != null)
2399 graph.container.parentNode.removeChild(graph.container);
2513 if (graph != this.editor.graph && graph.container.parentNode != null)
2515 graph.container.parentNode.removeChild(graph.container);
2534 if (graph != null && graph != this.editor.graph && graph.container.parentNode != null)
2536 graph.container.parentNode.removeChild(graph.container);
4885 graph.container.parentNode.removeChild(graph.container);
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak71 final mxGraph graph = graphComponent.getGraph();
99 if (graph.getModel().isEdge(cell))
101 ((CustomGraph) graph).setEdgeTemplate(cell);
108 // Adds some template cells for dropping into the graph
398 * @param graph
400 public CustomGraphComponent(mxGraph graph)
402 super(graph);
442 mxIGraphModel model = graph.getModel();
444 graph.setSelectionCell(target);
457 * A graph that creates new edges from a given template edge.
[all …]
H A DGraphEditor.java88 final mxGraph graph = graphComponent.getGraph(); in GraphEditor() local
118 if (graph.getModel().isEdge(cell)) in GraphEditor()
120 ((CustomGraph) graph).setEdgeTemplate(cell); in GraphEditor()
529 public CustomGraphComponent(mxGraph graph) in CustomGraphComponent() argument
531 super(graph); in CustomGraphComponent()
544 codec.decode(doc.getDocumentElement(), graph.getStylesheet()); in CustomGraphComponent()
571 mxIGraphModel model = graph.getModel(); in importCells()
573 graph.setSelectionCell(target); in importCells()
/plugin/plantumlparser/
H A DREADME.md8 It allows to generate UML graph images from simple description text block.
11 * Create any UML graph supported by PlantUML.
/plugin/diagramsnet/lib/js/
H A Dapp.min.js1600graph.model.getParent(a);return b?(b=this.graph.model.isEdge(a)?null:this.graph.getCellGeometry(a)…
1638graph.view.getState(a);return null!=a&&(this.graph.model.isEdge(a.cell)||this.graph.model.isVertex…
1898graph.isAllowDanglingEdges()&&(f=this.abspoints[this.isSource?0:this.abspoints.length-1],f.x=this.…
2086graph.gridEnabled=this.graph.defaultGridEnabled&&(!this.isChromelessView()||"1"==urlParams.grid);t…
2087graph.pageScale=mxGraph.prototype.pageScale;this.graph.pageFormat=mxGraph.prototype.pageFormat;thi…
2089graph.foldingEnabled="0"!=a.getAttribute("fold");this.isChromelessView()&&this.graph.foldingEnable…
2167graph.model.getParent(a);if(b)d=this.graph.model.isEdge(a)?null:this.graph.getCellGeometry(a),d=!t…
2518 …ed=function(a){return this.graph.isSwimlane(a.cell)||this.graph.isTableCell(a.cell)||this.graph.is…
2584graph.isCellSelected(b[e])?this.graph.model.getParent(b[e]):this.graph.isTableRow(a)&&this.graph.i…
2723graph.getModel().contains(a)){if(this.graph.getModel().isVertex(a)&&!this.graph.isCellConnectable(…
[all …]
H A Dviewer-static.min.js1532graph){var b=this.graph.getModel();b.removeListener(this.undoHandler);this.graph.removeListener(th…
1566graph.model.getParent(a);return b?(b=this.graph.model.isEdge(a)?null:this.graph.getCellGeometry(a)…
1604graph.view.getState(a);return null!=a&&(this.graph.model.isEdge(a.cell)||this.graph.model.isVertex…
1864graph.isAllowDanglingEdges()&&(f=this.abspoints[this.isSource?0:this.abspoints.length-1],f.x=this.…
2052graph.gridEnabled=this.graph.defaultGridEnabled&&(!this.isChromelessView()||"1"==urlParams.grid);t…
2053graph.pageScale=mxGraph.prototype.pageScale;this.graph.pageFormat=mxGraph.prototype.pageFormat;thi…
2055graph.foldingEnabled="0"!=b.getAttribute("fold");this.isChromelessView()&&this.graph.foldingEnable…
2133graph.model.getParent(b);if(d)c=this.graph.model.isEdge(b)?null:this.graph.getCellGeometry(b),c=!t…
2335graph.isCellSelected(d[e])?this.graph.model.getParent(d[e]):this.graph.isTableRow(b)&&this.graph.i…
2474graph.getModel().contains(b)){if(this.graph.getModel().isVertex(b)&&!this.graph.isCellConnectable(…
[all …]
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js25 var graph = this.createMxGraph();
26 var model = graph.getModel();
33 this.importGraph(pageElement, graph, graph.getDefaultParent());
62 var cells = graph.getModel().cells;
63 var tr = graph.view.translate;
78 var state = graph.view.getState(edge);
115 mxFile += this.processPage(graph, i+1);
489 var graph = new mxGraph();
495 return graph;
588 graph.addCell(node, parent);
[all …]
/plugin/data-graph/
H A DREADME4 http://www.dokuwiki.org/plugin:data-graph
7 lib/plugins/data-graph/ - if the folder is called different it
/plugin/plantuml/
H A DREADME.markdown6 It allows to generate UML graph images from simple description text block.
9 * Create any UML graph supported by PlantUML.
57 By default, html img title attribute is set to "PlantUML Graph". You can specify your own graph tit…
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorToolBar.java122 mxGraph graph = editor.getGraphComponent().getGraph(); in EditorToolBar()
123 graph.setCellStyles(mxConstants.STYLE_FONTFAMILY, font); in EditorToolBar()
144 mxGraph graph = editor.getGraphComponent().getGraph(); in EditorToolBar()
145 graph.setCellStyles(mxConstants.STYLE_FONTSIZE, sizeCombo in EditorToolBar()
H A DEditorMenuBar.java68 final mxGraph graph = graphComponent.getGraph(); in EditorMenuBar() local
424 submenu.add(new TogglePropertyItem(graph, mxResources in EditorMenuBar()
434 submenu.add(new TogglePropertyItem(graph, in EditorMenuBar()
436 submenu.add(new TogglePropertyItem(graph, in EditorMenuBar()
441 submenu.add(new TogglePropertyItem(graph, mxResources in EditorMenuBar()
443 submenu.add(new TogglePropertyItem(graph, mxResources in EditorMenuBar()
457 submenu.add(new TogglePropertyItem(graph, mxResources in EditorMenuBar()
464 submenu.add(new TogglePropertyItem(graph, mxResources in EditorMenuBar()
474 submenu.add(new TogglePropertyItem(graph, mxResources in EditorMenuBar()
481 submenu.add(new TogglePropertyItem(graph, in EditorMenuBar()
[all …]
/plugin/diagramsnet/lib/plugins/
H A Dreplay.js8 var graph = ui.editor.graph;
9 var model = graph.model;
H A Dtext.js12 var dlg = new EmbedDialog(ui, ui.editor.graph.getIndexableText(),
/plugin/strata/helper/
H A Dtriples.php119 function removeTriples($subject=null, $predicate=null, $object=null, $graph=null) { argument
122 foreach(array('subject','predicate','object','graph') as $param) {
149 function fetchTriples($subject=null, $predicate=null, $object=null, $graph=null) { argument
154 foreach(array('subject','predicate','object','graph') as $param) {
161 $scopeRestriction = ($this->getConf('scoped')? ' AND graph like "'.getNS($ID).'%"':"" );
167 { $scopeRestriction = "and graph not like '%:%'"; }
170 { $scopeRestriction = "and graph like".$NS.":%"; }
176 $sql = "SELECT subject, predicate, object, graph FROM ".self::$readable." WHERE ". implode(" AND ", $filters).$scopeRestriction;
202 * @param graph string
205 function addTriple($subject, $predicate, $object, $graph) {
187 addTriple($subject, $predicate, $object, $graph) global() argument
197 addTriples($triples, $graph) global() argument
[all...]
/plugin/strata/sql/
H A Dsetup-pgsql.sql5 graph TEXT NOT NULL field
H A Dsetup-mysql.sql5 graph TEXT NOT NULL field
H A Dsetup-sqlite.sql5 graph TEXT NOT NULL COLLATE NOCASE field
/plugin/graphviz/
H A Dplugin.info.txt6 desc Create graph images from Graphviz dot language
/plugin/visrep/
H A Dplugin.info.txt6 desc Create graph images from visrep language
/plugin/graphgear/
H A Dplugin.info.txt6 desc Display graphviz compatible graph descriptions through flash
/plugin/htmlmetatags/
H A Dplugin.info.txt6 desc Set html and open graph meta tags.
/plugin/seqdia/
H A Dplugin.info.txt6 desc Create graph UML diagrams using web service websequencediagrams.com.
/plugin/rrdgraph/
H A DREADME.md4 RRD graph generation plugin for DokuWiki.

12345678