Home
last modified time | relevance | path

Searched refs:graph (Results 26 – 50 of 191) sorted by last modified time

12345678

/plugin/pureldap/vendor/freedsx/sasl/
H A DREADME.md1 # FreeDSx SASL ![](https://github.com/FreeDSx/SASL/workflows/Analysis/badge.svg) ![](https://github.com/FreeDSx/SASL/workflows/Build/badge.svg) [![codecov](https://codecov.io/gh/FreeDSx/SASL/branch/master/graph/badge.svg)](https://codecov.io/gh/FreeDSx/SASL)
/plugin/pureldap/vendor/freedsx/socket/
H A DREADME.md1 # FreeDSx Socket ![](https://github.com/FreeDSx/Socket/workflows/Analysis/badge.svg) ![](https://github.com/FreeDSx/Socket/workflows/Build/badge.svg) [![codecov](https://codecov.io/gh/FreeDSx/Socket/branch/master/graph/badge.svg)](https://codecov.io/gh/FreeDSx/Socket)
/plugin/passpolicy/
H A Dwords.txt1541 graph
/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-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/diagramsnet/lib/plugins/
H A Danonymize.js42 var graph = editorUi.editor.graph;
43 var model = graph.model;
54 var label = graph.getLabel(cell);
56 if (graph.isHtmlLabel(cell))
H A DedgeConnection.js9 var geo = this.graph.getCellGeometry(source);
13 source = this.graph.getModel().getParent(source);
14 geo = this.graph.getCellGeometry(source);
19 var geo = this.graph.getModel().getGeometry(clone);
23 var point = this.graph.getPointForEvent(evt);
24 geo.x = this.graph.snap(point.x - geo.width / 2) - this.graph.panDx / this.graph.view.scale;
25 geo.y = this.graph.snap(point.y - geo.height / 2) - this.graph.panDy / this.graph.view.scale;
36 if (Math.abs(this.graph.snap(this.first.x) -
37 this.graph.snap(point.x)) <= tol)
41 else if (Math.abs(this.graph.snap(this.first.y) -
[all …]
H A Dexplore.js17 var graph = ui.editor.graph;
19 if (graph.model.isVertex(graph.getSelectionCell()))
132 graph.setEnabled(false);
142 load(graph, cell);
172 graph.refresh();
177 load(graph, cell);
207 if (tmp != graph.rootCell && graph.getModel().isVertex(tmp))
218 var geo = graph.getModel().getGeometry(graph.rootCell);
226 graph.getModel().setGeometry(graph.rootCell, geo);
239 if (tmp != graph.rootCell && graph.getModel().isVertex(tmp) &&
[all …]
H A Dflow.js17 var graph = ui.editor.graph;
19 if (graph.model.isEdge(graph.getSelectionCell()))
32 if (ui.editor.graph.model.isEdge(cells[i]))
34 var state = ui.editor.graph.view.getState(cells[i]);
69 var cell = ui.editor.graph.getSelectionCell();
71 if (ui.editor.graph.model.isEdge(cell))
73 toggleFlow(ui.editor.graph.getSelectionCells());
80 ui.editor.graph.click = function(me)
82 if (ui.editor.graph.model.isEdge(me.getCell()))
H A Dtickets.js32 var graph = ui.editor.graph;
248 graph.view.validate();
264 for (var key in graph.view.states.map)
319 graph.setSelectionCell(cell);
320 graph.scrollCellToVisible(graph.getSelectionCell());
335 graph.getModel().beginUpdate();
338 cell = graph.insertVertex(graph.getDefaultParent(), null,
341 graph.snap(dx), graph.snap(dy), 200, 50,
364 graph.updateCellSize(cell);
370 graph.getModel().endUpdate();
[all …]
H A Dtooltips.js6 var graph = ui.editor.graph;
14 var overlays = graph.getCellOverlays(cell);
24 graph.addCellOverlay(cell, overlay);
29 graph.removeCellOverlays(cell);
35 var cells = graph.model.cells;
43 graph.addListener(mxEvent.SIZE, refresh);
/plugin/diagramsnet/lib/js/diagramly/
H A DP2PCollab.js8 var graph = ui.editor.graph;
43 graph.addMouseListener(
52 var tr = graph.view.translate;
53 var s = graph.view.scale;
100 var tr = graph.view.translate;
101 var s = graph.view.scale;
H A DmxRuler.js109 var graph = editorUi.editor.graph;
110 this.graph = graph;
152 var scale = graph.view.scale;
154 var t = graph.view.translate;
155 var hasPageView = graph.pageVisible;
159 …: RULER_THICKNESS + (isVertical? t.y * scale - graph.container.scrollTop : t.x * scale - graph.co…
166 var layout = graph.getPageLayout();
318 var div = graph.container;
356 var newScroll = isVertical? graph.container.scrollTop : graph.container.scrollLeft;
558 this.graph.removeListener(this.sizeListener);
[all …]
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 …]
H A DDiffSync.js188 this.editor.graph.model.setRoot(page.root);
225 page.viewState = this.editor.graph.getViewState();
239 this.editor.graph.setViewState(page.viewState, true);
316 var model = (page == this.currentPage) ? this.editor.graph.model : new mxGraphModel(page.root);
655 var graph = this.editor.graph;
670 var graph = this.editor.graph;
878 target = this.editor.graph.getViewState();
/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/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js29 function mxWebColaAdaptor(graph, dimension, movableVertices, options) argument
39 this.graph = graph;
50 var layoutResult = this.graphToLayout(graph, movableVertices);
307 mxWebColaAdaptor.prototype.graphToLayout = function(graph, movableVertices) argument
320 …var activeMaps = this.findActiveVertices(graph); // list of all active vertices, i.e. with no col…
323 var model = graph.getModel();
325 var view = graph.getView();
523 var model = this.graph.getModel();
631 typeof this.graph.getCellStyle(cell)['childLayout'] != 'undefined')
649 mxWebColaAdaptor.prototype.findActiveVertices = function(graph) argument
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js127 var model = graph.getModel();
492 var graph = new Graph();
493 graph.setExtendParents(false);
496 graph.setHtmlLabels(true);
498 return graph;
630 graph.getModel().setValue(graph.getDefaultParent(), page.getPageName());
632 graph.addCell(backCell, graph.getModel().getRoot(), 0, null, null);
633 this.importPage(backPage, graph, graph.getDefaultParent());
686 graph.addCell(layerCell, graph.model.root, layerIndex);
744 this.sanitiseGraph(graph);
[all …]
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js78 function addMathJaxGraph(graph) argument
201 graph.setEnabled(false);
230 graph.cellRenderer.forceControlClickHandler = graph.foldingEnabled;
267 graph.setPanning(true);
276 graph.border = border;
339 graph.addMouseListener(
456 graph.fit(border);
461 addMathJaxGraph(graph);
713 graph.zoomIn();
718 graph.zoomOut();
[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/grapheditor/
H A DDialogs.js342 var graph = this.editorUi.editor.graph;
750 var graph = editorUi.editor.graph;
1266 var graph = editorUi.editor.graph;
1345 var graph = ui.editor.graph;
1907 var graph = editorUi.editor.graph;
2016 var graph = editorUi.editor.graph;
2105 graph.model.add(graph.model.root, new mxCell());
2110 graph.setDefaultParent(graph.model.getChildAt(graph.model.root, index - 1));
2142 if (graph.isEnabled() && !graph.isSelectionEmpty())
2163 }))(graph.model.getChildAt(graph.model.root, i));
[all …]
H A DGraph.js1212 var graph = state.view.graph;
1365 return graph;
4898 this.graph = graph;
5364 return this.graph.view.getState(this.graph.getCellAt(x, y));
8134 graph = (graph != null) ? graph : new Graph();
8140 graph.updateCustomLinksForCell(mapping, cells[i], graph);
9902 var graph = state.view.graph;
11822 …return this.graph.view.getState(this.graph.model.getParent(this.graph.model.getParent(this.state.c…
11892 var graph = this.graph;
12106 var graph = this.graph;
[all …]
H A DToolbar.js309 var graph = ui.editor.graph;
499 graph.cellEditor.toggleViewMode();
501 …if (graph.cellEditor.textarea.innerHTML.length > 0 && (graph.cellEditor.textarea.innerHTML != '&nb…
560 var cell = graph.getParentByNames(elt, ['TD', 'TH'], graph.cellEditor.text2);
561 var row = graph.getParentByName(elt, 'TR', graph.cellEditor.text2);
590 var table = graph.getParentByName(row, 'TABLE', graph.cellEditor.text2);
596 graph.selectNode(graph.insertColumn(table, (cell != null) ? cell.cellIndex : 0));
609 graph.selectNode(graph.insertColumn(table, (cell != null) ? cell.cellIndex + 1 : -1));
638 graph.selectNode(graph.insertRow(table, row.sectionRowIndex));
651 graph.selectNode(graph.insertRow(table, row.sectionRowIndex + 1));
[all …]

12345678