Home
last modified time | relevance | path

Searched refs:geo (Results 26 – 50 of 58) sorted by last modified time

123

/plugin/diagramsnet/lib/js/grapheditor/
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 …]
H A DMenus.js1105 var geo = graph.getCellGeometry(cell);
1108 if (geo != null)
1110 geo = geo.clone();
1111 geo.points = null;
1112 graph.getModel().setGeometry(cell, geo);
1580 var geo = graph.getModel().getGeometry(cell);
1581 hasWaypoints = geo != null && geo.points != null && geo.points.length > 0;
/plugin/diagramsnet/lib/js/diagramly/
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 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 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 …]
/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/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/plugins/trees/
H A Dtrees.js435 var geo = graph.getCellGeometry(result[i]);
436 geo.points = null;
438 if (geo.getTerminalPoint(true) != null)
440 geo.setTerminalPoint(null, true);
/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 …]
/plugin/diagramsnet/lib/plugins/
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/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1geo/src/adder.js","webpack:///./node_modules/d3-geo/src/area.js","webpack:///./node_modules/d3-geo
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1geo/src/adder.js","webpack://mermaid/./node_modules/d3-geo/src/math.js","webpack://mermaid/./node_…
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng433 property-geo? &
478 property-geo? &
744 property-geo = element geo {
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/codemirror/dist/modes/
H A Dnginx.min.js.map1 …ttp mail events server types location upstream charset_map limit_except if geo map\"\n );\n\n …
H A Dgfm.min.js.map1 …tainer|playsingle)|dns|doi|dtn|dvb|ed2k|facetime|feed|file|finger|fish|ftp|geo|gg|git|gizmoproject…
/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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js4geo={},ft.prototype={s:0,t:0,add:function(n){st(n,this.t,ba),st(ba.s,this.s,this),this.s?this.t+=b…
/plugin/authgoogle/google/contrib/
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;
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;
/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

123