Home
last modified time | relevance | path

Searched refs:includeEdges (Results 1 – 5 of 5) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
DActions.js205 var includeEdges = true;
207 for (var i = 0; i < cells.length && includeEdges; i++)
209 includeEdges = includeEdges && graph.model.isEdge(cells[i]);
218 if (cells.length == 1 && includeEdges)
228 bb = (bb != null) ? bb : graph.getBoundingBoxFromGeometry(cells, includeEdges);
413 function deleteCells(includeEdges) argument
417 var select = graph.deleteCells(graph.getDeletableCells(graph.getSelectionCells()), includeEdges);
DGraph.js8056 Graph.prototype.removeCells = function(cells, includeEdges) argument
8118 result = graphRemoveCells.apply(this, [result, includeEdges]);
10154 Graph.prototype.deleteCells = function(cells, includeEdges) argument
10183 this.removeCells(cells, includeEdges);
/plugin/diagramsnet/lib/js/diagramly/
DTrees.js352 graph.removeCells = function(cells, includeEdges) argument
354 includeEdges = (includeEdges != null) ? includeEdges : true;
362 if (includeEdges)
/plugin/diagramsnet/lib/plugins/trees/
Dtrees.js215 graph.removeCells = function(cells, includeEdges) argument
/plugin/mermaid/
H A Dmermaid.min.js1976includeEdges)if(i&&!a){var M=e.pstyle("curve-style").strValue;if(f=Math.min(v.srcX,v.midX,v.tgtX),…