Home
last modified time | relevance | path

Searched refs:GeoIp2 (Results 1 – 25 of 34) sorted by relevance

12

/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DCountry.php3 namespace GeoIp2\Model;
50 $this->continent = new \GeoIp2\Record\Continent(
54 $this->country = new \GeoIp2\Record\Country(
58 $this->maxmind = new \GeoIp2\Record\MaxMind($this->get('maxmind'));
59 $this->registeredCountry = new \GeoIp2\Record\Country(
63 $this->representedCountry = new \GeoIp2\Record\RepresentedCountry(
67 $this->traits = new \GeoIp2\Record\Traits($this->get('traits'));
H A DCity.php3 namespace GeoIp2\Model;
76 $this->city = new \GeoIp2\Record\City($this->get('city'), $locales);
77 $this->location = new \GeoIp2\Record\Location($this->get('location'));
78 $this->postal = new \GeoIp2\Record\Postal($this->get('postal'));
92 new \GeoIp2\Record\Subdivision($sub, $locales)
130 new \GeoIp2\Record\Subdivision([], $this->locales) :
H A DEnterprise.php3 namespace GeoIp2\Model;
H A DInsights.php3 namespace GeoIp2\Model;
H A DDomain.php3 namespace GeoIp2\Model;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
H A DClient.php3 namespace GeoIp2\WebService;
5 use GeoIp2\Exception\AddressNotFoundException;
6 use GeoIp2\Exception\AuthenticationException;
7 use GeoIp2\Exception\GeoIp2Exception;
8 use GeoIp2\Exception\HttpException;
9 use GeoIp2\Exception\InvalidRequestException;
10 use GeoIp2\Exception\OutOfQueriesException;
11 use GeoIp2\ProviderInterface;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md12 * The `isInEuropeanUnion` property was added to `GeoIp2\Record\Country`
13 and `GeoIp2\Record\RepresentedCountry`. This property is `true` if the
19 * The following new anonymizer properties were added to `GeoIp2\Record\Traits`
84 * `JsonSerializable` compatibility interface was moved to `GeoIp2\Compat`
88 `GeoIp2\Model\City` class. Fix by Roy Sindre Norangshol. GitHub #51.
124 passed to the `GeoIp2\WebService\Client` constructor. Pull request by Will
153 removed from `GeoIp2\WebService\Client`.
165 * The `GeoIp2\Database\Reader` lookup methods (e.g., `city()`, `isp()`) now
179 `GeoIp2\WebService\Client` should be considered deprecated. The `city`
220 `\GeoIp2\Database\Reader` and `\GeoIp2\WebService\Client`.
[all …]
H A DREADME.md119 use GeoIp2\Database\Reader;
150 use GeoIp2\Database\Reader;
168 use GeoIp2\Database\Reader;
186 use GeoIp2\Database\Reader;
204 use GeoIp2\Database\Reader;
238 use GeoIp2\Database\Reader;
259 To use this API, you must create a new `\GeoIp2\WebService\Client`
277 use GeoIp2\WebService\Client;
312 * `GeoIp2\Record\City` - `$city->geonameId`
314 * `GeoIp2\Record\Country` and `GeoIp2\Record\RepresentedCountry` -
[all …]
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php3 namespace GeoIp2\Database;
5 use GeoIp2\Exception\AddressNotFoundException;
6 use GeoIp2\ProviderInterface;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Exception/
H A DAddressNotFoundException.php3 namespace GeoIp2\Exception;
H A DAuthenticationException.php3 namespace GeoIp2\Exception;
H A DOutOfQueriesException.php3 namespace GeoIp2\Exception;
H A DGeoIp2Exception.php3 namespace GeoIp2\Exception;
H A DHttpException.php3 namespace GeoIp2\Exception;
H A DInvalidRequestException.php3 namespace GeoIp2\Exception;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DMaxMind.php3 namespace GeoIp2\Record;
H A DPostal.php3 namespace GeoIp2\Record;
H A DCity.php3 namespace GeoIp2\Record;
H A DContinent.php3 namespace GeoIp2\Record;
H A DSubdivision.php3 namespace GeoIp2\Record;
H A DCountry.php3 namespace GeoIp2\Record;
H A DRepresentedCountry.php3 namespace GeoIp2\Record;
H A DLocation.php3 namespace GeoIp2\Record;
H A DTraits.php3 namespace GeoIp2\Record;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/
H A DProviderInterface.php3 namespace GeoIp2; namespace

12