Home
last modified time | relevance | path

Searched refs:ipAddress (Results 26 – 45 of 45) sorted by last modified time

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DChromeOsDeviceLastKnownNetwork.php25 public $ipAddress; variable in Google\\Service\\Directory\\ChromeOsDeviceLastKnownNetwork
34 public function setIpAddress($ipAddress) argument
36 $this->ipAddress = $ipAddress;
43 return $this->ipAddress;
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketServer.php141 * @param null $ipAddress
144 public function receive(&$ipAddress = null)
152 $ipAddress
106 receive(& $ipAddress = null) global() argument
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php83 * @param string $ipAddress
94 public function get($ipAddress) argument
101 list($record) = $this->getWithPrefixLen($ipAddress);
109 * @param string $ipAddress
121 public function getWithPrefixLen($ipAddress) argument
135 if (!filter_var($ipAddress, FILTER_VALIDATE_IP)) {
137 "The value \"$ipAddress\" is not a valid IP address."
141 list($pointer, $prefixLen) = $this->findAddressInTree($ipAddress);
149 private function findAddressInTree($ipAddress) argument
151 $rawAddress = unpack('C*', inet_pton($ipAddress));
[all …]
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DAsn.php13 * @property-read string $ipAddress The IP address that the data in the model is
20 protected $ipAddress; variable in GeoIp2\\Model\\Asn
33 $this->ipAddress = $this->get('ip_address');
H A DDomain.php11 * @property-read string $ipAddress The IP address that the data in the model is
17 protected $ipAddress; variable in GeoIp2\\Model\\Domain
29 $this->ipAddress = $this->get('ip_address');
H A DAnonymousIp.php18 * @property-read string $ipAddress The IP address that the data in the model is
28 protected $ipAddress; variable in GeoIp2\\Model\\AnonymousIp
44 $this->ipAddress = $this->get('ip_address');
H A DConnectionType.php11 * @property-read string $ipAddress The IP address that the data in the model is
17 protected $ipAddress; variable in GeoIp2\\Model\\ConnectionType
29 $this->ipAddress = $this->get('ip_address');
H A DIsp.php17 * @property-read string $ipAddress The IP address that the data in the model is
26 protected $ipAddress; variable in GeoIp2\\Model\\Isp
42 $this->ipAddress = $this->get('ip_address');
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/
H A DProviderInterface.php8 * @param string $ipAddress an IPv4 or IPv6 address to lookup
12 public function country($ipAddress); argument
15 * @param string $ipAddress an IPv4 or IPv6 address to lookup
19 public function city($ipAddress); argument
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md89 $ipAddress = '24.24.24.24';
95 print_r($reader->get($ipAddress));
99 print_r($reader->getWithPrefixLen($ipAddress));
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md159 print($record->ipAddress . "\n"); // '128.101.101.101'
177 print($record->ipAddress . "\n"); // '128.101.101.101'
195 print($record->ipAddress . "\n"); // '128.101.101.101'
251 print($record->ipAddress . "\n"); // '128.101.101.101'
332 The only piece of data which is always returned is the `ipAddress`
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php69 public function city($ipAddress) argument
86 public function country($ipAddress) argument
103 public function anonymousIp($ipAddress) argument
108 $ipAddress
124 public function asn($ipAddress) argument
129 $ipAddress
150 $ipAddress
166 public function domain($ipAddress) argument
171 $ipAddress
204 public function isp($ipAddress) argument
[all …]
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DTraits.php29 * @property-read string $ipAddress The IP address that the data in the model
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
H A DClient.php98 * @param string $ipAddress IPv4 or IPv6 address as a string. If no
121 public function city($ipAddress = 'me') argument
123 return $this->responseFor('city', 'City', $ipAddress);
129 * @param string $ipAddress IPv4 or IPv6 address as a string. If no
152 public function country($ipAddress = 'me') argument
154 return $this->responseFor('country', 'Country', $ipAddress);
160 * @param string $ipAddress IPv4 or IPv6 address as a string. If no
183 public function insights($ipAddress = 'me') argument
185 return $this->responseFor('insights', 'Insights', $ipAddress);
188 private function responseFor($endpoint, $class, $ipAddress) argument
[all …]
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js6ipAddress?(this.localAddress=t.ipAddress,this.localPort=+t.portNumber):"string"==typeof e.googLoca…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/Doctrine/IdentityFields/
H A DServer.php20 protected $ipAddress; variable in JMS\\Serializer\\Tests\\Fixtures\\Doctrine\\IdentityFields\\Server
42 * @param string $ipAddress
45 public function __construct($name, $ipAddress, $serverId) argument
48 $this->ipAddress = $ipAddress;
65 return $this->ipAddress;
/plugin/authgoogle/google/contrib/
H A DGoogle_AuditService.php128 public $ipAddress; variable in Google_Activity
150 public function setIpAddress( $ipAddress) { argument
151 $this->ipAddress = $ipAddress;
154 return $this->ipAddress;
H A DGoogle_ReportsService.php199 public $ipAddress; variable in Google_Activity
221 public function setIpAddress( $ipAddress) { argument
222 $this->ipAddress = $ipAddress;
225 return $this->ipAddress;
/plugin/log404/
H A Dhelper.php71 $ipAddress = isset($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : '';
74 $logline = $datetime.','.$page.','.$ipAddress.',"'.$referer.'","'.$agent.'"'.PHP_EOL;
/plugin/botbouncer/lib/
H A Dmollom.php583 $ipAddress = $_SERVER['REMOTE_ADDR'];
589 …if(!empty(self::$allowedReverseProxyAddresses) && in_array($ipAddress, self::$allowedProxyAddresse…
600 print 'IP:'.$ipAddress;
601 return $ipAddress;

12