Home
last modified time | relevance | path

Searched refs:getAddressType (Results 1 – 11 of 11) sorted by relevance

/plugin/ipban/ip-lib/src/Range/
H A DSingle.php88 public function getAddressType() function in IPLib\\Range\\Single
90 return $this->address->getAddressType();
111 if ($address->getAddressType() === $this->getAddressType()) {
128 if ($range->getAddressType() === $this->getAddressType()) {
184 if ($this->getAddressType() !== AddressType::T_IPv4) {
H A DSubnet.php142 public function getAddressType() function in IPLib\\Range\\Subnet
144 return $this->fromAddress->getAddressType();
155 $addressType = $this->getAddressType();
193 if ($address->getAddressType() === $this->getAddressType()) {
215 if ($range->getAddressType() === $this->getAddressType()) {
303 switch ($address->getAddressType()) {
318 if ($this->getAddressType() !== AddressType::T_IPv4) {
H A DPattern.php164 public function getAddressType() function in IPLib\\Range\\Pattern
166 return $this->fromAddress->getAddressType();
177 $addressType = $this->getAddressType();
215 if ($address->getAddressType() === $this->getAddressType()) {
237 if ($range->getAddressType() === $this->getAddressType()) {
299 switch ($this->getAddressType()) {
314 if ($this->getAddressType() !== AddressType::T_IPv4) {
H A DRangeInterface.php35 public function getAddressType(); function
/plugin/ipban/ip-lib/src/Address/
H A DAssignedRange.php84 public function getAddressType(AddressInterface $address) function in IPLib\\Address\\AssignedRange
89 $result = $exception->getAddressType($address);
H A DAddressInterface.php44 public function getAddressType(); function
H A DIPv4.php174 public function getAddressType() function in IPLib\\Address\\IPv4
252 $rangeType = $reservedRange->getAddressType($this);
H A DIPv6.php306 public function getAddressType() function in IPLib\\Address\\IPv6
405 $rangeType = $reservedRange->getAddressType($this);
/plugin/ipban/ip-lib/src/
H A DFactory.php125 $addressType = $from->getAddressType();
126 if ($addressType === $to->getAddressType()) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DAddress.php116 public function getAddressType() function in Google\\Service\\Compute\\Address
/plugin/ipban/ip-lib/
H A DREADME.md269 $range->getAddressType();
294 ':addressType' => $range->getAddressType(),
306 ':addressType' => $address->getAddressType(),