Home
last modified time | relevance | path

Searched refs:bytes (Results 276 – 300 of 319) sorted by path

1...<<111213

/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt276 PGN data are organized as simple text lines without any special bytes or
2237 quote character at each end. A string value must have less than 256 bytes of
2722 a sequence of one or more bytes. The first byte is the PGN record marker and
2730 At the lowest level, PGC binary data is organized as bytes, words (two
2731 contiguous bytes), and doublewords (four contiguous bytes). All eight bits of
2732 a byte are used. Longwords (eight contiguous bytes) are not used. Integer
2740 Characters are stored as bytes using the ISO 8859/1 Latin-1 (ECMA-94) code set.
2766 bytes. Most move sequences can be represented using just a byte header; these
2772 gives the number, possibly zero, of following move ordinal bytes. All move
2780 PGC string data is represented using a length header followed by bytes of
[all …]
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt567 source filesize in bytes (^Fb), kB (^Fk), MB (^Fm),
1324 that the output thumbnail is less than 'maxb' bytes
H A Dphpthumb.readme.txt384 ^Fb = source image filesize in bytes
530 fit thumbnail into "maxb" bytes (compression
/plugin/podcast/
H A Dhelper.php85 function gethumanfilesize( $bytes, $decimals = 2 ) { argument
87 $factor = floor((strlen($bytes) - 1) / 3);
88 return sprintf("%.{$decimals}f", $bytes / pow(1024, $factor)) . @$sz[$factor];
/plugin/processing/
H A Dscript.js5943 var bytes = [];
5945 bytes.push((0 - (aNumber[i] & 0x80)) | (aNumber[i] & 0x7F));
5947 return bytes;
/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md29 # Encoded $bytes will now contain the BER binary representation of a sequence containing:
33 $bytes = Encoders::ber()->encode($asn1);
36 $bytes = Encoders::der()->encode($asn1);
51 # Assuming bytes contains the binary BER encoded sequence described in the encoding section
53 $pdu = Encoders::ber()->decode($bytes);
56 $pdu = Encoders::der()->decode($bytes);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php187 $bytes = $type->getValue() ? self::BOOL_TRUE : self::BOOL_FALSE;
191 $bytes = $this->encodeInteger($type);
194 $bytes = $this->encodeReal($type);
197 $bytes = $type->getValue();
200 $bytes = $this->encodeSetOf($type);
203 $bytes = $this->encodeSet($type);
206 $bytes = $this->encodeConstructedType(...$type->getChildren());
209 $bytes = $this->encodeBitString($type);
212 $bytes = $this->encodeOid($type);
215 $bytes
[all...]
H A DCerDerTrait.php169 $bytes = '';
171 $bytes .= $child['original'];
174 return $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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php122 protected function unwrap($bytes): Buffer
125 return parent::unwrap($bytes);
128 return $this->messageWrapper->unwrap($bytes);
134 * The logic in the loop is to send the messages in chunks of 8192 bytes to lessen the amount of TCP writes we need
118 unwrap($bytes) global() argument
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php115 # At the very least we are expect 16 bytes. 10 for the actual MAC, 4 for the seqnum, 2 for the msgtype.
117 throw new SaslException('The data to decrypt must be at least 16 bytes.');
186 # The first 10 bytes of the MAC block is used. Extract the last 6 bytes, as that gets tacked onto the end.
256 throw new SaslException('Expected at least 16 bytes of data for the MAC.');
277 * number of padding bytes, such that total length of the encrypted part of the message is a multiple of the
293 * The MAC block is 16 bytes: the first 10 bytes of the HMAC-MD5 [RFC2104] of the message, a 2-byte message type
364 * We need to manually expand the 7-byte DES keys to 8-bytes. This shifts the first 7 bytes int
[all...]
/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;
H A DMessageQueue.php88 $bytes = $this->socket->read();
90 if ($bytes === false) {
94 $this->buffer .= $bytes;
102 $this->toConsume .= $buffer->bytes();
155 * @param string $bytes
158 protected function unwrap($bytes) : Buffer argument
160 return new Buffer($bytes, \strlen($bytes));
164 * Decode the bytes to an object. If you have a partial object, throw the PartialMessageException and the queue
167 * @param string $bytes
171 decode($bytes) global() argument
[all...]
/plugin/qrcode2/
H A Dphpqrcode.php1902 $bytes = (int)($size / 8);
1906 for($i=0; $i<$bytes; $i++) {
1923 $data[$bytes] = $v;
/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/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/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/rssticker/
H A DlastRSS.php243 elseif ($c > 239) $bytes = 4;
244 elseif ($c > 223) $bytes = 3;
245 elseif ($c > 191) $bytes = 2;
247 if (($i + $bytes) > $len) return false;
248 while ($bytes > 1) {
252 $bytes--;
/plugin/socialshareprivacy2/SSP/
H A DREADME.md1214 The length is the number of UTF-8 encoded bytes, not the number of unicode code
1215 points, because twitters 140 "characters" are actually bytes.
1321 If not defined in `settings.description` the found text is truncated at 3500 bytes.
/plugin/supa/lib/
H A DSupa.js19 this.ajax_post = function (actionUrl, bytes, fieldname_filename, filename, params) { argument
58 body += bytes + cr;
/plugin/swiftmail/
H A DSwift.php423 while (false !== $bytes = $data->read())
424 $this->command($bytes, -1);
446 while (false !== $bytes = $data->read())
447 $this->command($bytes, -1);
/plugin/swiftmail/Swift/Cache/
H A DOutputStream.php56 while (false !== $bytes = $this->read())
57 $ret .= $bytes;
/plugin/swiftmail/Swift/
H A DFile.php167 public function read($bytes, $unquote=true) argument
173 $ret = fread($this->handle, $bytes);

1...<<111213