Home
last modified time | relevance | path

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

123

/plugin/aceeditor/
H A Dbuild.js1 …agerr|gam(?:cdf|fit|inv|like|pdf|rnd|stat)|GeneralizedLinearModel(?:.fit)?|geo(?:cdf|inv|mean|pdf|…
/plugin/authdrupal8/
H A DREADME.md31 * Miro Janosik <miro.janosik.geo+ad7@gmail.com>
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php1821 public $geo; variable in Google_BooksLayerGeoData
1828 public function setGeo(Google_BooksLayerGeoDataGeo $geo) { argument
1829 $this->geo = $geo;
1832 return $this->geo;
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;
H A DGoogle_PlusService.php1351 public $geo; variable in Google_ItemScope
1558 public function setGeo(Google_ItemScope $geo) { argument
1559 $this->geo = $geo;
1562 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/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/codemirror/dist/modes/
H A Dgfm.min.js.map1 …tainer|playsingle)|dns|doi|dtn|dvb|ed2k|facetime|feed|file|finger|fish|ftp|geo|gg|git|gizmoproject…
H A Dnginx.min.js.map1 …ttp mail events server types location upstream charset_map limit_except if geo map\"\n );\n\n …
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64 …query|georss:circle|geo:polygon|geo:point|geo:interior-polygon|geo:geospatial-query-from-elements|
/plugin/diagramsnet/lib/js/
H A Dapp.min.js2741geo&&null!=q.rowspan&&1<q.rowspan&&(q.geo.height+=null!=n.alternateBounds?n.alternateBounds.height… property in AnonymousFunction9bd35d6b4e800.n
/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 …]
H A DDialogs.js1302 var geo = graph.getCellGeometry(cell);
1308 v2 = graph.insertVertex(parent, null, 'Entry', geo.x, geo.y, 80, 30, vertexStyle);
4687 if (geo != null)
4689 insertImage(newValue, geo.width, geo.height, resize);
8570 if (geo != null && geo.relative)
8597 xInput.value = (geo != null) ? geo.x : '';
8615 yInput.value = (geo != null) ? geo.y : '';
8633 dxInput.value = (geo != null && geo.offset != null) ? geo.offset.x : '';
8651 dyInput.value = (geo != null && geo.offset != null) ? geo.offset.y : '';
8669 wInput.value = (geo != null) ? geo.width : '';
[all …]
H A DEditor.js526 …var geo = (state.vertices.length > 0) ? format.editorUi.editor.graph.getCellGeometry(state.vertice…
528 return geo != null && !geo.relative;
H A DEditorUi.js2430 if (geo != null)
2432 geo = JSON.parse(geo);
2440 for (key in geo)
2442 var val = parseFloat(geo[key]);
2462 curr[key] = parseFloat(geo[key]);
3330 if (geo != null)
3332 geo.translate(-bounds.x, -bounds.y);
13437 geo.x = Math.round(graph.snap(geo.x));
13438 geo.y = Math.round(graph.snap(geo.y));
13442 geo.width = Math.round(graph.snap(geo.width));
[all …]
H A DExtensions.js5638 var geo = cell.geometry;
6175 var geo = group.children[i].geometry;
6176 geo.x -= minX;
6177 geo.y -= minY;
6410 fixPoint(geo.sourcePoint, px, py);
6411 fixPoint(geo.targetPoint, px, py);
6412 fixPoint(geo.offset, px, py);
13539 var geo = v.geometry;
13540 var title = new mxCell(convertText(p.Title), new mxGeometry(0, geo.height + 4,geo.width, 10),
13861 maxX = Math.max(maxX, geo.x + geo.width);
[all …]
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);
/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 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 …]
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 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 …]
/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 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 …]

123