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/
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'));
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) :
DInsights.php3 namespace GeoIp2\Model;
DEnterprise.php3 namespace GeoIp2\Model;
DConnectionType.php3 namespace GeoIp2\Model;
DDomain.php3 namespace GeoIp2\Model;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
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/
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`
219 * Added the interface `GeoIp2\ProviderInterface`, which is implemented by both
[all …]
DREADME.md99 To use this API, you must create a new `\GeoIp2\Database\Reader` object with
108 If the record is not found, a `\GeoIp2\Exception\AddressNotFoundException`
119 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;
[all …]
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
DReader.php3 namespace GeoIp2\Database;
5 use GeoIp2\Exception\AddressNotFoundException;
6 use GeoIp2\ProviderInterface;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Exception/
DGeoIp2Exception.php3 namespace GeoIp2\Exception;
DOutOfQueriesException.php3 namespace GeoIp2\Exception;
DAuthenticationException.php3 namespace GeoIp2\Exception;
DAddressNotFoundException.php3 namespace GeoIp2\Exception;
DHttpException.php3 namespace GeoIp2\Exception;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
DMaxMind.php3 namespace GeoIp2\Record;
DPostal.php3 namespace GeoIp2\Record;
DCity.php3 namespace GeoIp2\Record;
DContinent.php3 namespace GeoIp2\Record;
DSubdivision.php3 namespace GeoIp2\Record;
DCountry.php3 namespace GeoIp2\Record;
DRepresentedCountry.php3 namespace GeoIp2\Record;
DLocation.php3 namespace GeoIp2\Record;
DTraits.php3 namespace GeoIp2\Record;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/
DProviderInterface.php3 namespace GeoIp2; namespace

12