Home
last modified time | relevance | path

Searched refs:remoteIp (Results 1 – 7 of 7) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DHttpRequest.php29 public $remoteIp; variable in Google\\Service\\Networkconnectivity\\HttpRequest
94 public function setRemoteIp($remoteIp) argument
96 $this->remoteIp = $remoteIp;
100 return $this->remoteIp;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Clouderrorreporting/
H A DHttpRequestContext.php33 public $remoteIp; variable in Google\\Service\\Clouderrorreporting\\HttpRequestContext
78 public function setRemoteIp($remoteIp) argument
80 $this->remoteIp = $remoteIp;
87 return $this->remoteIp;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DV2HttpRequest.php53 public $remoteIp; variable in Google\\Service\\ServiceControl\\V2HttpRequest
184 public function setRemoteIp($remoteIp) argument
186 $this->remoteIp = $remoteIp;
193 return $this->remoteIp;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DHttpRequest.php53 public $remoteIp; variable in Google\\Service\\Logging\\HttpRequest
184 public function setRemoteIp($remoteIp) argument
186 $this->remoteIp = $remoteIp;
193 return $this->remoteIp;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4ThreatHitThreatSource.php29 public $remoteIp; variable in Google\\Service\\Safebrowsing\\GoogleSecuritySafebrowsingV4ThreatHitThreatSource
56 public function setRemoteIp($remoteIp) argument
58 $this->remoteIp = $remoteIp;
65 return $this->remoteIp;
/plugin/recaptcha2/lib/ReCaptcha/
H A DReCaptcha.php82 * @param string $remoteIp The end user's IP address.
85 public function verify($response, $remoteIp = null) argument
93 $params = new RequestParameters($this->secret, $response, $remoteIp, self::VERSION);
H A DRequestParameters.php50 private $remoteIp; variable in ReCaptcha\\RequestParameters
63 * @param string $remoteIp User's IP address.
66 public function __construct($secret, $response, $remoteIp = null, $version = null) argument
70 $this->remoteIp = $remoteIp;
83 if (!is_null($this->remoteIp)) {
84 $params['remoteip'] = $this->remoteIp;