Home
last modified time | relevance | path

Searched refs:bits (Results 26 – 50 of 94) sorted by last modified time

1234

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.production.min.js2 …function(e){return r.hats[e]},r.set=function(e,t){return r.hats[e]=t,r},r.bits=e||128,r.base=n||16…
/plugin/passpolicy/
H A Dhelper.php262 $poolbits = $this->bits($pool_len);
273 $poolbits = $this->bits($pool_len);
305 $c_bits = $this->bits($c_len);
306 $v_bits = $this->bits($v_len);
307 $a_bits = $this->bits($a_len);
313 $num_bits -= $this->bits(99 - 10);
355 $num_bits -= $this->bits(999);
388 protected function bits($number) function in helper_plugin_passpolicy
390 $bits = 0;
394 $bits += 1;
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DDecoder.php187 private function decodeDouble($bits) argument
195 list(, $double) = unpack('d', $this->maybeSwitchByteOrder($bits));
200 private function decodeFloat($bits) argument
208 list(, $float) = unpack('f', $this->maybeSwitchByteOrder($bits));
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js101bits,c=E.lencode,w=E.distcode,b=(1<<E.lenbits)-1,g=(1<<E.distbits)-1;t:do{u<15&&(f+=z[a++]<<u,u+=8…
H A Dviewer.min.js101bits,c=E.lencode,w=E.distcode,b=(1<<E.lenbits)-1,g=(1<<E.distbits)-1;t:do{u<15&&(f+=z[a++]<<u,u+=8…
H A Dextensions.min.js1698bits,r=c.lencode,s=c.distcode,t=(1<<c.lenbits)-1,u=(1<<c.distbits)-1;a:do{q<15&&(p+=B[f++]<<q,q+=8…
H A Dapp.min.js134bits,c=E.lencode,w=E.distcode,b=(1<<E.lenbits)-1,g=(1<<E.distbits)-1;t:do{u<15&&(f+=z[a++]<<u,u+=8…
/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-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 ...
/plugin/diagramsnet/lib/resources/
H A Ddia_ca.txt110 diagramPngDesc=Imatge de mapa de bits editable
/plugin/diagramsnet/lib/js/deflate/
H A Dpako.min.js2bits,c=E.lencode,w=E.distcode,b=(1<<E.lenbits)-1,g=(1<<E.distbits)-1;t:do{u<15&&(f+=z[a++]<<u,u+=8…
/plugin/diagramsnet/lib/js/jszip/
H A Djszip.min.js14bits,r=c.lencode,s=c.distcode,t=(1<<c.lenbits)-1,u=(1<<c.distbits)-1;a:do{q<15&&(p+=B[f++]<<q,q+=8…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D60.60.js.map1 … 'Auth',\n 'Chain',\n 'None',\n 'Some',\n 'bits',\n 'bytes',…
H A Dbundle.js.map1bits')\n }\n for (var i = 0; i < len; i += 2) {\n swap(this, i, i + 1)\n }\n return this\n}…
H A Deditor.worker.js.map1bits, totalBits = 32) {\n // delta + bits = totalBits\n const delta = totalBits - bits;\n …
H A Djson.worker.js.map1bits, totalBits = 32) {\n // delta + bits = totalBits\n const delta = totalBits - bits;\n …
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1bits","bitsOffset","mask","DEC2HEX","frac2hex","luminance","toLinear","luminance_1","adjust_channe…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js2750 var bits = this.info.windowSequence === ICStream.EIGHT_SHORT_SEQUENCE ? 3 : 5,
2756 escape = (1 << bits) - 1;
2768 while ((incr = stream.read(bits)) === escape)
4537 bits = info.windowSequence === 2 ? SHORT_BITS : LONG_BITS;
4540 if (this.nFilt[w] = stream.read(bits[0])) {
4549 length_w[filt] = stream.read(bits[1]);
4551 if ((order_w[filt] = stream.read(bits[2])) > 20)
H A Dvorbis.js2bits=parseInt(type.substr(1));assert(bits%8===0);return bits/8}else{return 0}}}}),getNativeFieldSi… argument
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php199 * @param int $bits
203 public static function Float2String($floatvalue, $bits) { argument
206 switch ($bits) {
230 …:BigEndian2String(self::Bin2Dec($signbit.$exponentbitstring.$fractionbitstring), $bits % 8, false);
H A Dmodule.audio-video.flv.php836 * @param int $bits
838 public function skipBits($bits) { argument
839 $newBits = $this->currentBits + $bits;
854 * @param int $bits
858 public function getBits($bits) { argument
860 for ($i = 0; $i < $bits; $i++) {
H A Dmodule.graphic.gif.php202 * @param int $bits
206 public function GetLSBits($bits) { argument
208 while (strlen($bitbuffer) < $bits) {
211 $value = bindec(substr($bitbuffer, 0 - $bits));
212 $bitbuffer = substr($bitbuffer, 0, 0 - $bits);
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2677 ¤ ['bitrate'] now returned (in bits-per-second) at root level for
2733 ¤ All flag bits are now returned as boolean rather than int or
2822 ¤ ['mpeg']['raw'] returns the integer values of the bits for MPEG
H A Dstructure.txt53 Overall bitrate: ['bitrate'] // ex 113485.71 (bits-per-second - divide by 1000…
81 …e() // average bitrate for entire file (all audio/video streams), in bits per second
87 …e() // average bitrate for audio portion of file (all audio streams), in bits per second
100 …er() // average bitrate for video portion of file (all video streams), in bits per second
2167 ['bits']=>integer() //

1234