Home
last modified time | relevance | path

Searched refs:point (Results 151 – 175 of 259) sorted by path

1234567891011

/plugin/googlemaps/
H A Dscript.js17 function create_marker(point, text) { argument
18 var marker = new GMarker(point);
/plugin/googlemaps/syntax/
H A Dgooglemap.php152 $point = array();
153 preg_match_all('/^(.*?),(.*?),(.*)$/um',$str_points,$point,PREG_SET_ORDER);
156 foreach ($point as $pt) {
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …"number","preprocessor","shader","shading"],k:{keyword:{"float":1,color:1,point:1,normal:1,vector:… property in hljs.LANGUAGES.rsl.dM.k.keyword
/plugin/html2pdf/html2pdf/html2ps/
H A Dpath.php27 foreach ($this->_points as $point) {
28 $rect->ur->x = max($rect->ur->x, $point->x);
29 $rect->ur->y = max($rect->ur->y, $point->y);
30 $rect->ll->x = min($rect->ll->x, $point->x);
31 $rect->ll->y = min($rect->ll->y, $point->y);
41 function addPoint($point) { argument
42 $this->_points[] = $point;
55 foreach ($this->_points as $point) {
56 $result[] = $point->x;
57 $result[] = $point->y;
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._missing_afm.tpl15 .html2ps.config and config.inc.php to point to installed metric files.
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md421 * Updated copyright links to point to http://sabre.io/
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1point::before{content:"\F002"}.mdi-access-point-network::before{content:"\F003"}.mdi-access-point-…
/plugin/icons/assets/typicons/
H A Dtypicons.css657 .typcn-point-of-interest-outline:before {
660 .typcn-point-of-interest:before {
H A Dtypicons.min.css1 …ce'}.typcn-plus:before{content:'\e0cf'}.typcn-point-of-interest-outline:before{content:'\e0d0'}.ty…
/plugin/imageflow/
H A DREADME.md32 …s and the browser won't have to load and re-render all the images at this point. The recommended w…
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.css128 Because the main point behind the impress.js demo is to demo impress.js
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Djdraw.jar ... .Object) com.mxgraph.util.mxPoint point java.util.Iterator it java.util. ...
H A Djgraphx-examples.jar ... .Object) com.mxgraph.util.mxPoint point java.util.Iterator it java.util. ...
H A Djgraphx.jar ... String DEFAULT_IMAGEBASEPATH protected String imageBasePath protected java.awt.Point translate protected double scale protected boolean drawLabels protected java. ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java635 mxPoint point = it.next(); in getToolTipForCell() local
636 tip += "[x=" + numberFormat.format(point.getX()) in getToolTipForCell()
637 + ",y=" + numberFormat.format(point.getY()) in getToolTipForCell()
653 mxPoint point = state.getAbsolutePoint(i); in getToolTipForCell() local
654 tip += "[x=" + numberFormat.format(point.getX()) in getToolTipForCell()
655 + ",y=" + numberFormat.format(point.getY()) in getToolTipForCell()
H A DGraphEditor.java.bak468 * the middle control point of edges is double clicked (flipped).
506 mxPoint point = it.next();
507 tip += "[x=" + numberFormat.format(point.getX())
508 + ",y=" + numberFormat.format(point.getY())
524 mxPoint point = state.getAbsolutePoint(i);
525 tip += "[x=" + numberFormat.format(point.getX())
526 + ",y=" + numberFormat.format(point.getY())
/plugin/jmol2/jmol/
H A DCHANGES.txt436 # "point" -- nearest point to x on local helix axis
1969 # bug fix: D3h point group
2110 # new feature: measure {atomExpression or point} {atomExpression or point} ...
2163 # new feature: draw {point} {plane}
2528 # last point, not first
3688 # new feature: boundbox corners {point or expression} {point or expression} [on|off]
4342 # bug fix: problem with unescaping comma-separated point strings "{1,2,3}" as a point.
4367 # point(a,b,c) or point("{x,y,z}")
4369 # x = point(y[3], y[6], y[2])
4370 # x = point("{2,3,5}")
[all …]
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolApplet0_ShapeSurface.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_ShapeSurface.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jokuwiki/
H A DREADME.md116 ….org/|JSON schema) describing the data payload for your jwPlugin. At some point in the future I ho…

1234567891011