Home
last modified time | relevance | path

Searched refs:ipAddress (Results 26 – 45 of 45) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DHealthStatus.php45 public $ipAddress; variable in Google\\Service\\Compute\\HealthStatus
132 public function setIpAddress($ipAddress) argument
134 $this->ipAddress = $ipAddress;
141 return $this->ipAddress;
H A DRouterStatusBgpPeerStatus.php30 public $ipAddress; variable in Google\\Service\\Compute\\RouterStatusBgpPeerStatus
99 public function setIpAddress($ipAddress) argument
101 $this->ipAddress = $ipAddress;
108 return $this->ipAddress;
H A DRouterBgpPeer.php54 public $ipAddress; variable in Google\\Service\\Compute\\RouterBgpPeer
199 public function setIpAddress($ipAddress) argument
201 $this->ipAddress = $ipAddress;
208 return $this->ipAddress;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DNetwork.php34 public $ipAddress; variable in Google\\Service\\Baremetalsolution\\Network
97 public function setIpAddress($ipAddress) argument
99 $this->ipAddress = $ipAddress;
106 return $this->ipAddress;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
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 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 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 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');
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');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TPU/
H A DNode.php54 public $ipAddress; variable in Google\\Service\\TPU\\Node
195 public function setIpAddress($ipAddress) argument
197 $this->ipAddress = $ipAddress;
204 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/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/log404/
H A Dhelper.php71 $ipAddress = isset($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : '';
74 $logline = $datetime.','.$page.','.$ipAddress.',"'.$referer.'","'.$agent.'"'.PHP_EOL;
/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/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;
/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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php2733 foreach ($subject->ipAddresses as $ipAddress) {
2734 $encoded = $subject->ipAddress($ipAddress);
/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…

12