Home
last modified time | relevance | path

Searched refs:fromAddress (Results 1 – 5 of 5) sorted by relevance

/plugin/ipban/ip-lib/src/Range/
H A DPattern.php24 protected $fromAddress; variable in IPLib\\Range\\Pattern
56 $this->fromAddress = $fromAddress;
85 if ($fromAddress !== null) {
96 if ($fromAddress !== null) {
116 return $this->fromAddress->toString($long);
119 case $this->fromAddress instanceof \IPLib\Address\IPv4:
120 $chunks = explode('.', $this->fromAddress->toString());
125 case $this->fromAddress instanceof \IPLib\Address\IPv6:
166 return $this->fromAddress->getAddressType();
259 return $this->fromAddress;
[all …]
H A DSubnet.php24 protected $fromAddress; variable in IPLib\\Range\\Subnet
63 …public function __construct(AddressInterface $fromAddress, AddressInterface $toAddress, $networkPr… argument
65 $this->fromAddress = $fromAddress;
124 return $this->fromAddress->toString($long).'/'.$this->networkPrefix;
144 return $this->fromAddress->getAddressType();
157 …$this->rangeType = Factory::rangeFromBoundaries($this->fromAddress->toIPv4(), $this->toAddress->to…
237 return $this->fromAddress;
257 return $this->fromAddress->getComparableString();
H A DSingle.php58 public static function fromAddress(AddressInterface $address) function in IPLib\\Range\\Single
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DSMTPDelivery.php26 public $fromAddress; variable in Google\\Service\\CloudBuild\\SMTPDelivery
49 public function setFromAddress($fromAddress) argument
51 $this->fromAddress = $fromAddress;
58 return $this->fromAddress;
/plugin/ipban/ip-lib/src/
H A DFactory.php120 $result = Range\Single::fromAddress($from);
122 $result = Range\Single::fromAddress($to);
129 $result = Range\Single::fromAddress($from);