Home
last modified time | relevance | path

Searched refs:bytes (Results 101 – 125 of 319) sorted by path

12345678910>>...13

/plugin/gtime/gtlib/util/
H A DGTBase32.php40 * @param array $bytes an array containing the bytes to encode.
45 public static function encode(array $bytes, $offset = null, $length = null) { argument
46 return self::getInstance()->encode($bytes, $offset, $length);
53 * @param array $bytes an array containing the bytes to encode
58 public static function encodeWithDashes(array $bytes, $offset = null, $length = null) { argument
59 return self::getInstance()->encode($bytes, $offset, $length, '-', 6);
H A DGTBase64.php40 * @param array $bytes an array containing the bytes to encode.
45 public static function encode(array $bytes, $offset = null, $length = null) { argument
46 return self::getInstance()->encode($bytes, $offset, $length);
H A DGTBaseX.php117 * @param array $bytes the bytes to encode
124 …public function encode($bytes, $offset = null, $length = null, $separator = null, $frequency = nul… argument
126 if (empty($bytes)) {
130 if (!is_array($bytes)) {
139 $length = count($bytes);
145 if ($offset < 0 || $offset > count($bytes)) {
149 if ($length < 0 || $offset + $length > count($bytes)) {
184 $next = ($j < $length ? $bytes[$offset + $j] : 0);
H A DGTBigInteger.php57 $bytes = $value;
62 $length = count($bytes);
68 if ($bytes[0] >> 7 == 1) {
73 $bytes[$i] = ~$bytes[$i] & 0xFF;
344 $bytes[$i] = ~$bytes[$i] & 0xFF;
352 $bytes = $int->toBytes();
355 while (count($bytes) > 0 && $bytes[0] == 0x0) {
356 array_shift($bytes);
359 return $bytes;
364 if (count($bytes) > 0 && $bytes[0] >> 7 == 1) {
[all …]
H A DGTUtil.php114 * @param array $bytes byte array that contains the bytes to write
119 public static function write($file, array $bytes) { argument
125 if ($bytes == null) {
129 if (!is_array($bytes)) {
139 if (!fwrite($fp, GTUtil::fromByteArray($bytes))) {
565 public static function addCrc32(array $bytes) { argument
567 $checksum = crc32(GTUtil::fromByteArray($bytes));
578 array_push($bytes, $byte);
581 return $bytes;
/plugin/html5video2/script/
H A Dvideo.min.js23bytes="+t.offset+"-"+e)),i}function Zo(e,t){return e=e.toString(16),"00".substring(0,2-e.length)+e… property in AnonymousFunctionc9f82cd753b00.o
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DCli.php640 …this->cWrite('default', 'embedded binary stripped. (' . strlen($property->getValue()) . ' bytes)');
/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php28 protected $bytes; variable in IPLib\\Address\\IPv4
59 $this->bytes = null;
104 * @param int[]|array $bytes
111 if (count($bytes) === 4) {
116 $bytes
157 if ($this->bytes === null) {
166 return $this->bytes;
318 $bytes[$i] = 0;
320 ++$bytes[$i];
343 $bytes[$i] = 255;
[all …]
H A DIPv6.php37 protected $bytes; variable in IPLib\\Address\\IPv6
69 $this->bytes = null;
156 * @param int[]|array $bytes
163 if (count($bytes) === 16) {
169 $byte = $bytes[$i];
270 if ($this->bytes === null) {
271 $bytes = array();
273 $bytes[] = $word >> 8;
274 $bytes[] = $word & 0xff;
276 $this->bytes = $bytes;
[all …]
/plugin/ipban/ip-lib/src/
H A DFactory.php37 * @param int[]|array $bytes
41 public static function addressFromBytes(array $bytes) argument
45 $result = Address\IPv4::fromBytes($bytes);
48 $result = Address\IPv6::fromBytes($bytes);
/plugin/ipban/ip-lib/src/Range/
H A DPattern.php134 $bytes = $this->toAddress->getBytes();
135 $bytes = array_slice($bytes, 0, -$this->asterisksCount * 2);
136 $bytes = array_pad($bytes, 16, 1);
137 $address = IPv6::fromBytes($bytes);
319 $bytes = array(255, 255, 255, 255);
322 $bytes = array(0, 0, 0, 0);
325 $bytes = array_pad(array_fill(0, 4 - $this->asterisksCount, 255), 4, 0);
329 return IPv4::fromBytes($bytes);
H A DSubnet.php321 $bytes = array();
324 $bytes[] = 255;
328 $bytes[] = bindec(str_pad(str_repeat('1', $prefix), 8, '0'));
330 $bytes = array_pad($bytes, 4, 0);
332 return IPv4::fromBytes($bytes);
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djcapture.jar ... java.lang.String formatByteSize (long) long bytes public java.util.Properties loadConfig () java ...
H A Dtransform-3.0.2.jar ... init> (byte[]) byte[] bytes public void <init> (com.flagstone. ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java137 public static String formatByteSize(long bytes) { in formatByteSize() argument
138 if (bytes<1024) { in formatByteSize()
139 return bytes + "bytes"; in formatByteSize()
141 if (bytes<1024*1024) { in formatByteSize()
142 return MessageFormat.format("{0,number,0.0} Kb", new Object[] {(double) bytes/1024.0}); in formatByteSize()
144 if (bytes<1024*1024*1024) { in formatByteSize()
145 …return MessageFormat.format("{0,number,0.00} Mb", new Object[] {(double) bytes/(double) (1024.0*10… in formatByteSize()
147 …return MessageFormat.format("{0,number,0.00} Gb", new Object[] {(double) bytes/(double) (1024.0*10… in formatByteSize()
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DCHANGES.txt1269 # code: rewritten code for JvxlReader saves nx*ny*nz*8 bytes of memory on loading JVXL files
3184 # * 4 bytes: P M \1 \0
3186 # * 3 bytes: reserved
3187 # * 4 bytes: (int) vertexCount
3188 # * 4 bytes: (int) polygonCount
3189 # * 64 bytes: reserved
3194 # * 4 bytes: (int)nVertices (1,2,3, or 4)
3195 # * [4 bytes * nVertices] int[nVertices]
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js889 if (!this.available(bytes)) {
892 this.localOffset += bytes;
893 this.offset += bytes;
901 Stream.prototype.rewind = function(bytes) { argument
902 if (bytes > this.offset) {
909 this.localOffset -= bytes;
910 this.offset -= bytes;
1892 var bytes, dataSize, encoding, size;
2470 this.stream.advance(bytes);
2471 this.len -= bytes;
[all …]
H A Dmp3.js162 var bytes = stream.readBuffer(4).data;
163 var length = (bytes[0] << 21) | (bytes[1] << 14) | (bytes[2] << 7) | bytes[3];
H A Dogg.js2bytes){var self=_sbrk;if(!self.called){DYNAMICTOP=alignMemoryPage(DYNAMICTOP);self.called=true;ass… argument
48 this.callback = Ogg.Runtime.addFunction(function(packet, bytes) { argument
49 var data = new Uint8Array(Ogg.HEAPU8.subarray(packet, packet + bytes));
H A Dopus.js2bytes){var self=_sbrk;if(!self.called){DYNAMICTOP=alignMemoryPage(DYNAMICTOP);self.called=true;ass… argument
H A Dvorbis.js2bytes){var self=_sbrk;if(!self.called){DYNAMICTOP=alignMemoryPage(DYNAMICTOP);self.called=true;ass… argument

12345678910>>...13