Home
last modified time | relevance | path

Searched refs:geo (Results 1 – 25 of 58) sorted by last modified time

123

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/geotag/
H A Dprint.css16 .geo {
29 .geo a:link, .geo a:visited {
H A Dstyle.css16 .geo {
/plugin/mikioplugin/icons/bootstrap-icons/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">
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">
/plugin/authdrupal8/
H A DREADME.md31 * Miro Janosik <miro.janosik.geo+ad7@gmail.com>
/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/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/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/translate/
H A DList_of_ISO_639-1_codes.txt81 array("ka", "kat", "geo", "kat", "Georgian", "ქართული", ""),
/plugin/quickstats/
H A DHOW-TO120 …5. geoplugin: if this option is checked the geoPlugin will be used for IP geo-locating (defaults t…
H A DREADME1 Quickstats collects web traffic data for all Dokuwiki page requests, including geo-location, IP, pa…
/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 …]
/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/diagramly/vsdx/
H A Dimporter.js1294 geo.offset = (new mxPoint(-geo.width / 2, -geo.height / 2));
1410 geo.offset = (new mxPoint(-geo.width / 2, -geo.height / 2));
1504 geo.height = Math.abs(geo.height);
1505 geo.y -= geo.height;
1511 geo.width = Math.abs(geo.width);
1512 geo.x -= geo.width;
2772 if (!(geo.isNoShow() || geo.isNoFill()))
2782 if (!(geo.isNoShow() || geo.isNoLine()))
2928 if (!geo.isNoLine() && !geo.isNoFill()) {
6542 geo.x = (Math.round(x1 + cx - geo.width / 2));
[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/diagramsnet/lib/js/grapheditor/
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 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 DEditor.js2681 var geo = this.graph.getCellGeometry(cells[i]);
2683 if (geo != null && geo.relative)
2793 var geo = (this.graph.model.isEdge(cell)) ? null :
2798 ((geo != null && geo.relative) ||
H A DEditorUi.js1281 while (temp != null && graph.model.isVertex(temp) && geo != null && geo.relative)
1285 geo = graph.getCellGeometry(temp);
1903 if (geo != null && geo.relative && !model.isEdge(result[i]) &&
1906 geo.offset = null;
1907 geo.relative = false;
5131 if (geo != null)
5133 geo = geo.clone();
5137 geo.width = Math.max(0, geo.width - stepSize);
5141 geo.height = Math.max(0, geo.height - stepSize);
5145 geo.width += stepSize;
[all …]
H A DShapes.js57 c.lineTo(x + geo.x + geo.width - r, y);
58 c.quadTo(x + geo.x + geo.width, y, x + geo.x + geo.width, y + r);
59 c.lineTo(x + geo.x + geo.width, y + h - r);
60 c.quadTo(x + geo.x + geo.width, y + h, x + geo.x + geo.width - r, y + h);
64 c.lineTo(x + geo.x + geo.width, y + start.y);
65 c.lineTo(x + geo.x + geo.width, y + h - start.height);
82 var b = (i == rows.length - 1) ? y + h : y + geo.y + geo.height;
192 var rowData = [{y: (geo != null) ? geo.y + geo.height : 0,
207 if (geo != null)
209 data.y = geo.y + geo.height;
[all …]
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js2492geo&&null!=u.rowspan&&1<u.rowspan&&(u.geo.height+=null!=m.alternateBounds?m.alternateBounds.height… property in AnonymousFunctioncbe8b5113f300.m
H A Dviewer.min.js2492geo&&null!=u.rowspan&&1<u.rowspan&&(u.geo.height+=null!=m.alternateBounds?m.alternateBounds.height… property in AnonymousFunction39177abc3f300.m
/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js612 var geo = graph.getCellGeometry(result[i]);
613 geo.points = null;
615 if (geo.getTerminalPoint(true) != null)
617 geo.setTerminalPoint(null, true);

123