Home
last modified time | relevance | path

Searched refs:point (Results 26 – 50 of 259) sorted by relevance

1234567891011

/plugin/sketchcanvas/phplib/
H A Dlib.php10 $point = explode(",", $value);
11 foreach ($point as $idx => $ivalue) {
12 $point[$idx] = intval($ivalue);
14 array_push($ret, $point);
/plugin/google_maps/
H A Dscript.js18 function createMarker(point, desc) argument
20 var marker = new GMarker(point);
73 var point = new GLatLng(place.Point.coordinates[1], place.Point.coordinates[0]);
75 bounds.extend(point);
77 …map.addOverlay(createMarker(point, '<div class="gmaps_marker"><strong>' + place.address + '</stron…
/plugin/geonav/js/
H A Dearth_a.js77 geocoder.getLatLng(geocodeLocation, function(point) { argument
79 console.log("loc= "+point);
80 if (!point) {
83 var matchll=/\(([-.\d]*), ([-.\d]*)/.exec(point);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php166 $point = new Point($lon, $lat, $elevation);
167 $point->setData($this->parseNodeProperties($node, $this->gpxTypes->get($node->nodeName . 'Type')));
173 return $point;
188 $point = $this->parsePoint($wpt);
189 $point->setData('gpxType', 'waypoint');
190 $points[] = $point;
409 foreach ($lineString->getPoints() as $point) {
410 $gpx .= $this->pointToGPX($point, 'trkpt');
420 foreach ($geom->getPoints() as $point) {
421 $gpx .= $this->pointToGPX($point, 'rtep
[all...]
H A DGeoRSS.php124 $pointElements = $this->xmlObject->getElementsByTagName('point');
226 return '<' . $this->nss . 'point>' . $geometry->y() . ' ' . $geometry->x() . '</' . $this->nss . 'point>';
236 foreach ($geometry->getComponents() as $k => $point) {
237 $output .= $point->y() . ' ' . $point->x();
254 foreach ($exteriorRing->getComponents() as $k => $point) {
255 $output .= $point->y() . ' ' . $point->x();
/plugin/googlemap3/
H A Dsyntax.php153 $point = array();
154 preg_match_all('/^(.*?)[;,](.*?)[;,](.*?);(.*)$/um',$str_points,$point,PREG_SET_ORDER);
157 foreach ($point as $pt) {
/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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php296 $point = $private->multiply($public);
300 $secret = $point;
304 $secret = substr($point, 1, (strlen($point) - 1) >> 1);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dnumber_format.rst14 You can control the number of decimal places, decimal point, and thousands
33 * ``.`` as the decimal point.
53 * ``decimal_point``: The character(s) to use for the decimal point
/plugin/osm/
H A Dscript.js50 var point = points[p];
51 …var pLonLat = new OpenLayers.LonLat(point.lon, point.lat).transform(new OpenLayers.Projection("EPS…
H A Dsyntax.php123 $point = array();
124 preg_match_all('/^(.*?),(.*?),(.*)$/um', $str_markers, $point, PREG_SET_ORDER);
127 foreach ($point as $pt) {
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiPoint.php45 foreach ($array as $point) {
46 $points[] = Point::fromArray($point);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DPrime.php528 foreach ($points as &$point) {
529 $point = $this->convertToInternal($point);
650 private function getNAFPoints($point, $wnd) argument
652 if (isset($point['naf'])) {
653 return $point['naf'];
656 $res = [$point];
658 $dbl = $max == 1 ? null : $this->doublePoint($point);
663 $point['naf'] = $res;
/plugin/googlemaps/
H A Dscript.js17 function create_marker(point, text) { argument
18 var marker = new GMarker(point);
/plugin/statdisplay/pchart/
H A DICanvas.php36 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha… argument
38 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie… argument
H A DTestCanvas.php55 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha… argument
59 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie… argument
/plugin/statistics/inc/pchart/
H A DICanvas.php32 function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100); argument
34 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties); argument
H A DTestCanvas.php53 function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100) { argument
57 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties) { argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php193 $point = [
197 if (!$curve->verifyPoint($point)) {
200 return $point;
271 $point = self::extractPoint("\0" . $base, $curve);
272 $curve->setBasePoint(...$point);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php133 * @param array $point
136 public function encodePoint($point) argument
138 list($x, $y) = $point;
H A DEd25519.php191 * @param array $point
194 public function encodePoint($point) argument
196 list($x, $y) = $point;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dnv.d3.min.css1point{fill-opacity:0;stroke-opacity:0}.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point{fill-o…
/plugin/advanced/lang/fr/config/
H A Dmime.txt3 …onf''. On y indique alors une extension (sans le point) et un type MIME. Préfixer le type avec un
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.css25 .timeline-highlight-point-decorator{
32 .timeline-horizontal .timeline-highlight-point-decorator,
38 .timeline-vertical .timeline-highlight-point-decorator,
45 .timeline-highlight-point-decorator{background-color:#ff5;}
/plugin/tline/timeline_js/
H A Dtimeline-bundle.css25 .timeline-highlight-point-decorator{
32 .timeline-horizontal .timeline-highlight-point-decorator,
38 .timeline-vertical .timeline-highlight-point-decorator,
45 .timeline-highlight-point-decorator{background-color:#ff5;}

1234567891011