Home
last modified time | relevance | path

Searched refs:b2 (Results 1 – 25 of 82) sorted by relevance

1234

/plugin/traumacalc/
Dscript.js65 blunt: { b0: -1.2470, b1: 0.9544, b2: -0.0768, b3: -1.9052 }, property
66 penetrating: { b0: -0.6029, b1: 1.1430, b2: -0.1516, b3: -2.6676 } property
69 blunt: { b0: -0.4499, b1: 0.8085, b2: -0.0835, b3: -1.7430 }, property
70 penetrating: { b0: -2.5355, b1: 0.9934, b2: -0.0651, b3: -1.1360 } property
80 (selectedCoeffs.blunt.b2 * iss) +
84 (selectedCoeffs.penetrating.b2 * iss) +
/plugin/dpicorrect/
Daction.php120 …$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/
Dcommon.php32 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/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
DBase32.php404 $b2 = $chunk[3];
411 static::$method((($b1 << 4) | ($b2 >> 4)) & 31) .
412 static::$method((($b2 << 1) | ($b3 >> 7)) & 31) .
424 $b2 = $chunk[3];
430 static::$method((($b1 << 4) | ($b2 >> 4)) & 31) .
431 static::$method((($b2 << 1) | ($b3 >> 7)) & 31) .
439 $b2 = $chunk[3];
444 static::$method((($b1 << 4) | ($b2 >> 4)) & 31) .
445 static::$method((($b2 << 1) ) & 31);
DBase64.php80 $b2 = $chunk[3];
85 static::encode6Bits((($b1 << 2) | ($b2 >> 6)) & 63) .
86 static::encode6Bits( $b2 & 63);
/plugin/bibtex/OSBib/
DUTF8.php76 $b2 = ($ii & 63);
78 $ii = ($b1 * 64) + $b2;
92 $b2 = ($ii & 63);
99 $ii = ((($b1 * 64) + $b2) * 64) + $b3;
113 $b2 = ($ii & 63);
125 $ii = ((((($b1 * 64) + $b2) * 64) + $b3) * 64) + $b4;
/plugin/plantumlparser/syntax/
DPlantUmlDiagram.php70 private function append3bytes($b1, $b2, $b3) { argument
72 $c2 = (($b1 & 0x3) << 4) | ($b2 >> 4);
73 $c3 = (($b2 & 0xF) << 2) | ($b3 >> 6);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DDES.php734 $b2 = (($r >> 31) & 0x00000001) ^ ($r << 1) ^ $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/
DColorTable.php71 $b2 = ($this->m_arColors[$i] & 0x00FF0000) >> 16;
72 $d = abs($r2 - $r1) + abs($g2 - $g1) + abs($b2 - $b1);
/plugin/gtime/gtlib/asn1/
DASN1ObjectId.php91 $b2 = (int) array_shift($tokens);
93 $this->append($bytes, ($b1 * 40 + $b2));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
DKoblitzPrime.php273 $b2 = clone $zero;
309 $b2 = $b0->negate();
312 $b2 = $c->negate();
321 ['a' => $a2, 'b' => $b2]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/themes/theme2/
Dblocks.html.twig3 {% block b2 %}block from theme 2{% endblock %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/themes/theme1/
Dblocks.html.twig3 {% block b2 %}block from theme 1{% endblock %}
/plugin/datatables/assets/datatables.net-buttons/css/
Dmixins.scss140 &.dtb-b2,
150 &.dtb-b2 .dt-button {
Dbuttons.foundation.min.css1b2>:last-child,div.dt-buttons.button-group.columns.dtb-b1>:last-child{justify-content:space-betwee…
Dbuttons.jqueryui.css338 div.dt-button-collection.columns.dtb-b3 > :last-child, div.dt-button-collection.columns.dtb-b2 > :l…
344 div.dt-button-collection.columns.dtb-b2 .dt-button {
Dbuttons.foundation.css264 …roup.columns.dtb-b3 > :last-child, div.dt-buttons.button-group.columns.dtb-b2 > :last-child, div.d…
270 div.dt-buttons.button-group.columns.dtb-b2 .dt-button {
Dbuttons.jqueryui.min.css1b2>:last-child,div.dt-button-collection.columns.dtb-b1>:last-child{justify-content:space-between}d…
/plugin/botmon/config/
H A Ddefault-whitelist.txt339 2001:4860:4801:00b2:: 2001:4860:4801:00b2:FFFF:FFFF:FFFF:FFFF 64
/plugin/dokucrypt3/
H A Dcrypto_low-level.js1617 var s = "", i = 0, b1, b2;
1625 b2 = utf8.charCodeAt(i + 1);
1626 s += String.fromCharCode(((b1 & 0x1F) << 6) | (b2 & 0x3F));
1629 b2 = utf8.charCodeAt(i + 1);
1632 ((b2 & 0x3F) << 6) | (b3 & 0x3F));
/plugin/html2pdf/html2pdf/html2ps/fpdf/
Dfpdf.php2235 $b2='LR';
2239 $b2='';
2241 $b2.='L';
2243 $b2.='R';
2244 $b=(strpos($border,'T')!==false) ? $b2.'T' : $b2;
2273 $b=$b2;
2313 $b=$b2;
/plugin/dokucrypt/
Dscript.js2044 var s = "", i = 0, b1, b2;
2052 b2 = utf8.charCodeAt(i + 1);
2053 s += String.fromCharCode(((b1 & 0x1F) << 6) | (b2 & 0x3F));
2056 b2 = utf8.charCodeAt(i + 1);
2059 ((b2 & 0x3F) << 6) | (b3 & 0x3F));
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DQRcode.php2348 $b2 = $this->eccTable[$version][$level][1];
2351 if ($b2 == 0) {
2359 $spec[1] = (int)($data / ($b1 + $b2));
2360 $spec[2] = (int)($ecc / ($b1 + $b2));
2361 $spec[3] = $b2;
/plugin/dokucrypt2/
Dscript.js2116 var s = "", i = 0, b1, b2;
2124 b2 = utf8.charCodeAt(i + 1);
2125 s += String.fromCharCode(((b1 & 0x1F) << 6) | (b2 & 0x3F));
2128 b2 = utf8.charCodeAt(i + 1);
2131 ((b2 & 0x3F) << 6) | (b3 & 0x3F));
/plugin/sphinxsearch-was/
H A Dsphinx.conf22 … U+1aa..U+1ab, U+1ac..U+1ad/2, U+1ae->U+288, U+1af..U+1b0/2, U+1b1..U+1b2->U+28a..U+28b, U+1b…

1234