Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 25 of 59) sorted by last modified time

123

/plugin/mermaid/
H A Dmermaid.min.js1571 */var JF=function(g,x){this.recycle(g,x)};function Dk(){return!1}function WE(){return!0}JF.prototype={instanceString:function(){return"event"},recycle:function(g,x){if(this global() property in AnonymousFunction3478d9c71c3000.z.Mt.ve
[all...]
/plugin/tagging/
H A Dstyle.less38 li.t1 {
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js8110 _iteratorError = _context.t1;
36714 var t0, t1, t2, t3;
36723 s1 = t1;
36733 t1 = t1 >>> 0;
36736 return [t0, t1, t2, t3];
47145 var t1 = jx.redMul(jyd2);
47146 var nx = c.redSqr().redISub(t1.redAdd(t1));
47147 var t2 = t1.redISub(nx);
47303 var t1 = jxd4.redMul(jy2);
47304 var nx = c.redSqr().redISub(t1.redAdd(t1));
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php4248 $t1 = (-$b + sqrt($b2ac)) / (2 * $a);
4250 if ($t1 > 0 && $t1 < 1) {
4251 $bounds[$i][] = (pow((1 - $t1), 3) * $P0[$i] + 3 * pow((1 - $t1), 2) * $t1 * $P1[$i] + 3 * (1 - $t1) * pow($t1, 2) * $P2[$i] + pow($t1, 3) * $P3[$i]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php17790 $t1 = $astart;
17791 $a0 = $x0 + ($rx * cos($t1));
17792 $b0 = $y0 + ($ry * sin($t1));
17793 $c0 = -$rx * sin($t1);
17794 $d0 = $ry * cos($t1);
17799 $t1 = ($i * $dt) + $astart;
17800 $a1 = $x0 + ($rx * cos($t1));
17801 $b1 = $y0 + ($ry * sin($t1));
17802 $c1 = -$rx * sin($t1);
17803 $d1 = $ry * cos($t1);
[all...]
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js7 …/(g[x]-y[x]))*(g.t-y.t);E>=0&&E<=1&&w>=0&&w<=1&&(n?l++:l.push({x:_.x,y:_.y,t1:E,t2:w}))}}return l}…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js7 …/(y[b]-g[b]))*(y.t-g.t);w>=0&&w<=1&&C>=0&&C<=1&&(n?l++:l.push({x:x.x,y:x.y,t1:w,t2:C}))}}return l}…
/plugin/orphanmedia2/
H A Dsyntax.php777 $t1 = substr($page, $y_pos);
778 $t1 = substr(str_replace( ".txt" , "" , $t1 ) , 5, 9999);
780 if(!$conf['useslash']) $t2 = str_replace("/", ":", $t1);
781 else $t2 = $t1;
784 $t1 = $t2 . '" title="' . $t1 . '" rel="nofollow">' . $t1 . '</a>';
790 ' <td>' . $t1 . "</td><td>" . $m_link . '</td>'.
/plugin/dokucrypt2/
H A Dscript.js1420 var t1 = a - 0x80000000;
1422 if (t1 >= 0) {
1424 return ((t1 & t2) + 0x80000000);
1426 return (t1 & b);
1440 var t1 = a - 0x80000000;
1442 if (t1 >= 0) {
1444 return ((t1 | t2) + 0x80000000);
1446 return ((t1 | b) + 0x80000000);
1460 var t1 = a - 0x80000000;
1462 if (t1 >
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DTwofish.php624 $t1 = $S0[($R1 >> 24) & 0xff] ^
628 $R2 ^= self::safe_intval($t0 + $t1 + $K[++$ki]);
630 … $R3 = ((($R3 >> 31) & 1) | ($R3 << 1)) ^ self::safe_intval($t0 + ($t1 << 1) + $K[++$ki]);
636 $t1 = $S0[($R3 >> 24) & 0xff] ^
640 $R0 ^= self::safe_intval($t0 + $t1 + $K[++$ki]);
680 $t1 = $S0[$R1 >> 24 & 0xff] ^
684 $R3 ^= self::safe_intval($t0 + ($t1 << 1) + $K[--$ki]);
686 $R2 = ($R2 >> 31 & 0x1 | $R2 << 1) ^ self::safe_intval($t0 + $t1 + $K[--$ki]);
692 $t1 = $S0[$R3 >> 24 & 0xff] ^
696 $R1 ^= self::safe_intval($t0 + ($t1 << 1) + $K[--$ki]);
[all …]
H A DHash.php1444 $t1 = $h->add($s1);
1445 $t1 = $t1->add($ch);
1446 $t1 = $t1->add($k[$i]);
1447 $t1 = $t1->add($w[$i]);
1452 $e = $d->add($t1);
1456 $a = $t1->add($t2);
H A DRC2.php351 * @param int|boolean $t1 optional Effective key length in bits.
354 public function setKey($key, $t1 = false) argument
358 if ($t1 === false) {
359 $t1 = $this->default_key_length;
362 if ($t1 < 1 || $t1 > 1024) {
366 $this->current_key_length = $t1;
381 $t8 = ($t1 + 7) >> 3;
382 $tm = 0xFF >> (8 * $t8 - $t1);
H A DRijndael.php338 $t1 = $tables[1];
374 $t1[$state[$j] >> 16 & 0x000000FF] ^
720 $t1[] = (($t3i << 16) & 0xFFFF0000) | (($t3i >> 16) & 0x0000FFFF);
727 $t1,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php264 list($x1, $y1, $z1, $t1) = $p;
314 list($x1, $y1, $z1, $t1) = $p;
319 $c = $t1->multiply($this->two)->multiply($this->d)->multiply($t2);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBinaryField.php91 $t1 = $j ? substr($c, 0, -$j) : $c;
92 $length = strlen($t1);
95 $temp = $t1 ^ $t2;
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js3358 var t1 = 1 - t,
3359 t13 = pow(t1, 3),
3360 t12 = pow(t1, 2),
3409 var t1 = -3 * p1 + 9 * p2 - 9 * p3 + 3 * p4,
3410 t2 = t * t1 + 6 * p1 - 12 * p2 + 6 * p3;
3538 if (t1 >= 0 && t1 <= 1 && t2 >= 0 && t2 <= 1) {
3546 t1: t1,
3895 a, b, c, t, t1, t2, b2ac, sqrtb2ac;
3931 t1 = (-b + sqrtb2ac) / (2 * a);
3933 if (0 < t1 && t1 < 1) {
[all …]
H A Dbpmn-modeler.production.min.js7 …/(g[x]-y[x]))*(g.t-y.t);E>=0&&E<=1&&w>=0&&w<=1&&(n?u++:u.push({x:_.x,y:_.y,t1:E,t2:w}))}}return u}…
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js1t1:g,t2:h}}function m(a,b){var c=n(b,a);return{t1:c.t2,t2:c.t1}}function n(a,b){return l(a,b,j,k,e…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/textmodule/
H A Daction.php47 $t1 = trim($m[$c]);
48 $t2 = $t1;
50 $t1 = trim(substr($m[$c],0,$n));
54 … $r .= '<a class="plugin_textmodule_link" onclick="textmodule_snippet(\''.$t2.'\')">'.$t1.'</a> ';
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1t1 = 6 / 29,\n t2 = 3 * t1 * t1,\n t3 = t1 * t1 * t1;\n\nfunction labConvert(o) {\n if (o i…
H A Deditor.worker.js.map1t1 = Date.now();\n const pos = column - 1 - textOffset;\n let prevRegexIndex = -1;\n let …
H A Djson.worker.js.map1t1 = Date.now();\n const pos = column - 1 - textOffset;\n let prevRegexIndex = -1;\n let …
H A D2.2.js24020 var hueToRgb = function (t1, t2, hue) { argument
24028 return (t2 - t1) * hue + t1;
24034 return (t2 - t1) * (4 - hue) + t1;
24036 return t1;
24039 var t1 = light * 2 - t2;
24040 …return { red: hueToRgb(t1, t2, hue + 2), green: hueToRgb(t1, t2, hue), blue: hueToRgb(t1, t2, hue …

123