| /plugin/diagramsnet/lib/shapes/ |
| D | mxC4.js | 180 var r2 = 3; 188 c.moveTo(ins, ins + r2); 189 c.arcTo(r2, r2, 0, 0, 1, ins + r2, ins); 190 c.lineTo(w - 3 * h2 - 4 * ins - r2, ins); 191 c.arcTo(r2, r2, 0, 0, 1, w - 3 * h2 - 4 * ins, ins + r2); 192 c.lineTo(w - 3 * h2 - 4 * ins, ins + h2 - r2); 193 c.arcTo(r2, r2, 0, 0, 1, w - 3 * h2 - 4 * ins - r2, ins + h2); 194 c.lineTo(ins + r2, ins + h2); 195 c.arcTo(r2, r2, 0, 0, 1, ins, ins + h2 - r2); 198 c.moveTo(w - 3 * h2 - 3 * ins, ins + r2); [all …]
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| D | RC2.php | 462 list($r0, $r1, $r2, $r3) = array_values(unpack('v*', $in)); 470 $r0 = (($r0 + $keys[$j++] + ((($r1 ^ $r2) & $r3) ^ $r1)) & 0xFFFF) << 1; 472 $r1 = (($r1 + $keys[$j++] + ((($r2 ^ $r3) & $r0) ^ $r2)) & 0xFFFF) << 2; 474 $r2 = (($r2 + $keys[$j++] + ((($r3 ^ $r0) & $r1) ^ $r3)) & 0xFFFF) << 3; 475 $r2 |= $r2 >> 16; 476 $r3 = (($r3 + $keys[$j++] + ((($r0 ^ $r1) & $r2) ^ $r0)) & 0xFFFF) << 5; 487 $r2 += $keys[$r1 & 0x3F]; 488 $r3 += $keys[$r2 & 0x3F]; 493 return pack('vvvv', $r0, $r1, $r2, $r3); 507 list($r0, $r1, $r2, $r3) = array_values(unpack('v*', $in)); [all …]
|
| D | Salsa20.php | 416 $r2 = ($x & 0xFFFFFFFF) >> (32 - $n); 418 $r2 = $x >> (32 - $n); 419 $r2 &= (1 << $n) - 1; 421 return $r1 | $r2;
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | css.rules.inc.php | 53 function cmp_rules($r1, $r2) { argument 55 $b = css_selector_specificity($r2[0]); 63 return $r1[3] < $r2[3] ? -1 : 1; 66 function cmp_rule_objs($r1, $r2) { argument 68 $b = $r2->get_specificity(); 76 return $r1->get_order() < $r2->get_order() ? -1 : 1;
|
| /plugin/fckg/fckeditor/editor/plugins/range/ |
| D | fckplugin.js | 338 for(var ii=0, r2; ii<candidates.length; ii++) { 339 r2=createRangeFromElement(candidates[ii]); 340 if(r2 && rangeContact(rng, r2)) 372 function rangeContact(r1, r2) { argument 392 r2[p.method](p.StartToStart, r1)==1 && 393 r2[p.method](p.EndToEnd, r1)==1 && 394 r2[p.method](p.StartToEnd, r1)==1 && 395 r2[p.method](p.EndToStart, r1)==1 397 r2[p.method](p.StartToStart, r1)==-1 && 398 r2[p.method](p.EndToEnd, r1)==-1 && [all …]
|
| /plugin/structgantt/meta/ |
| D | Gantt.php | 295 $r2 = $this->listDays($start, $end); 298 …while ($r1 && ($this->intervalFormat(end($r1), 'comp') >= $this->intervalFormat($r2[0], 'comp'))) { 301 …while ($r3 && ($this->intervalFormat($r3[0], 'comp') <= $this->intervalFormat(end($r2), 'comp'))) { 306 $r2 = 0; 322 if ($r2) { 324 $this->renderer->doc .= '<td colspan="' . count($r2) . '" class="task" ' . $style . '>';
|
| /plugin/wideredit/ |
| D | script.js | 44 function newRange(r1, r2) { argument 46 const [r2min, r2max] = r2.split('-');
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/ |
| D | ColorTable.php | 69 $r2 = ($this->m_arColors[$i] & 0x000000FF); 72 $d = abs($r2 - $r1) + abs($g2 - $g1) + abs($b2 - $b1);
|
| /plugin/aclplusregex/_test/conf/ |
| D | aclplusregex.conf | 23 reg:$1:sub-(\d{3}):sub @(\d{5})-doku-bus-sub-r2 16 24 reg:$1:sub-(\d{3}):* @(\d{5})-doku-bus-sub-r2 2
|
| /plugin/rater/ |
| D | syntax.php | 204 $r1 = '0'; $r2 = '0'; $r3 = '0'; $r4 = '0'; $r5 = '0'; 211 $r2 += $tmp_array[0][2]; 243 …rater/img/2star.gif?w=40&" alt="2 Stars" width="40" align="left" /> '.$r2.' visitor votes<br /… 777 if ($d[0] === '2' ){$r2 = $r2 + 1;} 785 $tmp_array[] = array($rater_rating,$r1,$r2,$r3,$r4,$r5,$rater_votes,$rater_sum); 805 if ($d[0] === '2' ){$r2++;$who2 .= $d[1]."<br />";} 808 if (!$r2) { $r2='0'; $who2 = ''; } 809 $rater_rating=$r1." : ".$r2; 812 $tmp_array[] = array($rater_votes, $r1, $who1, $r2, $who2, $rater_sum);
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/ |
| D | Barrett.php | 178 $r2 = substr(bcmul($temp, $n), -$n_length - 1); 179 $result = bcsub($r1, $r2);
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/ |
| D | PublicKey.php | 113 $r2 = hash_equals($em, $em3); 117 $r2 = false; 125 return $r1 || $r2;
|
| /plugin/advrack/ |
| D | script.js | 20 Raphael.fn.roundedRectangle = function (x, y, w, h, r1, r2, r3, r4){ argument 23 array = array.concat(["L",x+w-r2,y, "Q",x+w,y, x+w,y+r2]); //B
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | DirectWrite.php | 486 $r2 = $r1 + $width; //$r1 + 80; 494 if (($r1 + $sz) > $r2) { 509 $this->mpdf->RoundedRect($r1, $y1, $r2 - $r1, $y2, $radius, $style); 511 …$this->mpdf->Cell($r2 - $r1, $y2, $text, 0, 1, 'C', 0, '', 0, 0, 0, 'M', 0, false, $OTLdata, $text…
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
| D | theme.js | 101 var r2 = clamp(Math.random(), 0.2, 0.8); 112 x: (x2 - x1) * r2 + x1 - xfactor, 113 y: (y2 - y1) * r2 + y1 - yfactor
|
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | pathname.js | 273 …var $a, $b, self = this, prefix2 = nil, index_list2 = nil, basename_list2 = nil, r2 = nil, basenam… 279 while ($truthy((r2 = self.$chop_basename(prefix2)))) { 281 …$b = r2, $a = $to_ary($b), (prefix2 = ($a[0] == null ? nil : $a[0])), (basename2 = ($a[1] == null …
|
| /plugin/securelogin/ |
| D | rsalib.js | 647 var r = nbi(), r2 = nbi(), g = z.convert(this), i = nbits(e) - 1; 650 z.sqrTo(r, r2); 652 z.mulTo(r2, g, r); 655 r = r2; 656 r2 = t;
|
| /plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
| D | shCore.js | 517 … var r2 = copy(regex, "g" + (sticky && hasNativeY ? "y" : ""), (sticky === false ? "y" : "")), 519 r2.lastIndex = pos = pos || 0; 520 match = fixed.exec.call(r2, str); // Fixed `exec` required for `lastIndex` fix, etc. 525 regex.lastIndex = match ? r2.lastIndex : 0; 913 var match, name, r2, origLastIndex, i; 922 r2 = new RegExp(this.source, nativ.replace.call(getNativeFlags(this), "g", "")); 925 nativ.replace.call(String(str).slice(match.index), r2, function () {
|
| /plugin/codemirror/dist/modes/ |
| D | gas.min.js | 1 …"}function h(a){d="@";e.syntax="builtin";f.r0="variable";f.r1="variable";f.r2="variable";f.r3="var…
|
| /plugin/syntaxhighlighter4/dist/ |
| D | syntaxhighlighter.js | 1326 r2; 1336 r2 = regex[REGEX_DATA][cacheKey] || (regex[REGEX_DATA][cacheKey] = copyRegex(regex, { 1343 r2.lastIndex = pos = pos || 0; 1346 match = fixed.exec.call(r2, str); 1353 regex.lastIndex = match ? r2.lastIndex : 0; 1515 r2; 1520 r2 = regex[REGEX_DATA][cacheKey] || (regex[REGEX_DATA][cacheKey] = copyRegex(regex, { 1527 result = nativ.match.call(toObject(str), r2); 1884 r2, 1892 r2 = copyRegex(this, { [all …]
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/ |
| D | sequence-diagram-snap.js | 904 var r2 = clamp(Math.random(), 0.2, 0.8); 915 x: (x2 - x1) * r2 + x1 - xfactor, 916 y: (y2 - y1) * r2 + y1 - yfactor
|
| D | sequence-diagram-raphael.js | 904 var r2 = clamp(Math.random(), 0.2, 0.8); 915 x: (x2 - x1) * r2 + x1 - xfactor, 916 y: (y2 - y1) * r2 + y1 - yfactor
|
| D | sequence-diagram-snap-min.js | 6 …r2=clamp(Math.random(),.2,.8),xfactor=Math.random()>.5?factor:-factor,yfactor=Math.random()>.5?fac…
|
| D | sequence-diagram.js | 904 var r2 = clamp(Math.random(), 0.2, 0.8); 915 x: (x2 - x1) * r2 + x1 - xfactor, 916 y: (y2 - y1) * r2 + y1 - yfactor
|
| /plugin/photogallery/phpThumb/ |
| D | phpthumb.gif.php | 458 $r2 = ($this->m_arColors[$i] & 0x000000FF); 461 $d = abs($r2 - $r1) + abs($g2 - $g1) + abs($b2 - $b1);
|