/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/ |
H A D | Base32.php | 403 $b1 = $chunk[2]; 409 static::$method((($b0 << 2) | ($b1 >> 6)) & 31) . 410 static::$method((($b1 >> 1) ) & 31) . 411 static::$method((($b1 << 4) | ($b2 >> 4)) & 31) . 423 $b1 = $chunk[2]; 428 static::$method((($b0 << 2) | ($b1 >> 6)) & 31) . 429 static::$method((($b1 >> 1) ) & 31) . 430 static::$method((($b1 << 4) | ($b2 >> 4)) & 31) . 438 $b1 = $chunk[2]; 450 $b1 = $chunk[2]; [all …]
|
H A D | Base64.php | 79 $b1 = $chunk[2]; 84 static::encode6Bits((($b0 << 4) | ($b1 >> 4)) & 63) . 85 static::encode6Bits((($b1 << 2) | ($b2 >> 6)) & 63) . 94 $b1 = $chunk[2]; 97 static::encode6Bits((($b0 << 4) | ($b1 >> 4)) & 63) . 98 static::encode6Bits(($b1 << 2) & 63);
|
/plugin/dpicorrect/ |
H A D | action.php | 120 …$b1 = ord(fread($a,1)) << 24; $b2 = ord(fread($a,1)) << 16; $b3 = ord(fread($a,1)) << 8; $b4 = ord… 121 $skip = $b1 + $b2 + $b3 + $b4; 128 …$b1 = ord(fread($a,1)) << 24; $b2 = ord(fread($a,1)) << 16; $b3 = ord(fread($a,1)) << 8; $b4 = ord… 129 $xdim = $b1 + $b2 + $b3 + $b4; 130 …$b1 = ord(fread($a,1)) << 24; $b2 = ord(fread($a,1)) << 16; $b3 = ord(fread($a,1)) << 8; $b4 = ord… 131 $ydim = $b1 + $b2 + $b3 + $b4;
|
/plugin/fedauth/ |
H A D | common.php | 32 function array_implode($array, $glue='=', $separator='&', $b1='',$b2='') { argument 37 $val = array_implode($val, $glue, $separator.$b1.$key.$b2, '[', ']'); 38 $string[] = $b1.$key.$b2.$val; 40 $string[] = $b1.$key.$b2.$glue.$val;
|
/plugin/bibtex/OSBib/ |
H A D | UTF8.php | 71 $b1 = ($ii & 31); 78 $ii = ($b1 * 64) + $b2; 87 $b1 = ($ii & 31); 99 $ii = ((($b1 * 64) + $b2) * 64) + $b3; 108 $b1 = ($ii & 31); 125 $ii = ((((($b1 * 64) + $b2) * 64) + $b3) * 64) + $b4;
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/ |
H A D | recursive.test | 11 return ['items' => ['a' => ['a1', 'a2', 'a3'], 'b' => ['b1']]] 18 * b1 (1)
|
/plugin/plantumlparser/syntax/ |
H A D | PlantUmlDiagram.php | 70 private function append3bytes($b1, $b2, $b3) { 71 $c1 = $b1 >> 2; 72 $c2 = (($b1 & 0x3) << 4) | ($b2 >> 4); 67 append3bytes($b1, $b2, $b3) global() argument
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | DES.php | 733 $b1 = (($r >> 3) & 0x1FFFFFFF) ^ ($r << 29) ^ $keys[++$ki]; 737 $t = $sbox1[($b1 >> 24) & 0x3F] ^ $sbox2[($b2 >> 24) & 0x3F] ^ 738 $sbox3[($b1 >> 16) & 0x3F] ^ $sbox4[($b2 >> 16) & 0x3F] ^ 739 $sbox5[($b1 >> 8) & 0x3F] ^ $sbox6[($b2 >> 8) & 0x3F] ^ 740 $sbox7[ $b1 & 0x3F] ^ $sbox8[ $b2 & 0x3F] ^ $l;
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/ |
H A D | ColorTable.php | 65 $b1 = ($rgb & 0xFF0000) >> 16; 72 $d = abs($r2 - $r1) + abs($g2 - $g1) + abs($b2 - $b1);
|
/plugin/gtime/gtlib/asn1/ |
H A D | ASN1ObjectId.php | 90 $b1 = (int) array_shift($tokens); 93 $this->append($bytes, ($b1 * 40 + $b2));
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/themes/theme1/ |
H A D | blocks.html.twig | 1 {% block b1 %}block from theme 1{% endblock %}
|
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/ |
H A D | Building_Cluster.svg | 1 …b1"/><defs><filter id="A" filterUnits="userSpaceOnUse" x="65.374" y="95.283" width="44.989" height…
|
H A D | Large_Building.svg | 1 …b1"/><path d="M1.7 24.907l44.853-23.81L59.18 8.7 14.326 32.5z" fill="#276e9f"/><path d="M59.69.076…
|
H A D | Apartments.svg | 1 …6 1.66 0 0 1 .689.246L42.545.252c-.244-.148-.478-.228-.7-.248z" fill="#6089b1"/><path d="M1.77 21.…
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
H A D | KoblitzPrime.php | 271 $b1 = clone $zero; 301 $b1 = $c->negate(); 320 ['a' => $a1, 'b' => $b1],
|
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | QRcode.php | 376 * Value b1. 379 protected $b1; variable in jucksearm\\barcode\\lib\\QRcode 686 $this->b1 = $this->rsBlockNum1($spec); 873 $row += $this->b1; 2347 $b1 = $this->eccTable[$version][$level][0]; 2352 $spec[0] = $b1; 2353 $spec[1] = (int)($data / $b1); 2354 $spec[2] = (int)($ecc / $b1); 2358 $spec[0] = $b1; 2359 $spec[1] = (int)($data / ($b1 [all...] |
/plugin/sphinxsearch-was/ |
H A D | sphinx.conf | 22 …b1..U+1b2->U+28a..U+28b, U+1b3..U+1b6/2, U+1b7->U+292, U+1b8..U+1b9/2, U+1ba..U+1bb, U+1bc..U…
|
/plugin/sphinxsearch/ |
H A D | sphinx.conf | 24 …b1..U+1b2->U+28a..U+28b, U+1b3..U+1b6/2, U+1b7->U+292, U+1b8..U+1b9/2, U+1ba..U+1bb, U+1bc..U…
|
/plugin/qrcode2/ |
H A D | phpqrcode.php | 544 $b1 = self::$eccTable[$version][$level][0]; 550 $spec[0] = $b1; 551 $spec[1] = (int)($data / $b1); 552 $spec[2] = (int)($ecc / $b1); 556 $spec[0] = $b1; 557 $spec[1] = (int)($data / ($b1 + $b2)); 558 $spec[2] = (int)($ecc / ($b1 + $b2)); 2864 public $b1; variable in QRrawcode 2879 $this->b1 = QRspec::rsBlockNum1($spec); 2946 $row += $this->b1;
|
/plugin/dokucrypt/ |
H A D | script.js | 2044 var s = "", i = 0, b1, b2; 2047 b1 = utf8.charCodeAt(i); 2048 if (b1 < 0x80) { // One byte code: 0x00 0x7F 2049 s += String.fromCharCode(b1); 2051 } else if((b1 >= 0xC0) && (b1 < 0xE0)) { // Two byte code: 0x80 - 0x7FF 2053 s += String.fromCharCode(((b1 & 0x1F) << 6) | (b2 & 0x3F)); 2058 s += String.fromCharCode(((b1 & 0xF) << 12) |
|
/plugin/dokucrypt2/ |
H A D | script.js | 2116 var s = "", i = 0, b1, b2; 2119 b1 = utf8.charCodeAt(i); 2120 if (b1 < 0x80) { // One byte code: 0x00 0x7F 2121 s += String.fromCharCode(b1); 2123 } else if((b1 >= 0xC0) && (b1 < 0xE0)) { // Two byte code: 0x80 - 0x7FF 2125 s += String.fromCharCode(((b1 & 0x1F) << 6) | (b2 & 0x3F)); 2130 s += String.fromCharCode(((b1 & 0xF) << 12) |
|
/plugin/datatables/assets/datatables.net-plugins/features/searchPane/ |
H A D | dataTables.searchPane.min.css |
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | aurora.js | 1240 var b1, b2, b3, b4, bom, c, end, littleEndian, nullEnd, pt, result, w1, w2; 1257 while (offset < end && (b1 = this.peekUInt8(offset++)) !== nullEnd) { 1258 if ((b1 & 0x80) === 0) { 1259 result += String.fromCharCode(b1); 1260 } else if ((b1 & 0xe0) === 0xc0) { 1262 result += String.fromCharCode(((b1 & 0x1f) << 6) | b2); 1263 } else if ((b1 & 0xf0) === 0xe0) { 1266 result += String.fromCharCode(((b1 & 0x0f) << 12) | (b2 << 6) | b3); 1267 } else if ((b1 & 0xf8) === 0xf0) { 1271 pt = (((b1 & 0x0f) << 18) | (b2 << 12) | (b3 << 6) | b4) - 0x10000;
|
/plugin/jcapture/lib/ |
H A D | commons-codec-1.3.jar | ... encodedData
int encodedDataLength
int nbrChunks
byte k
byte l
byte b1
byte b2
byte b3
int encodedIndex
int dataIndex
int i ... |
/plugin/jdraw/lib/ |
H A D | commons-codec-1.3.jar | ... encodedData
int encodedDataLength
int nbrChunks
byte k
byte l
byte b1
byte b2
byte b3
int encodedIndex
int dataIndex
int i ... |