Home
last modified time | relevance | path

Searched refs:bytes (Results 51 – 75 of 319) sorted by last modified time

12345678910>>...13

/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DAsn1MessageQueue.php58 protected function decode($bytes): Message argument
61 $asn1 = $this->encoder->decode($bytes);
H A DBuffer.php23 protected $bytes; variable in FreeDSx\\Socket\\Queue\\Buffer
31 * @param string $bytes
34 public function __construct($bytes, int $endsAt) argument
36 $this->bytes = $bytes;
43 public function bytes() function in FreeDSx\\Socket\\Queue\\Buffer
45 return $this->bytes;
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DBitStringType.php66 $bytes = '';
69 $bytes .= chr(bindec($piece));
72 return $bytes;
78 * @param string $bytes
82 public static function fromBinary($bytes, ?int $minLength = null) argument
86 $length = strlen($bytes);
88 $bitstring .= sprintf('%08d', decbin(ord($bytes[$i])));
/plugin/passpolicy/
H A Dhelper.php415 $bytes = $this->trueRandomBytes(4);
416 $unpack = unpack("lnum", $bytes);
433 * @param int $bytes number of bytes to get
439 protected function trueRandomBytes($bytes) argument
445 $rbytes = openssl_random_pseudo_bytes($bytes, $strong);
453 $rbytes = fread($fp, $bytes);
462 $rbytes = $CAPI_Util->GetRandom($bytes, 0);
473 if (strlen($rbytes) < $bytes) $rbytes = false;
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dmaxminddb.c417 (char *)entry_data_list->entry_data.bytes, in handle_entry_data_list()
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php214 $bytes = Util::read($this->fileHandle, $baseOffset + $index * 3, 3);
215 list(, $node) = unpack('N', "\x00" . $bytes);
219 $bytes = Util::read($this->fileHandle, $baseOffset + 3 * $index, 4);
221 $middle = (0xF0 & \ord($bytes[3])) >> 4;
223 $middle = 0x0F & \ord($bytes[0]);
225 list(, $node) = unpack('N', \chr($middle) . substr($bytes, $index, 3));
229 $bytes = Util::read($this->fileHandle, $baseOffset + $index * 4, 4);
230 list(, $node) = unpack('N', $bytes);
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md72 (128 * 1024 bytes) of the file, speeding detection of corrupt
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DDecoder.php134 $bytes = Util::read($this->fileStream, $offset, $size);
138 return [$bytes, $newOffset];
213 private function decodeInt32($bytes, $size) argument
221 $bytes = str_pad($bytes, 4, "\x00", STR_PAD_LEFT);
298 private function decodeUint($bytes, $byteLength) argument
307 $part = \ord($bytes[$i]);
338 $size = 29 + \ord($bytes);
340 list(, $adjust) = unpack('n', $bytes);
343 list(, $adjust) = unpack('N', "\x00" . $bytes);
351 private function maybeSwitchByteOrder($bytes) argument
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js1477 var bytes = new Uint8Array(buffer);
1478 var len = bytes.byteLength;
1482 binary += String.fromCharCode(bytes[i]);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-io-2.4.jar ... UTF_32LE private final String charsetName private final int[] bytes public transient void <init> (java.lang ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloFile.js61 return this.meta.bytes;
H A DEditor.js3667 var bytes = fread(d, 4);
3669 return bytes.charCodeAt(3) + (bytes.charCodeAt(2) << 8) +
3670 (bytes.charCodeAt(1) << 16) + (bytes.charCodeAt(0) << 24);
H A DEditorUi.js300 var bytes = fread(d, 4);
302 return bytes.charCodeAt(3) + (bytes.charCodeAt(2) << 8) +
303 (bytes.charCodeAt(1) << 16) + (bytes.charCodeAt(0) << 24);
4550 var bytes = new Array(end - begin);
4554 bytes[i] = byteCharacters[offset].charCodeAt(0);
4557 byteArrays[sliceIndex] = new Uint8Array(bytes);
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1743 …},$kind:"struct",statics:{error1:"Byte array for GUID must be exactly {0} bytes long",valid:null,s…
H A Dorgchart.min.js8 …},$kind:"struct",statics:{error1:"Byte array for GUID must be exactly {0} bytes long",valid:null,s…
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8 …},$kind:"struct",statics:{error1:"Byte array for GUID must be exactly {0} bytes long",valid:null,s…
/plugin/diagramsnet/lib/
H A Dyarn.lock133 bytes@3.0.0:
135 …resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a…
176 bytes "3.0.0"
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D59.59.js.map1 …t248',\n 'uint256',\n //All Byte\n 'byte',\n 'bytes',\n 'bytes1…
H A D60.60.js.map1 … 'Chain',\n 'None',\n 'Some',\n 'bits',\n 'bytes',\n 'event'…
H A Dbundle.js.map1bytes after placeholder bytes are found\n // See: https://github.com/beatgammit/base64-js/issues/…

12345678910>>...13