Home
last modified time | relevance | path

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

123

/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/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng433 property-geo? &
478 property-geo? &
744 property-geo = element geo {
/plugin/aceeditor/
H A Dbuild.js1 …agerr|gam(?:cdf|fit|inv|like|pdf|rnd|stat)|GeneralizedLinearModel(?:.fit)?|geo(?:cdf|inv|mean|pdf|…
/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/jdraw/src/com/mxgraph/examples/swing/
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());
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()

123