Home
last modified time | relevance | path

Searched refs:b0 (Results 1 – 25 of 32) sorted by relevance

12

/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
DBase64.php78 $b0 = $chunk[1];
83 static::encode6Bits( $b0 >> 2 ) .
84 static::encode6Bits((($b0 << 4) | ($b1 >> 4)) & 63) .
92 $b0 = $chunk[1];
96 static::encode6Bits($b0 >> 2) .
97 static::encode6Bits((($b0 << 4) | ($b1 >> 4)) & 63) .
104 static::encode6Bits( $b0 >> 2) .
105 static::encode6Bits(($b0 << 4) & 63);
DBase32.php402 $b0 = $chunk[1];
408 static::$method( ($b0 >> 3) & 31) .
409 static::$method((($b0 << 2) | ($b1 >> 6)) & 31) .
421 $b0 = $chunk[1];
427 static::$method( ($b0 >> 3) & 31) .
428 static::$method((($b0 << 2) | ($b1 >> 6)) & 31) .
441 static::$method( ($b0 >> 3) & 31) .
442 static::$method((($b0 << 2) | ($b1 >> 6)) & 31) .
452 static::$method( ($b0 >> 3) & 31) .
453 static::$method((($b0 << 2) | ($b1 >> 6)) & 31) .
[all …]
/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
78 const bluntB = selectedCoeffs.blunt.b0 +
82 const penB = selectedCoeffs.penetrating.b0 +
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
DKoblitzPrime.php294 $b0 = $c;
305 $rhs = $a0->multiply($a0)->add($b0->multiply($b0));
309 $b2 = $b0->negate();
/plugin/diagramsnet/lib/img/lib/atlassian/
DClover_Logo.svg1 …Units="userSpaceOnUse" y2="31.22" id="A"><stop offset="0" stop-color="#0049b0"/><stop offset="1" s…
/plugin/botmon/config/
H A Ddefault-whitelist.txt337 2001:4860:4801:00b0:: 2001:4860:4801:00b0:FFFF:FFFF:FFFF:FFFF 64
/plugin/sphinxsearch-was/
H A Dsphinx.conf22 …, U+1a9->U+283, U+1aa..U+1ab, U+1ac..U+1ad/2, U+1ae->U+288, U+1af..U+1b0/2, U+1b1..U+1b2->U+…
/plugin/sphinxsearch/
Dsphinx.conf24 …, U+1a9->U+283, U+1aa..U+1ab, U+1ac..U+1ad/2, U+1ae->U+288, U+1af..U+1b0/2, U+1b1..U+1b2->U+…
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
Dmsword.js.unc153 if(ar[j]. match(/L_\d+>[a-b0-9]/)) {
/plugin/yuriigantt/3rd/dhtmlxgantt/skins/
Ddhtmlxgantt_terrace.css1 …olute;box-sizing:border-box;background-color:#3db9d3;border:1px solid #2898b0;-webkit-user-select:…
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.css1 …olute;box-sizing:border-box;background-color:#3db9d3;border:1px solid #2898b0;-webkit-user-select:…
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js11814 var b0 = this.getByte();
11817 if (b0 === -1 || b1 === -1) {
11821 return (b0 << 8) + b1;
11826 var b0 = this.getByte();
11830 return (b0 << 24) + (b1 << 16) + (b2 << 8) + b3;
17152 var b0 = this.getByte();
17155 if (b0 === -1 || b1 === -1) {
17159 return (b0 << 8) + b1;
17162 var b0 = this.getByte();
17166 return (b0 << 24) + (b1 << 16) + (b2 << 8) + b3;
[all …]
Dpdf.js14728 function composeSMaskBackdrop(bytes, r0, g0, b0) {
14737 bytes[i - 1] = b0;
14742 bytes[i - 1] = bytes[i - 1] * alpha + b0 * alpha_ >> 8;
14770 var b0 = hasBackdrop ? backdrop[2] : 0;
14788 composeSMaskBackdrop(maskData.data, r0, g0, b0);
Dpdf.worker.js.map1b0","getBytes","forceClamped","strEnd","subarray","peekedByte","peekBytes","getByteRange","skip","…
Dpdf.js.map1b0","maskData","transferMap","layerData","y","hasBackdrop","backdrop","subtype","composeFn","PIXEL…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.css685 border: 1px solid #2898b0;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
Ddhtmlxgantt_terrace.css685 border: 1px solid #2898b0;
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/dokuprism/prism/
Dprism.js52 …,boolean:/\b(?:False|True)\b/i,"class-name":/\b[A-Z][\dA-Z_]*\b/,number:[/\b0[xcb][\da-f](?:_*[\da…
64 …ruct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i…
/plugin/combo/resources/library/bootstrap/5.0.1/
H A Dbootstrap.simplex.min.css12 …ff;background-color:#0283b0;border-color:#027ba6}.btn-check:focus+.btn-info,.btn-info:focus{color:…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php17792 $b0 = $y0 + ($ry * sin($t1));
17806 $s .= sprintf('%.3F %.3F m ', $a0, $b0);
17808 …$s .= sprintf('%.3F %.3F %.3F %.3F %.3F %.3F c ', ($a0 + ($c0 * $dtm)), ($b0 + ($d0 * $dtm)), ($a1…
17812 $b0 = $b1;
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js30492 var b0 = b[0] | 0;
30493 var bl0 = b0 & 0x1fff;
30494 var bh0 = b0 >>> 13;
34176 var b0 = b[0] | 0;
34177 var bl0 = b0 & 0x1fff;
34178 var bh0 = b0 >>> 13;
46674 var b0; // First vector
46694 b0 = x1;
46717 b2 = b0;
/plugin/codemirror/dist/
Dstyles.min.css1 …,#dokuwiki__content div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}form#dw__editform di…
/plugin/dirtylittlehelper/script/
Dmermaid.min.js.map1b0","b1","polygonInside","cleanInside","ax","ay","cache","cacheStream","lengthSum","lengthStream",…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js64698 var b0 = flag - 20;
64700 dx = withSign(flag, 1 + (b0 & 0x30) + (b1 >> 4));
64701 dy = withSign(flag >> 1, 1 + ((b0 & 0x0c) << 2) + (b1 & 0x0f));
64703 var b0 = flag - 84;
64704 dx = withSign(flag, 1 + (b0 / 12 << 8) + glyphs.readUInt8());
64705 dy = withSign(flag >> 1, 1 + (b0 % 12 >> 2 << 8) + glyphs.readUInt8());

12