| /plugin/ipmap/ |
| D | rendertables.php | 35 list($ip, $net,$subnet) = preg_split("/\//u", substr($match, 7, -1), 3); 36 return array($state, array($ip, $net, $subnet,strip_tags($match))); 48 list($ip, $net, $subnet,$data) = $match; 50 …oc .= p_render('xhtml',p_get_instructions($this->_maketables($ip, $net, $subnet, $data)), $unused)… 59 function _maketables($ip, $net, $subnet, $data){ argument 60 $subnet = explode(">",$subnet); 61 $subnet = $subnet[0]; 91 $diff = $subnet - $net; 92 $rightbits = 32 - $subnet; 122 $sout = "$subnet";
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/ |
| D | VpcPeeringConfig.php | 25 public $subnet; variable in Google\\Service\\Datastream\\VpcPeeringConfig 34 public function setSubnet($subnet) argument 36 $this->subnet = $subnet; 43 return $this->subnet;
|
| /plugin/ipgroup/ |
| D | action.php | 67 $subnet = (int)(substr($ipaddr, $cx+1)); 70 else $subnet = null; // No netmask present 76 if (is_integer($subnet)) 80 if ($subnet > $len) $subnet = $len; 83 $mask = str_repeat('f', $subnet>>2); 84 switch($subnet & 3)
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/ |
| D | VmCreationConfig.php | 25 public $subnet; variable in Google\\Service\\DatabaseMigrationService\\VmCreationConfig 38 public function setSubnet($subnet) argument 40 $this->subnet = $subnet; 47 return $this->subnet;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/ |
| D | VirtualMachineConfig.php | 70 public $subnet; variable in Google\\Service\\AIPlatformNotebooks\\VirtualMachineConfig 279 public function setSubnet($subnet) argument 281 $this->subnet = $subnet; 288 return $this->subnet;
|
| D | Instance.php | 140 public $subnet; variable in Google\\Service\\AIPlatformNotebooks\\Instance 591 public function setSubnet($subnet) argument 593 $this->subnet = $subnet; 600 return $this->subnet;
|
| /plugin/phpipam/ |
| D | syntax.php | 412 foreach ($reply['data'] as $subnet) { 413 $renderer->doc .= $this->showSub((array)$subnet, $opts['fmt']) ; 423 foreach ($reply['data'] as $subnet) { 424 $renderer->doc .= $this->showSub((array)$subnet, $opts['fmt']) ; 434 foreach ($reply['data'] as $subnet) { 435 $renderer->doc .= $this->showSub((array)$subnet, $opts['fmt']) ; 445 foreach ($reply['data'] as $subnet) { 446 $renderer->doc .= $this->showSub((array)$subnet, $opts['fmt']) ; 456 foreach ($reply['data'] as $subnet) { 457 $renderer->doc .= $this->showSub((array)$subnet, $opts['fmt']) ; [all …]
|
| D | plugin.info.txt | 5 desc Fetch subnet hosts from a {php}IPAM instance
|
| D | README | 4 Fetch subnet hosts from a **{php}_IPAM_** instance
|
| /plugin/iphelper/ |
| D | plugin.info.txt | 6 …condly searches for Network Adresses like 123.45.67.89/24 and inserts a link to a subnet calculator
|
| D | Readme.md | 4 …condly searches for Network Adresses like 123.45.67.89/24 and inserts a link to a subnet calculator
|
| /plugin/ipban/ip-lib/ |
| D | README.md | 79 To parse a subnet (CIDR) range: 234 This library supports IPv4/IPv6 ranges in pattern format (eg. `192.168.*.*`) and in CIDR/subnet for… 250 ### Getting the subnet mask for IPv4 ranges 252 You can use the `getSubnetMask()` to get the subnet mask for IPv4 ranges:
|