Home
last modified time | relevance | path

Searched refs:longitude (Results 26 – 49 of 49) sorted by last modified time

12

/plugin/quickstats/GEOIP/
H A Dgeoipcity.inc37 public $longitude;
116 // Get latitude and longitude
118 $longitude = 0;
126 $longitude += ($char << ($j * 8));
128 $record->longitude = ($longitude / 10000) - 180;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md141 print($record->location->longitude . "\n"); // -93.2323
229 print($record->location->longitude . "\n"); // -93.2323
300 print($record->location->longitude . "\n"); // -93.2323
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DLocation.php22 * @property-read float|null $longitude The approximate longitude of the location
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1longitude(point) {\n if (abs(point[0]) <= pi)\n return point[0];\n else\n return sign(poin…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1longitude","winding","phi0","sinPhi0","cosPhi0","sinPhi1","cosPhi1","phi1","absDelta","intersectio…
/plugin/ol3/
H A Dscript.js8 …ding)),this.position_?(this.position_[0]=e.longitude,this.position_[1]=e.latitude):this.position_=…
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng749 element longitude { xsd:float }
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt528 calculated values (decimal latitude, longitude, altitude, time)
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.quicktime.php1588 @list($all, $latitude, $longitude, $altitude) = $matches;
1590 $info['quicktime']['comments']['gps_longitude'][] = floatval($longitude);
/plugin/structgeohash/
H A Dgeohash.js70 return { latitude: lat, longitude: lon};
73 function encodeGeoHash(latitude, longitude) { argument
88 if (longitude > mid) {
H A Dscript.js31 var map = L.map(id).setView([decoded.latitude[2], decoded.longitude[2]], 13);
42 var marker = L.marker([decoded.latitude[2], decoded.longitude[2]]).addTo(map);
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64longitude|cts:point-latitude|cts:point|cts:or-query-queries|cts:or-query|cts:not-query-weight|cts:…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …before{content:"\F343"}.mdi-logout-variant::before{content:"\F5FD"}.mdi-longitude::before{content:…
/plugin/authgoogle/google/contrib/
H A DGoogle_PlusDomainsService.php2440 public $longitude; variable in Google_PlacePosition
2447 public function setLongitude( $longitude) { argument
2448 $this->longitude = $longitude;
2451 return $this->longitude;
H A DGoogle_PlusService.php1364 public $longitude; variable in Google_ItemScope
1612 public function setLongitude( $longitude) { argument
1613 $this->longitude = $longitude;
1616 return $this->longitude;
2392 public $longitude; variable in Google_PlacePosition
2399 public function setLongitude( $longitude) { argument
2400 $this->longitude = $longitude;
2403 return $this->longitude;
H A DGoogle_CoordinateService.php712 public $longitude; variable in Google_LocationRecord
737 public function setLongitude( $longitude) { argument
738 $this->longitude = $longitude;
741 return $this->longitude;
H A DGoogle_DriveService.php2761 public $longitude; variable in Google_DriveFileImageMediaMetadataLocation
2774 public function setLongitude( $longitude) { argument
2775 $this->longitude = $longitude;
2778 return $this->longitude;
H A DGoogle_YouTubeService.php2143 public $longitude; variable in Google_GeoPoint
2156 public function setLongitude( $longitude) { argument
2157 $this->longitude = $longitude;
2160 return $this->longitude;
H A DGoogle_BooksService.php1881 public $longitude; variable in Google_BooksLayerGeoDataGeo
1913 $this->longitude = $longitude;
1916 return $this->longitude;
1940 public $longitude; variable in Google_BooksLayerGeoDataGeoBoundary
1948 $this->longitude = $longitude;
1951 return $this->longitude;
1978 public $longitude; variable in Google_BooksLayerGeoDataGeoViewportHi
1986 $this->longitude = $longitude;
1989 return $this->longitude;
1995 public $longitude; variable in Google_BooksLayerGeoDataGeoViewportLo
[all …]
H A DGoogle_MirrorService.php662 public $longitude; variable in Google_Location
700 public function setLongitude( $longitude) { argument
701 $this->longitude = $longitude;
704 return $this->longitude;
H A DGoogle_ModeratorService.php1037 public $longitude; variable in Google_ProfileAttributionGeo
1050 public function setLongitude($longitude) { argument
1051 $this->longitude = $longitude;
1054 return $this->longitude;
1454 public $longitude; variable in Google_SubmissionGeo
1467 public function setLongitude($longitude) { argument
1468 $this->longitude = $longitude;
1471 return $this->longitude;
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng749 element longitude { xsd:float }
/plugin/geonav/js/
H A DgetLocation.js18 function reverseGeocode(latitude,longitude, btn){ argument
20 var latlng = new GLatLng(latitude, longitude);
25 saveLong = longitude;
54 var longitude = googleAddr.coordinates[0] ;
/plugin/geourl/
H A Dadmin.php100 $gu_settings['longitude'] = $this->geourl['longitude'];

12