Home
last modified time | relevance | path

Searched refs:c2 (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
DDecToAlpha.php16 $c2 = $c3 = '';
21 $c2 = 65 + floor((($valor - 703) % 676) / 26);
25 $c2 = (64 + ($valor % 26));
26 if ($c2 === 64) {
27 $c2 += 26;
33 if ($c2 !== '') {
34 $alpha .= chr($c2);
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
DBase32.php239 $c2 = static::$method($chunk[3]);
254 (($c1 << 6) | ($c2 << 1) | ($c3 >> 4)) & 0xff,
259 $err |= ($c0 | $c1 | $c2 | $c3 | $c4 | $c5 | $c6 | $c7) >> 8;
272 $c2 = static::$method($chunk[3]);
285 (($c1 << 6) | ($c2 << 1) | ($c3 >> 4)) & 0xff,
289 $err |= ($c0 | $c1 | $c2 | $c3 | $c4 | $c5 | $c6) >> 8;
294 $c2 = static::$method($chunk[3]);
305 (($c1 << 6) | ($c2 << 1) | ($c3 >> 4)) & 0xff,
309 $err |= ($c0 | $c1 | $c2 | $c3 | $c4 | $c5) >> 8;
314 $c2 = static::$method($chunk[3]);
[all …]
DBase64.php166 $c2 = static::decode6Bits($chunk[3]);
172 ((($c1 << 4) | ($c2 >> 2)) & 0xff),
173 ((($c2 << 6) | $c3 ) & 0xff)
175 $err |= ($c0 | $c1 | $c2 | $c3) >> 8;
185 $c2 = static::decode6Bits($chunk[3]);
189 ((($c1 << 4) | ($c2 >> 2)) & 0xff)
191 $err |= ($c0 | $c1 | $c2) >> 8;
/plugin/diagramsnet/lib/img/lib/mscae/
DElastic_Database_Pools.svg1c2.8 0 5-.8 5-1.8v-9.7h-5z" fill="#7fba00"/><path d="M12 20.4v11.5c2.8 0 5-.8 5-1.8v-9.7h-5z" fill…
DStream_Analytics.svg1c2.5-1.4 5.1-2 7.9-2 3.9.2 7.5 1.6 10.3 4.2.6.5 1.2.9 1.9 1.6.3.3.6.8.8 1.1 1.9 3.3 1.1 7.5-2 10-2…
DKubernetes.svg1c2.577.838 5.39 1.27 7.68 4.66 4.1 7.002 6.902 15.286 10.316 25.292 1.5 4.722 2.24 8.905 4.37 13.7…
DLogic_Apps.svg1c2.3-.6 3.9-2.4 3.9-4.4z" fill="#59b4d9"/><path d="M19.6 31.3v-4.6c0-1.1-.9-2-2-2H13c-1.1 0-2 .9-2…
/plugin/diagramsnet/lib/img/lib/allied_telesis/computer_and_terminals/
DSmartphone.svg1c2.4 1.4 4.3 5 4.4 7.9l-5.1 3c0-2.9-2-6.4-4.4-7.9" stroke-linecap="round"/><path d="M22.3 14.8c2.4…
/plugin/translation/flags/
Dar.svg1c2 7.4 2.7 14 3.7 21.5.3 10.1-5.8 4.4-5.5-.7a45 45 0 0 0-.3-19.4c-1-2.6-2.1-3.2-4.6-2.8-1.9 0-6.8 …
Dmt.svg1c2.1 2.2.4 7.5-4 11.9s-9.6 6-11.8 4c-2.2-2.3-.4-7.6 4-12s9.6-6 11.8-3.9z"/><path fill="gray" d="M9…
/plugin/cloud/
Dstyle.less32 @c2: #9E0028;
33 .dokuwiki div.cloud a.cloud1_tag2 { font-size: @f1; color: desaturate(lighten(@c2, 4 * @l), 4 * @d)…
34 .dokuwiki div.cloud a.cloud2_tag2 { font-size: @f2; color: desaturate(lighten(@c2, 3 * @l), 3 * @d)…
35 .dokuwiki div.cloud a.cloud3_tag2 { font-size: @f3; color: desaturate(lighten(@c2, 2 * @l), 2 * @d)…
36 .dokuwiki div.cloud a.cloud4_tag2 { font-size: @f4; color: desaturate(lighten(@c2, 1 * @l), 1 * @d)…
37 .dokuwiki div.cloud a.cloud5_tag2 { font-size: @f5; color: @c2; }
/plugin/asciidocjs/node_modules/core-js/modules/
Des6.number.to-fixed.js14 var c2 = c;
16 c2 += n * data[i];
17 data[i] = c2 % 1e7;
18 c2 = floor(c2 / 1e7);
/plugin/asciidocjs/node_modules/core-js/library/modules/
Des6.number.to-fixed.js14 var c2 = c;
16 c2 += n * data[i];
17 data[i] = c2 % 1e7;
18 c2 = floor(c2 / 1e7);
/plugin/authwordpress/
H A Dclass-phpass.php200 $c2 = ord($input[$i++]);
201 $c1 |= $c2 >> 4;
203 $c1 = ($c2 & 0x0f) << 2;
205 $c2 = ord($input[$i++]);
206 $c1 |= $c2 >> 6;
208 $output .= $itoa64[$c2 & 0x3f];
/plugin/diagramsnet/lib/js/deflate/
Dbase64.js124 var c = c1 = c2 = 0;
135 c2 = utftext.charCodeAt(i+1);
136 string += String.fromCharCode(((c & 31) << 6) | (c2 & 63));
140 c2 = utftext.charCodeAt(i+1);
142 string += String.fromCharCode(((c & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63));
/plugin/diagramsnet/lib/img/lib/allied_telesis/wireless/
DAccess_Point_Indoor.svg1c2.513 1.5 3.97 4.18 3.974 7.21l-9.352 5.427c-.002-3.03-2.04-6.7-4.555-8.22z"/><path d="M45.362 30…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/
Dwith_extends.test11 {% block c2 %}
27 {% block c2 %}
37 {% block c2 %}
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DShadowBorder.java83 private static Color average(Color c1, Color c2) in average() argument
85 int red = c1.getRed() + (c2.getRed() - c1.getRed()) / 2; in average()
86 int green = c1.getGreen() + (c2.getGreen() - c1.getGreen()) / 2; in average()
87 int blue = c1.getBlue() + (c2.getBlue() - c1.getBlue()) / 2; in average()
/plugin/diagramsnet/lib/img/lib/ibm/data/
Denterprise_data.svg1c2.5-.8 5.1-1.2 7.8-1.2 2.6 0 5.2.4 7.7 1.3l.3.1v20.8zM32.4 16.9v18.9c2.3-.7 4.7-1 7.2-1 2.4 0 4.7…
/plugin/diagramsnet/lib/img/lib/ibm/vpc/
DMarketplace.svg1c2.067 0 3.902-.288 5.365-1.375s2.334-2.876 2.713-5.295a1.276 1.276 0 0 0 .002-.018l2.277-15.965a1…
/plugin/diagramsnet/lib/img/lib/active_directory/
Dfax.svg1c2.538 5.374 2.292 9.822.158 15.264-1.424 3.453-4.393 5.647-7.94 6.912-3.536 1.262-7.576 1.487-10.…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
DKoblitzPrime.php120 $c2 = $v1['b']->negate()->multiply($k);
121 list($c2, $r) = $c2->divide($this->order);
123 $c2 = $c2->add($one);
127 $p2 = $c2->multiply($v2['a']);
129 $q2 = $c2->multiply($v2['b']);
/plugin/diagramsnet/lib/img/lib/ibm/social/
Dnetworking.svg1c2.2 0 4.1-1.8 4.1-4.1S32 3 29.8 3zm3.8 42.3h-7.3a1.79 1.79 0 0 0-1.8 1.8v1.8l11 .1v-1.8c0-1.1-.9-…
/plugin/loglog/
Dadmin.svg1 …ght="24" viewBox="0 0 24 24"><path d="M16 9c2.33 0 7 1.17 7 3.5V15h-6v-2.5c0-1.5-.81-2.61-1.96-3.4…
/plugin/socialite/images/
Dpinterest.svg6c2-6 1-7-2-12-9-11-15-24-15-43 0-56 41-106 108-106 60 0 92 37 92 85 0 64-28 116-70 116-23 0-40-18-…

12345678910>>...12