Home
last modified time | relevance | path

Searched refs:fromBytes (Results 1 – 9 of 9) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DContentTypeInfo.php29 public $fromBytes; variable in Google\\Service\\CloudSupport\\ContentTypeInfo
60 public function setFromBytes($fromBytes) argument
62 $this->fromBytes = $fromBytes;
69 return $this->fromBytes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
H A DGdataContentTypeInfo.php29 public $fromBytes; variable in Google\\Service\\YouTubeReporting\\GdataContentTypeInfo
60 public function setFromBytes($fromBytes) argument
62 $this->fromBytes = $fromBytes;
69 return $this->fromBytes;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php108 public static function fromBytes(array $bytes) function in IPLib\\Address\\IPv4
325 return $overflow ? null : static::fromBytes($bytes);
350 return $overflow ? null : static::fromBytes($bytes);
H A DIPv6.php160 public static function fromBytes(array $bytes) function in IPLib\\Address\\IPv6
426 $result = IPv4::fromBytes(array_slice($this->getBytes(), 2, 4));
/plugin/ipban/ip-lib/src/
H A DFactory.php45 $result = Address\IPv4::fromBytes($bytes);
48 $result = Address\IPv6::fromBytes($bytes);
134 $fromBytes = $from->getBytes();
136 $numBytes = count($fromBytes);
139 $fromByte = $fromBytes[$byteIndex];
/plugin/ipban/ip-lib/src/Range/
H A DPattern.php88 $toAddress = IPv4::fromBytes(array_merge($fixedBytes, $otherBytes));
137 $address = IPv6::fromBytes($bytes);
329 return IPv4::fromBytes($bytes);
H A DSingle.php188 return IPv4::fromBytes(array(255, 255, 255, 255));
H A DSubnet.php332 return IPv4::fromBytes($bytes);