Home
last modified time | relevance | path

Searched refs:MaxMind (Results 1 – 25 of 33) sorted by relevance

12

/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
H A DClient.php12 use MaxMind\WebService\Client as WsClient;
194 } catch (\MaxMind\Exception\IpAddressNotFoundException $ex) {
200 } catch (\MaxMind\Exception\AuthenticationException $ex) {
206 } catch (\MaxMind\Exception\InsufficientFundsException $ex) {
212 } catch (\MaxMind\Exception\InvalidRequestException $ex) {
220 } catch (\MaxMind\Exception\HttpException $ex) {
227 } catch (\MaxMind\Exception\WebServiceException $ex) {
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php3 namespace MaxMind\WebService;
6 use MaxMind\Exception\AuthenticationException;
7 use MaxMind\Exception\HttpException;
8 use MaxMind\Exception\InsufficientFundsException;
9 use MaxMind\Exception\InvalidInputException;
10 use MaxMind\Exception\InvalidRequestException;
11 use MaxMind\Exception\IpAddressNotFoundException;
12 use MaxMind\Exception\PermissionRequiredException;
13 use MaxMind\Exception\WebServiceException;
14 use MaxMind\WebService\Http\RequestFactory;
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md1 # MaxMind DB Reader PHP API #
5 This is the PHP API for reading MaxMind DB files. MaxMind DB is a binary file
50 require('/path/to/MaxMind-DB-Reader-php/autoload.php');
56 use MaxMind\Db\Reader;
77 Please note that these packages are *not* maintained by MaxMind.
87 use MaxMind\Db\Reader;
106 MaxMind provides an optional C extension that is a drop-in replacement for
107 `MaxMind\Db\Reader`. In order to use this extension, you must install the
140 The MaxMind DB format includes 128-bit unsigned integer as a type. Although
141 no MaxMind-distributed database currently makes use of this type, both the
[all …]
/plugin/quickstats/GEOIP/
H A Dcomposer.lock106 "description": "MaxMind GeoIP2 PHP API",
122 "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
127 …"url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/bd436094fc0a9b0558a899f…
149 "MaxMind\\Db\\": "src/MaxMind/Db"
163 "description": "MaxMind DB Reader API",
164 "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
202 "MaxMind\\Exception\\": "src/Exception",
203 "MaxMind\\WebService\\": "src/WebService"
216 "description": "Internal MaxMind Web Service API",
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dconfig.m42 [Whether to enable the MaxMind DB Reader extension],
3 [ --with-maxminddb Enable MaxMind DB Reader extension support])
5 PHP_ARG_ENABLE(maxminddb-debug, for MaxMind DB debug support,
6 [ --enable-maxminddb-debug Enable enable MaxMind DB deubg support], no, no)
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DREADME.md1 # Common Code for MaxMind Web Service Clients #
4 shared code between MaxMind's various web service client APIs.
24 This software is Copyright (c) 2015-2018 by MaxMind, Inc.
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php3 namespace MaxMind\Db;
8 use MaxMind\Db\Reader\Decoder;
9 use MaxMind\Db\Reader\InvalidDatabaseException;
10 use MaxMind\Db\Reader\Metadata;
11 use MaxMind\Db\Reader\Util;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md82 The [MaxMind DB API](https://github.com/maxmind/MaxMind-DB-Reader-php)
110 `\MaxMind\Db\InvalidDatabaseException` will be thrown.
346 Some of the data that MaxMind provides is also sourced from GeoNames. We
354 [submit your correction to MaxMind](http://www.maxmind.com/en/correction).
361 data set, it will be automatically incorporated into future MaxMind
364 If you are a paying MaxMind customer and you're not sure where to submit
366 [contact MaxMind support](http://www.maxmind.com/en/support) for help.
373 If you are having an issue with a MaxMind service that is not specific
382 This library also relies on the [MaxMind DB Reader](https://github.com/maxmind/MaxMind-DB-Reader-ph…
390 https://github.com/maxmind/MaxMind-DB
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/Http/
H A DCurlRequest.php3 namespace MaxMind\WebService\Http;
5 use MaxMind\Exception\HttpException;
H A DRequest.php3 namespace MaxMind\WebService\Http;
H A DRequestFactory.php3 namespace MaxMind\WebService\Http;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php7 use MaxMind\Db\Reader as DbReader;
8 use MaxMind\Db\Reader\InvalidDatabaseException;
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/Exception/
H A DAuthenticationException.php3 namespace MaxMind\Exception;
H A DInvalidInputException.php3 namespace MaxMind\Exception;
H A DIpAddressNotFoundException.php3 namespace MaxMind\Exception;
H A DInsufficientFundsException.php3 namespace MaxMind\Exception;
H A DPermissionRequiredException.php3 namespace MaxMind\Exception;
H A DWebServiceException.php3 namespace MaxMind\Exception;
H A DHttpException.php3 namespace MaxMind\Exception;
H A DInvalidRequestException.php3 namespace MaxMind\Exception;
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DInvalidDatabaseException.php3 namespace MaxMind\Db\Reader;
H A DUtil.php3 namespace MaxMind\Db\Reader;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DMaxMind.php13 class MaxMind extends AbstractRecord class
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
H A D003-open-basedir.phpt7 use MaxMind\Db\Reader;
H A D002-final.phpt9 $reflectionClass = new \ReflectionClass('MaxMind\Db\Reader');

12