Searched refs:Subnet (Results 1 – 8 of 8) sorted by relevance
/plugin/ipban/ip-lib/src/Address/ |
H A D | IPv4.php | 6 use IPLib\Range\Subnet; alias 231 … $exceptions[] = new AssignedRange(Subnet::fromString($exceptionRange), $exceptionType); 234 … $reservedRanges[] = new AssignedRange(Subnet::fromString($range), $data[0], $exceptions);
|
H A D | IPv6.php | 6 use IPLib\Range\Subnet; alias 380 … $exceptions[] = new AssignedRange(Subnet::fromString($exceptionRange), $exceptionType); 383 … $reservedRanges[] = new AssignedRange(Subnet::fromString($range), $data[0], $exceptions);
|
/plugin/ipban/ip-lib/src/Range/ |
H A D | Pattern.php | 178 if ($addressType === AddressType::T_IPv6 && Subnet::get6to4()->containsRange($this)) { 301 …return new Subnet($this->getStartAddress(), $this->getEndAddress(), 8 * (4 - $this->asterisksCount… 303 …return new Subnet($this->getStartAddress(), $this->getEndAddress(), 16 * (8 - $this->asterisksCoun…
|
H A D | Subnet.php | 17 class Subnet implements RangeInterface class
|
/plugin/ipban/ip-lib/src/ |
H A D | Factory.php | 65 $result = Range\Subnet::fromString($range);
|
/plugin/ipban/ip-lib/ |
H A D | README.md | 82 $range = \IPLib\Range\Subnet::fromString('127.0.0.1/24'); 83 $range = \IPLib\Range\Subnet::fromString('::1/128');
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Extensions.js | 9902 else if (p.Subnet)
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 178 !0,u.geometry.offset=new mxPoint(30,0),u.vertex=!0,v.insert(u)):h.Subnet?(p=new mxCell("",new mxGeo…
|