| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/ |
| D | GoogleCloudDatalabelingV1beta1Polyline.php | 29 public function setVertices($vertices) argument 31 $this->vertices = $vertices; 38 return $this->vertices;
|
| D | GoogleCloudDatalabelingV1beta1BoundingPoly.php | 29 public function setVertices($vertices) argument 31 $this->vertices = $vertices; 38 return $this->vertices;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/ |
| D | GoogleCloudVideointelligenceV1NormalizedBoundingPoly.php | 29 public function setVertices($vertices) argument 31 $this->vertices = $vertices; 38 return $this->vertices;
|
| D | GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly.php | 29 public function setVertices($vertices) argument 31 $this->vertices = $vertices; 38 return $this->vertices;
|
| D | GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly.php | 29 public function setVertices($vertices) argument 31 $this->vertices = $vertices; 38 return $this->vertices;
|
| D | GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly.php | 29 public function setVertices($vertices) argument 31 $this->vertices = $vertices; 38 return $this->vertices;
|
| D | GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly.php | 29 public function setVertices($vertices) argument 31 $this->vertices = $vertices; 38 return $this->vertices;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/ |
| D | GoogleCloudVisionV1p2beta1BoundingPoly.php | 45 public function setVertices($vertices) argument 47 $this->vertices = $vertices; 54 return $this->vertices;
|
| D | GoogleCloudVisionV1p3beta1BoundingPoly.php | 45 public function setVertices($vertices) argument 47 $this->vertices = $vertices; 54 return $this->vertices;
|
| D | GoogleCloudVisionV1p4beta1BoundingPoly.php | 45 public function setVertices($vertices) argument 47 $this->vertices = $vertices; 54 return $this->vertices;
|
| D | BoundingPoly.php | 45 public function setVertices($vertices) argument 47 $this->vertices = $vertices; 54 return $this->vertices;
|
| D | GoogleCloudVisionV1p1beta1BoundingPoly.php | 45 public function setVertices($vertices) argument 47 $this->vertices = $vertices; 54 return $this->vertices;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
| D | GoogleCloudDocumentaiV1BoundingPoly.php | 45 public function setVertices($vertices) argument 47 $this->vertices = $vertices; 54 return $this->vertices;
|
| D | GoogleCloudDocumentaiV1beta2BoundingPoly.php | 45 public function setVertices($vertices) argument 47 $this->vertices = $vertices; 54 return $this->vertices;
|
| D | GoogleCloudDocumentaiV1beta1BoundingPoly.php | 45 public function setVertices($vertices) argument 47 $this->vertices = $vertices; 54 return $this->vertices;
|
| /plugin/stlviewer/stlviewer/ |
| D | parser.min.js | 2 …vertices:t,faces:n,colors:!1}}catch(e){return"Can't parse file"}}function parse_stl_bin(e){var r,t… property
|
| D | Projector.js | 522 var vertices = geometry.vertices; 532 for ( var v = 0, vl = vertices.length; v < vl; v ++ ) { 534 var vertex = vertices[ v ]; 550 var targetVertex = target.vertices[ v ]; 707 var vertices = object.geometry.vertices; 709 if ( vertices.length === 0 ) continue; 712 v1.positionScreen.copy( vertices[ 0 ] ).applyMatrix4( _modelViewProjectionMatrix ); 716 for ( var v = 1, vl = vertices.length; v < vl; v ++ ) { 719 v1.positionScreen.copy( vertices[ v ] ).applyMatrix4( _modelViewProjectionMatrix ); 766 var vertices = object.geometry.vertices; [all …]
|
| D | stl_viewer.min.js | 2 …vertices,a.data.faces,!!a.data.colors&&a.data.colors,e.color);if(i){var n=new THREE.MeshLambertMat…
|
| D | load_stl.min.js | 2 …e_parse(a){"string"!=typeof a?postMessage({msg_type:MSG_STL_LOADED,vertices:a.vertices,faces:a.fac… property
|
| /plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
| D | Polygon.php | 260 $vertices = $this->getPoints(); 263 if ($this->pointOnVertex($point, $vertices)) { 269 $verticesCount = count($vertices); 271 $vertex1 = $vertices[$i - 1]; 272 $vertex2 = $vertices[$i];
|
| /plugin/diagramsnet/lib/plugins/ |
| D | explore.js | 233 var vertices = []; 242 vertices.push(tmp); 258 var cellCount = vertices.length; 265 var geo = graph.getModel().getGeometry(vertices[i]); 273 graph.getModel().setGeometry(vertices[i], geo);
|
| /plugin/processing/ |
| D | script.js | 1912 if (this.vertices.length === 0) { return; } 1917 if (this.vertices[0].length === 2) { // drawing 2D vertices 1918 for (i = 0; i < this.vertices.length; i++) { 1919 p.vertex(this.vertices[i][0], this.vertices[i][1]); 1922 for (i = 0; i < this.vertices.length; i++) { 1923 p.vertex(this.vertices[i][0], this.vertices[i][1], this.vertices[i][2]); 1929 if (this.vertices[0].length === 2) { // drawing a 2D path 1933 p.vertex(this.vertices[index][0], this.vertices[index][1]); 1934 if ( this.vertices[index]["moveTo"] === true) { 1936 } else if ( this.vertices[index]["moveTo"] === false) { [all …]
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/ |
| D | CustomCanvas.java.bak | 29 // Demonstrates the use of a Swing component for rendering vertices. 47 // Redirection of drawing vertices in SwingCanvas
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Editor.js | 404 return urlParams['test'] == '1' && state.vertices.length == 1 && 405 state.edges.length == 0 && graph.isTableCell(state.vertices[0]); 411 return urlParams['test'] == '1' && state.vertices.length == 1 && 412 state.edges.length == 0 && graph.isTableCell(state.vertices[0]); 417 … var cell = (state.vertices.length == 1 && state.edges.length == 0) ? state.vertices[0] : null; 426 return state.vertices.length == 1 && state.edges.length == 0 && 427 graph.isTable(state.vertices[0]); 431 … var cell = (state.vertices.length == 1 && state.edges.length == 0) ? state.vertices[0] : null; 440 return state.vertices.length == 1 && state.edges.length == 0 && 441 graph.isTable(state.vertices[0]); [all …]
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Format.js | 196 return {vertices: [], edges: [], cells: [], x: null, y: null, width: null, height: null, 219 result.vertices.push(cell); 1685 if (ss.vertices.length > 1) 1737 var isTable = graph.isTable(ss.vertices[0]) || 1738 graph.isTableRow(ss.vertices[0]) || 1739 graph.isTableCell(ss.vertices[0]); 1740 var isStack = graph.isStack(ss.vertices[0]) || 1741 graph.isStackChild(ss.vertices[0]); 1748 var style = (graph.isStack(ss.vertices[0])) ? ss.style : 1749 graph.getCellStyle(graph.model.getParent(ss.vertices[0])); [all …]
|