Home
last modified time | relevance | path

Searched refs:geo (Results 1 – 25 of 58) sorted by relevance

123

/plugin/diagramsnet/lib/js/diagramly/
H A DDevTools.js13 var geo = this.getCellGeometry(cell);
17 if (geo != null)
19 if (geo.sourcePoint != null)
21 … tip += 'source=' + parseFloat(geo.sourcePoint.x) + ',' + parseFloat(geo.sourcePoint.y) + '<br>';
24 if (geo.targetPoint != null)
26 … tip += 'target=' + parseFloat(geo.targetPoint.x) + ',' + parseFloat(geo.targetPoint.y) + '<br>';
42 if (geo.points != null)
46 for (var i = 0; i < geo.points.length; i++)
48 tip += parseFloat(geo.points[i].x) + ',' + parseFloat(geo.points[i].y) + ';';
56 tip += 'x/y=' + parseFloat(geo.x) + ',' + parseFloat(geo.y) + '<br>' +
[all …]
/plugin/diagramsnet/lib/plugins/
H A DedgeConnection.js9 var geo = this.graph.getCellGeometry(source);
11 while (geo != null && geo.relative)
14 geo = this.graph.getCellGeometry(source);
19 var geo = this.graph.getModel().getGeometry(clone);
21 if (geo != null)
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;
39 geo.x = sourceState.x;
44 geo.y = sourceState.y;
H A Dexplore.js220 if (geo != null)
222 geo = geo.clone();
224 geo.x = cx - geo.width / 2;
225 geo.y = cy - geo.height / 3;
249 if (geo != null)
251 geo.x = cx - geo.width / 2;
252 geo.y = cy - geo.height / 2;
267 if (geo != null)
269 geo = geo.clone();
270 geo.x += r * Math.sin(i * phi);
[all …]
H A Dvoice.js925 geo = geo.clone();
929 geo.height = graph.snap(Math.round(geo.height * 0.5));
934 geo.width = graph.snap(Math.round(geo.width * 0.5));
937 if (geo.width > graph.tolerance && geo.height > graph.tolerance)
961 geo = geo.clone();
965 geo.height *= 2;
970 geo.width *= 2;
973 if (geo.width > graph.tolerance && geo.height > graph.tolerance)
1030 geo = geo.clone();
1939 if (geo != null)
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js240 var geo = this.xmGeo;
242 y = ((geo.height - y + geo.y - s.dy) * s.scale);
316 y = (geo.height - y + geo.y - s.dy) * s.scale;
341 y = (geo.height - y + geo.y - s.dy) * s.scale;
372 y1 = (geo.height - y1 + geo.y - s.dy) * s.scale;
375 y2 = (geo.height - y2 + geo.y - s.dy) * s.scale;
411 y1 = (geo.height - y1 + geo.y - s.dy) * s.scale;
414 y2 = (geo.height - y2 + geo.y - s.dy) * s.scale;
417 y3 = (geo.height - y3 + geo.y - s.dy) * s.scale;
646 y = (geo.height - y + geo.y - s.dy) * s.scale;
[all …]
H A DVsdxExport.js347 var hw = geo.width/2, hh = geo.height/2;
497 var geo = cell.geometry, origGeo = geo;
499 if (geo != null)
506 origGeo = geo.clone();
507 geo.x *= parentGeo.width;
512 geo.x += geo.offset.x;
513 geo.y += geo.offset.y;
516 geo.relative = 0;
532 vsdxCanvas.translate(-geo.x, -geo.y);
536 var newGeo = geo.clone();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
H A DRRSetRoutingPolicy.php34 public function setGeo(RRSetRoutingPolicyGeoPolicy $geo) argument
36 $this->geo = $geo;
43 return $this->geo;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DGeolayerdata.php48 public function setGeo(GeolayerdataGeo $geo) argument
50 $this->geo = $geo;
57 return $this->geo;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Localservices/
H A DGoogleAdsHomeservicesLocalservicesV1DetailedLeadReport.php49 public $geo; variable in Google\\Service\\Localservices\\GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport
175 public function setGeo($geo) argument
177 $this->geo = $geo;
184 return $this->geo;
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DPort.java37 mxGeometry geo = getCellGeometry(cell); in Port()
39 return (geo != null) ? geo.isRelative() : false; in Port()
74 mxGeometry geo = graph.getModel().getGeometry(v1); in Port() local
76 geo.setAlternateBounds(new mxRectangle(20, 20, 100, 50)); in Port()
H A DGraphEditor.java618 mxGeometry geo = getModel().getGeometry(cell); in getToolTipForCell() local
625 if (geo != null) in getToolTipForCell()
627 List<mxPoint> points = geo.getPoints(); in getToolTipForCell()
668 if (geo != null) in getToolTipForCell()
670 tip += "x=" + numberFormat.format(geo.getX()) + ",y=" in getToolTipForCell()
671 + numberFormat.format(geo.getY()) + ",width=" in getToolTipForCell()
672 + numberFormat.format(geo.getWidth()) + ",height=" in getToolTipForCell()
673 + numberFormat.format(geo.getHeight()); in getToolTipForCell()
H A DGraphEditor.java.bak489 mxGeometry geo = getModel().getGeometry(cell);
496 if (geo != null)
498 List<mxPoint> points = geo.getPoints();
537 tip += "geo=[";
539 if (geo != null)
541 tip += "x=" + numberFormat.format(geo.getX()) + ",y="
542 + numberFormat.format(geo.getY()) + ",width="
543 + numberFormat.format(geo.getWidth()) + ",height="
544 + numberFormat.format(geo.getHeight());
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js222 if (geo != null)
304 if (geo != null)
306 ui.copiedSize = new mxRectangle(geo.x, geo.y, geo.width, geo.height);
327 if (geo != null)
329 geo = geo.clone();
1559 geo = geo.clone();
1560 geo.points = null;
1561 geo.x = 0;
1562 geo.y = 0;
1563 geo.offset = null;
[all …]
H A DGraph.js4435 geo = geo.clone();
5981 geo = geo.clone();
6050 geo = geo.clone();
6069 geo = geo.clone();
7736 if (geo != null && geo.relative && geo.x > 0)
7748 if (geo != null && geo.relative && geo.x <= 0)
8387 geo = geo.clone();
8434 geo = geo.clone();
8435 geo.x += geo.width / 2 - geo.height / 2;
8436 geo.y += geo.height / 2 - geo.width / 2;
[all …]
H A DSidebar.js2430 if (geo != null)
2501 geo.x -= offset.x - dx;
2508 geo.x += dx;
2509 geo.y += dy;
2631 if (geo.relative)
2634 geo = geo.clone();
2666 geo2.x = geo.x + geo.width;
2672 geo2.y = geo.y + geo.height;
2687 geo.width > 45 && geo.height > 45)
2693 geo2.x = geo.x + geo.width / 2 - geo2.width / 2;
[all …]
H A DFormat.js222 if (geo != null)
256 if (!geo.relative || geo.offset != null)
258 var x = (geo.relative) ? geo.offset.x : geo.x;
259 var y = (geo.relative) ? geo.offset.y : geo.y;
2546 geo.height = Math.round((geo.height * value * 100) / geo.width) / 100;
2572 geo.width = Math.round((geo.width * value * 100) / geo.height) / 100;
2695 if (geo != null && geo.relative)
2702 geo = geo.clone();
2703 geo.x = 0;
2761 geo = geo.clone();
[all …]
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1828 if (shape && geo)
1833 var min = Math.min(geo.height, geo.width);
1837 geo.x += (geo.width - min) / 2;
1841 geo.width = min;
1847 geo.height = w;
1848 geo.width = h;
1850 geo.x -= diff;
1851 geo.y += diff;
2394 lGeo.y = geo.height /2 - geo.width /2;
2415 lGeo.y = geo.height /2 - geo.width /2;
[all …]
/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js401 var geo = RPOrgChart.graph.model.cells[boxId].geometry;
402 return new OrgChart.Layout.Size.$ctor1(geo.width, geo.height);
434 var geo = cell.geometry.clone();
435 geo.x = node.State.TopLeft.X + offsetx;
436 geo.y = node.State.TopLeft.Y;
437 graph.model.setGeometry(cell, geo);
562 function pointOnCell(geo, p) argument
564 … return p.x >= geo.x && p.x <= geo.x + geo.width && p.y >= geo.y && p.y <= geo.y + geo.height;
/plugin/geotag/
H A Dprint.css16 .geo {
29 .geo a:link, .geo a:visited {
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng107 param-geo = element geo { value-uri }?
180 param-pref, param-type, param-geo, param-tz,
236 property-geo = element geo {
372 | property-fn | property-geo | property-impp | property-key
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng107 param-geo = element geo { value-uri }?
180 param-pref, param-type, param-geo, param-tz,
236 property-geo = element geo {
372 | property-fn | property-geo | property-impp | property-key
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dgeo-alt.svg1 <svg class="bi bi-geo-alt" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dgeo.svg1 <svg class="bi bi-geo" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/authgoogle/google/contrib/
H A DGoogle_ModeratorService.php1004 public $geo; variable in Google_ProfileAttribution
1008 public function setGeo(Google_ProfileAttributionGeo $geo) { argument
1009 $this->geo = $geo;
1012 return $this->geo;
1314 public $geo; variable in Google_Submission
1383 public function setGeo(Google_SubmissionGeo $geo) { argument
1384 $this->geo = $geo;
1387 return $this->geo;
/plugin/quickstats/
H A DREADME1 Quickstats collects web traffic data for all Dokuwiki page requests, including geo-location, IP, pa…

123