Home
last modified time | relevance | path

Searched refs:geo (Results 26 – 50 of 58) sorted by relevance

123

/plugin/diagramsnet/lib/js/grapheditor/
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;
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 …]
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) ||
/plugin/geotag/
H A Dstyle.css16 .geo {
/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 …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DXmlTest.php2280 'GEO:geo:37.386013\,-122.082932' . "\n" .
2298 'GEO:geo:37.386013\,-122.082932' . "\n" .
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng433 property-geo? &
478 property-geo? &
744 property-geo = element geo {
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng433 property-geo? &
478 property-geo? &
744 property-geo = element geo {
/plugin/authdrupal8/
H A DREADME.md31 * Miro Janosik <miro.janosik.geo+ad7@gmail.com>
/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/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/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/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;
/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);
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 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 …]
/plugin/quickstats/
H A DHOW-TO120 …5. geoplugin: if this option is checked the geoPlugin will be used for IP geo-locating (defaults t…
/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/jdraw/lib/
H A Djgraphx-examples.jar ... cell String tip com.mxgraph.model.mxGeometry geo com.mxgraph.view.mxCellState state com. ...
H A Djdraw.jar ... cell String tip com.mxgraph.model.mxGeometry geo com.mxgraph.view.mxCellState state com. ...
/plugin/translate/
H A DList_of_ISO_639-1_codes.txt81 array("ka", "kat", "geo", "kat", "Georgian", "ქართული", ""),

123