Home
last modified time | relevance | path

Searched full:vertex (Results 1 – 25 of 162) sorted by relevance

1234567

/plugin/diagramsnet/lib/js/diagramly/sidebar/
DSidebar-Infographic.js66 button1.vertex = true;
73 button2.vertex = true;
81 chevron1.vertex = true;
86 label1.vertex = true;
94 rect1.vertex = true;
96 ellipse1.vertex = true;
113 part1.vertex = true;
115 part2.vertex = true;
123 part1.vertex = true;
125 part2.vertex = true;
[all …]
DSidebar-Floorplan.js152 table.vertex = true;
154 chair1.vertex = true;
156 chair2.vertex = true;
163 table.vertex = true;
165 chair1.vertex = true;
167 chair2.vertex = true;
169 chair3.vertex = true;
171 chair4.vertex = true;
179 table.vertex = true;
181 chair1.vertex = true;
[all …]
DSidebar-Bootstrap.js50 bg.vertex = true;
55 button1.vertex = true;
146 bg.vertex = true;
149 button1.vertex = true;
154 button2.vertex = true;
159 button3.vertex = true;
168 bg1.vertex = true;
171 button1.vertex = true;
176 button2.vertex = true;
181 button3.vertex = true;
[all …]
DSidebar-Android.js66 bg.vertex = true;
68 button1.vertex = true;
71 anchor1.vertex = true;
74 radio1.vertex = true;
77 button2.vertex = true;
80 anchor2.vertex = true;
83 radio2.vertex = true;
86 button3.vertex = true;
89 anchor3.vertex = true;
92 radio3.vertex = true;
[all …]
DSidebar-UML25.js11 field.vertex = true;
14 divider.vertex = true;
28 cell.vertex = true;
31 label.vertex = true;
40 cell1.vertex = true;
43 field1.vertex = true;
47 field2.vertex = true;
51 field3.vertex = true;
55 field4.vertex = true;
60 field5.vertex = true;
[all …]
DSidebar-Mockup.js48 bg.vertex = true;
50 button1.vertex = true;
53 button2.vertex = true;
62 bg.vertex = true;
66 button2.vertex = true;
71 button3.vertex = true;
76 button4.vertex = true;
80 button1.vertex = true;
89 bg.vertex = true;
93 button2.vertex = true;
[all …]
DSidebar-Cabinet.js52 bg1.vertex = true;
54 bg2.vertex = true;
56 bg3.vertex = true;
58 bg4.vertex = true;
60 bg5.vertex = true;
62 bg6.vertex = true;
64 bg7.vertex = true;
66 bg8.vertex = true;
68 bg9.vertex = true;
70 bg10.vertex = true;
[all …]
DSidebar-Atlassian.js18 bg.vertex = true;
22 label1.vertex = true;
74 bg.vertex = true;
78 button1.vertex = true;
85 bg.vertex = true;
89 button1.vertex = true;
96 bg.vertex = true;
100 button1.vertex = true;
119 bg.vertex = true;
124 icon1.vertex = true;
[all …]
DSidebar-Sysml.js59 bg.vertex = true;
61 cardCell2.vertex = true;
64 cardCell3.vertex = true;
79 bg.vertex = true;
81 cardCell2.vertex = true;
84 cardCell3.vertex = true;
155 bg.vertex = true;
157 cardCell2.vertex = true;
160 cardCell3.vertex = true;
170 sourceLabel.vertex = true;
[all …]
DSidebar-Gmdl.js176 bg1.vertex = true;
178 part1.vertex = true;
186 bg1.vertex = true;
188 part1.vertex = true;
195 bg1.vertex = true;
197 part1.vertex = true;
204 bg1.vertex = true;
206 part1.vertex = true;
213 bg1.vertex = true;
215 part1.vertex = true;
[all …]
DSidebar-BPMN.js95 cell.vertex = true;
112 cell.vertex = true;
214 bg.vertex = true;
219 cell1.vertex = true;
225 cell2.vertex = true;
231 cell3.vertex = true;
242 bg.vertex = true;
247 cell1.vertex = true;
253 cell2.vertex = true;
259 cell3.vertex = true;
[all …]
DSidebar-C4.js18 bg.vertex = true;
32 bg.vertex = true;
46 bg.vertex = true;
60 bg.vertex = true;
74 bg.vertex = true;
89 bg.vertex = true;
104 bg.vertex = true;
119 bg.vertex = true;
134 bg.vertex = true;
149 bg.vertex = true;
[all …]
DSidebar-Ios.js43 bg.vertex = true;
45 text1.vertex = true;
48 text2.vertex = true;
57 bg.vertex = true;
59 text1.vertex = true;
62 text2.vertex = true;
71 bg.vertex = true;
73 text1.vertex = true;
76 text2.vertex = true;
85 bg.vertex = true;
[all …]
DSidebar-EIP.js40 bg1.vertex = true;
42 bg2.vertex = true;
57 bg1.vertex = true;
59 bg2.vertex = true;
71 bg1.vertex = true;
73 bg2.vertex = true;
252 bg1.vertex = true;
254 bg2.vertex = true;
263 bg1.vertex = true;
265 bg2.vertex = true;
[all …]
DSidebar-Advanced.js18 flow.vertex = true;
21 flow1.vertex = true;
25 flow2.vertex = true;
36 flow3.vertex = true;
45 flow4.vertex = true;
DSidebar-ER.js11 row.vertex = true;
33 cell1.vertex = true;
42 cell2.vertex = true;
61 cell.vertex = true;
75 cell.vertex = true;
88 divider.vertex = true;
96 cell.vertex = true;
100 cell1.vertex = true;
129 cell.vertex = true;
132 cell1.vertex = true;
[all …]
DSidebar-GCP2.js125 bg.vertex = true;
131 zone1Cell.vertex = true;
138 zone2Cell.vertex = true;
145 zone3Cell.vertex = true;
152 zone4Cell.vertex = true;
159 zone5Cell.vertex = true;
166 zone6Cell.vertex = true;
173 zone7Cell.vertex = true;
180 zone8Cell.vertex = true;
187 zone9Cell.vertex = true;
[all …]
/plugin/stlviewer/stlviewer/
DProjector.js53 THREE.RenderableVertex.prototype.copy = function ( vertex ) { argument
55 this.positionWorld.copy( vertex.positionWorld );
56 this.positionScreen.copy( vertex.positionScreen );
177 function projectVertex( vertex ) { argument
179 var position = vertex.position;
180 var positionWorld = vertex.positionWorld;
181 var positionScreen = vertex.positionScreen;
192 vertex.visible = positionScreen.x >= - 1 && positionScreen.x <= 1 &&
303 // use first vertex normal as face normal
534 var vertex = vertices[ v ];
[all …]
/plugin/diagramsnet/lib/plugins/webcola/
DmxWebColaAdaptor.js45 // compute vertex/group degrees from incidence
310 * In WebCola's TypeScript source: vertex cell -> InputNode
314 … fixedVertices Vertices that shouldn't be moved (dictionary with {id: True} pairs, id is vertex id)
321 …var activeVertices = activeMaps.activeVertices; // inactive vertex to its nearest active parent m…
357 // only active vertices should be considered (i.e. not hidden by a collapsed or layouted vertex)
386 // attach edges to lowest active vertex corresponding to each of their terminals
502 * @param sourceId ID of the edge's source vertex cell
503 * @param targetId ID of the edge's target vertex cell
519 * Computes group vertex and vertex degrees. Useful to stop layouting for groups
526 // compute individual vertex degrees
[all …]
/plugin/diagramsnet/lib/plugins/trees/
Dtrees.js35 graph.traverse(cell, true, function(vertex) argument
37 result = vertex.getAttribute('treeRoot') == '1';
143 graph.traverse(cell, true, function(vertex, edge) argument
150 subtree.push(vertex);
179 graph.traverse(cells[i], true, function(vertex, edge) argument
186 if (vertex != cells[i])
188 tmp.push(vertex);
192 return vertex == cells[i] || !graph.model.isCollapsed(vertex);
223 graph.traverse(cells[i], true, function(vertex, edge) argument
230 tmp.push(vertex);
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DTrees.js64 this.traverse(cell, true, mxUtils.bind(this, function(vertex, edge) argument
73 if (vertex != cell && (edge == null || treeEdge))
75 tmp.push(vertex);
80 (vertex == cell || !this.model.isCollapsed(vertex));
324 graph.traverse(cell, true, function(vertex, edge) argument
336 subtree.push(vertex);
385 graph.traverse(target, true, function(vertex, edge) argument
396 subtree.push(vertex);
786 graph.traverse(sibling.cell, true, function(vertex, edge) argument
797 subtree.push(vertex);
[all …]
DExtensions.js5640 title.vertex = true;
5835 v.vertex = true;
5846 parent.vertex = true;
5942 lab.vertex = true;
6089 group.vertex = true;
6148 if (v.vertex)
6818 dummy.vertex = true;
6832 dummy1.vertex = true;
6837 dummy2.vertex = true;
6854 v.vertex = true;
[all …]
/plugin/aichat/Model/Gemini/
Dmodels.json18 …"description": "https:\/\/cloud.google.com\/vertex-ai\/generative-ai\/docs\/learn\/models#foundati…
39 …"description": "https:\/\/cloud.google.com\/vertex-ai\/generative-ai\/docs\/learn\/models#foundati…
46 …"description": "https:\/\/cloud.google.com\/vertex-ai\/generative-ai\/docs\/learn\/models#foundati…
53 …"description": "https:\/\/cloud.google.com\/vertex-ai\/generative-ai\/docs\/learn\/models#foundati…
/plugin/diagramsnet/lib/plugins/
Dupdate.js287vertex="1" parent="1"> <mxGeometry x="274" y="227" width="100" height="40" as="geometry"/> …
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
DBoundingPoly.php25 protected $verticesType = Vertex::class;
43 * @param Vertex[]
50 * @return Vertex[]

1234567