Home
last modified time | relevance | path

Searched refs:ipRange (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DPublicAdvertisedPrefixPublicDelegatedPrefix.php25 public $ipRange; variable in Google\\Service\\Compute\\PublicAdvertisedPrefixPublicDelegatedPrefix
46 public function setIpRange($ipRange) argument
48 $this->ipRange = $ipRange;
55 return $this->ipRange;
H A DRouterInterface.php25 public $ipRange; variable in Google\\Service\\Compute\\RouterInterface
58 public function setIpRange($ipRange) argument
60 $this->ipRange = $ipRange;
67 return $this->ipRange;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Instance.php50 public $ipRange; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Instance
171 public function setIpRange($ipRange) argument
173 $this->ipRange = $ipRange;
180 return $this->ipRange;
/plugin/ipban/
H A Daction.php74 $ipRange = \IPLib\Factory::rangeFromString($range);
75 if($ipRange === null) continue;
76 if ($ip->matches($ipRange)) {