Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 25 of 59) sorted by path

123

/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js4031 function bardiv(so){var s,s1,s2,t1,t2,i
4033 if(!t[3]){t1=t[1]+t[2]
4034 t2='['}else if(!t[1]){t1=t[2][0]=='['?t[2].slice(1):t[2]
4036 t1=t[1]+'|'+t[2].slice(0,i)
4050 s1.bar_type=t1
/plugin/advrack/
H A Draphael.js1597 var t1 = 1 - t,
1828 if (t1 >= 0 && t1 <= 1.001 && t2 >= 0 && t2 <= 1.001) {
1835 t1: mmin(t1, 1),
2308 … x: pow(t1, 3) * p1x + pow(t1, 2) * 3 * t * c1x + t1 * 3 * t * t * c2x + pow(t, 3) * p2x,
2309 … y: pow(t1, 3) * p1y + pow(t1, 2) * 3 * t * c1y + t1 * 3 * t * t * c2y + pow(t, 3) * p2y
2321 abs(t1) > "1e12" && (t1 = .5);
2323 if (t1 > 0 && t1 < 1) {
2338 abs(t1) > "1e12" && (t1 = .5);
2340 if (t1 > 0 && t1 < 1) {
2703 t1 = R.parseTransformString(t1) || [];
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js2866 var t1, t2, start = Number( new Date() );
2872 clearTimeout( t1 );
2880 t1 = setInterval( function() {
2883 clearTimeout( t1 );
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js1065 a, b, c, t, t1, t2, b2ac, sqrtb2ac;
1093 t1 = (-b + sqrtb2ac) / (2 * a);
1094 if (0 < t1 && t1 < 1) {
1095 tvalues.push(t1);
H A Dfabric.min.js1t1,t2,b2ac,sqrtb2ac;b=6*x0-12*x1+6*x2;a=-3*x0+9*x1-9*x2+3*x3;c=3*x1-3*x0;for(var i=0;i<2;++i){if(i…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1t1,\n\t\t\t12,\n\t\t\t21,\n\t\t\t0,\n\t\t\t0,\n\t\t\t0,\n\t\t\t0,\n\t\t\t0,\n\t\t\t0,\n\t\t\t0,\n\…
/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/Crypt/
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,
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 …]
/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/barcodes/vendor/jucksearm/php-barcode/lib/
H A DPDF417.php782 $t1 = ($d + $ecw[$eclmaxid]) % 929;
784 $t2 = ($t1 * $ecc[$j]) % 929;
788 $t2 = ($t1 * $ecc[0]) % 929;
/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/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/callflow/
H A Draphael.js1597 var t1 = 1 - t,
1828 if (t1 >= 0 && t1 <= 1 && t2 >= 0 && t2 <= 1) {
1835 t1: t1,
2308 … x: pow(t1, 3) * p1x + pow(t1, 2) * 3 * t * c1x + t1 * 3 * t * t * c2x + pow(t, 3) * p2x,
2309 … y: pow(t1, 3) * p1y + pow(t1, 2) * 3 * t * c1y + t1 * 3 * t * t * c2y + pow(t, 3) * p2y
2321 abs(t1) > "1e12" && (t1 = .5);
2323 if (t1 > 0 && t1 < 1) {
2338 abs(t1) > "1e12" && (t1 = .5);
2340 if (t1 > 0 && t1 < 1) {
2703 t1 = R.parseTransformString(t1) || [];
[all …]
/plugin/chordsheets/js/
H A Draphael.js1 …[C]))*(b.t-m.t);A>=0&&A<=1.001&&T>=0&&T<=1.001&&(i?p++:p.push({x:S.x,y:S.y,t1:k(A,1),t2:k(T,1)}))}…
/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/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/dirtylittlehelper/mermaid/editor/docs/
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 …
H A D2.2.js.map1t1, t2, hue) {\n while (hue < 0) {\n hue += 6;\n }\n …
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…

123