Home
last modified time | relevance | path

Searched refs:x3 (Results 1 – 25 of 89) sorted by relevance

1234

/plugin/translation/lang/
H A Dflags.txt16 be https://flagicons.lipis.dev/flags/4x3/by.svg
17 bg https://flagicons.lipis.dev/flags/4x3/bg.svg
30 cs https://flagicons.lipis.dev/flags/4x3/cz.svg
34 da https://flagicons.lipis.dev/flags/4x3/dk.svg
35 de https://flagicons.lipis.dev/flags/4x3/de.svg
39 el https://flagicons.lipis.dev/flags/4x3/gr.svg
40 en https://flagicons.lipis.dev/flags/4x3/gb.svg
42 es https://flagicons.lipis.dev/flags/4x3/es.svg
43 et https://flagicons.lipis.dev/flags/4x3/ee.svg
47 fi https://flagicons.lipis.dev/flags/4x3/f
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php380 $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 16);
382 $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 8);
401 $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 16);
403 $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 8);
424 $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 8);
445 $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 8);
466 $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 8);
487 $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 8);
508 $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 8);
529 $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 8);
[all …]
H A DSalsa20.php446 * @param int $x3 (by reference)
460 …protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, … argument
466 static::quarterRound($x15, $x3, $x7, $x11);
468 static::quarterRound($x0, $x1, $x2, $x3);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php203 $x3 = $p1->add($p2)->add($p3);
204 $y3 = $i->multiply($x3)->add($g->multiply($h));
206 return [$x3, $y3, $z3];
222 $x3 = $p1->add($p2)->add($p3);
225 return [$x3, $y3, $z3];
255 $x3 = $b->add($this->b);
261 return [$x3, $y3, $z3];
266 $x3 = $b->add($this->b->multiply($d->multiply($d)));
272 return [$x3, $y3, $z3];
303 $x3 = $x2->multiply($x);
[all …]
H A DPrime.php208 $x3 = $r->multiply($r)->subtract($h3)->subtract($v->multiply($this->two));
210 $v->subtract($x3)
214 return [$x3, $y3, $h];
245 $x3 = $r->multiply($r)->subtract($h3)->subtract($v->multiply($this->two));
247 $v->subtract($x3)
252 return [$x3, $y3, $z3];
284 $x3 = $r->multiply($r)->subtract($h3)->subtract($v->multiply($this->two));
286 $v->subtract($x3)
291 return [$x3, $y3, $z3];
H A DKoblitzPrime.php203 $x3 = $f->subtract($this->two->multiply($d));
204 $y3 = $e->multiply($d->subtract($x3))->subtract(
208 return [$x3, $y3, $z3];
228 $x3 = $t;
232 return [$x3, $y3, $z3];
H A DMontgomery.php188 list($x3, $z3) = $q;
195 $c = $x3->add($z3);
196 $d = $x3->subtract($z3);
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.border.edge.class.php123 $x3, $y3, argument
137 $viewport->lineto($x3, $y3);
155 $viewport->lineto($x3, $y3);
176 $viewport->lineto($x3, $y3);
195 $x2a = ($x2 + $x3) / 2;
200 $viewport->lineto($x3, $y3);
221 $viewport->lineto($x3, $y3);
240 $x2a = ($x2 + $x3) / 2;
245 $viewport->lineto($x3, $y3);
262 $viewport->lineto($x3, $y3);
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js422 ctx.putImageData(ruler.guidePart.imgData3, ruler.guidePart.x3, ruler.guidePart.y3);
434 var x1, y1, imgData1, x2, y2, imgData2, x3, y3, imgData3;
446 x3 = 0;
453 imgData3 = ctx.getImageData(x3, y3 - 1, RULER_THICKNESS, 3);
454 drawLine(x3, y3, RULER_THICKNESS, y3);
464 x3 = x1 + bounds.width;
471 imgData3 = ctx.getImageData(x3 - 1, y3, 3, RULER_THICKNESS);
472 drawLine(x3, y3, x3, RULER_THICKNESS);
473 x3--;
486 x3: x3, property in ruler.guidePart
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php214 $x3 = $b->subtract($e)->multiply($j);
218 return [$x3, $y3, $z3];
264 $x3 = $a->multiply($f)->multiply($h->subtract($c)->subtract($d));
268 return [$x3, $y3, $z3];
H A DEd25519.php275 $x3 = $e->multiply($f);
280 return [$x3, $y3, $z3, $t3];
326 $x3 = $e->multiply($f);
331 return [$x3, $y3, $z3, $t3];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php297 $x3 = $x & 0x88888888;
304 $z0 = ($x0 * $y0) ^ ($x1 * $y3) ^ ($x2 * $y2) ^ ($x3 * $y1);
305 $z1 = ($x0 * $y1) ^ ($x1 * $y0) ^ ($x2 * $y3) ^ ($x3 * $y2);
306 $z2 = ($x0 * $y2) ^ ($x1 * $y1) ^ ($x2 * $y0) ^ ($x3 * $y3);
307 $z3 = ($x0 * $y3) ^ ($x1 * $y2) ^ ($x2 * $y1) ^ ($x3 * $y0);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPoint.php306 $x3 = $this->x();
308 $u = ((($x3 - $x1) * $px) + (($y3 - $y1) * $py)) / $d;
317 $dx = $x - $x3;
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dgrid-3x3.svg1 <svg class="bi bi-grid-3x3" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dgrid-3x3-gap-fill.svg1 <svg class="bi bi-grid-3x3-gap-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dgrid-3x3-gap.svg1 <svg class="bi bi-grid-3x3-gap" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js399 mxVsdxCanvas2D.prototype.curveTo = function(x1, y1, x2, y2, x3, y3) argument
401 this.lastX = x3;
416 x3 = (x3 - geo.x + s.dx) * s.scale;
423 x3 = x3 / w;
426 …this.geoSec.appendChild(this.createRowRel("RelCubBezTo", this.geoStepIndex++, x3, y3, x1, y1, x2, …
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js472 mxJsCanvas.prototype.curveTo = function(x1, y1, x2, y2, x3, y3) argument
474 this.ctx.bezierCurveTo(x1, y1, x2, y2 , x3, y3);
475 this.lastMoveX = x3;
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js423 R.angle = function (x1, y1, x2, y2, x3, y3) { argument
424 if (x3 == null) {
432 return R.angle(x1, y1, x3, y3) - R.angle(x2, y2, x3, y3);
1328 function bezlen(x1, y1, x2, y2, x3, y3, x4, y4, z) { argument
1340 xbase = base3(ct, x1, x2, x3, x4),
1356 l = bezlen(x1, y1, x2, y2, x3, y3, x4, y4, t2);
1366 mmax(x1, x2) < mmin(x3, x4) ||
1367 mmin(x1, x2) > mmax(x3, x4) ||
1373 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
1387 px2 < +mmin(x3, x4).toFixed(2) ||
[all …]
/plugin/imagemap/
H A DREADME33 | 6+ | polygon | x1,y1,x2,y2,x3,y3... |
/plugin/imagemapping/
H A DREADME33 | 6+ | polygon | x1,y1,x2,y2,x3,y3... |
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js1053 function angle(x1, y1, x2, y2, x3, y3) {
1054 if (x3 == null) {
1062 return angle(x1, y1, x3, y3) - angle(x2, y2, x3, y3);
5537 xbase = base3(ct, x1, x2, x3, x4),
5553 l = bezlen(x1, y1, x2, y2, x3, y3, x4, y4, t2);
5563 mmax(x1, x2) < mmin(x3, x4) ||
5564 mmin(x1, x2) > mmax(x3, x4) ||
5570 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
5584 px2 < +mmin(x3, x4).toFixed(2) ||
5585 px2 > +mmax(x3, x4).toFixed(2) ||
[all …]
/plugin/callflow/
H A Draphael.js820 R.angle = function (x1, y1, x2, y2, x3, y3) { argument
821 if (x3 == null) {
829 return R.angle(x1, y1, x3, y3) - R.angle(x2, y2, x3, y3);
1714 function bezlen(x1, y1, x2, y2, x3, y3, x4, y4, z) { argument
1726 xbase = base3(ct, x1, x2, x3, x4),
1742 l = bezlen(x1, y1, x2, y2, x3, y3, x4, y4, t2);
1752 mmax(x1, x2) < mmin(x3, x4) ||
1753 mmin(x1, x2) > mmax(x3, x4) ||
1759 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
1773 px2 < +mmin(x3, x4).toFixed(2) ||
[all …]
/plugin/advrack/
H A Draphael.js820 R.angle = function (x1, y1, x2, y2, x3, y3) { argument
821 if (x3 == null) {
829 return R.angle(x1, y1, x3, y3) - R.angle(x2, y2, x3, y3);
1714 function bezlen(x1, y1, x2, y2, x3, y3, x4, y4, z) { argument
1726 xbase = base3(ct, x1, x2, x3, x4),
1742 l = bezlen(x1, y1, x2, y2, x3, y3, x4, y4, t2);
1752 mmax(x1, x2) < mmin(x3, x4) ||
1753 mmin(x1, x2) > mmax(x3, x4) ||
1759 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
1773 px2 < +mmin(x3, x4).toFixed(2) ||
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php2312 $x3 = $cx;
2320 $path_cmd .= sprintf('%.3F %.3F %.3F %.3F %.3F %.3F c ', $x2 * $this->kp, ($y2 - ($ry * $kappa)) * $this->kp, ($x3 + ($rx * $kappa)) * $this->kp, $y3 * $this->kp, $x3 * $this->kp, $y3 * $this->kp);
2321 $path_cmd .= sprintf('%.3F %.3F %.3F %.3F %.3F %.3F c ', ($x3 - ($rx * $kappa)) * $this->kp, $y3 * $this->kp, $x4 * $this->kp, ($y4 - ($ry * $kappa)) * $this->kp, $x4 * $this->kp, $y4 * $this->kp);
4287 private function testIntersect($x1, $y1, $x2, $y2, $x3, $y3, $x4, $y4)
4290 // intersects with a specific line segment (x3, y3) and (x4, y4)
4295 $b2 = $x3 - $x4;
4296 $c2 = $a2 * $x3 + $b2 * $y3;
4304 if ($x >= $x3 && $x <= $x4 && $y >= $y3 && $y <= $y4) {
3997 testIntersect($x1, $y1, $x2, $y2, $x3, $y3, $x4, $y4) global() argument

1234