Home
last modified time | relevance | path

Searched refs:x2 (Results 76 – 100 of 235) sorted by relevance

12345678910

/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js360 mxVsdxCanvas2D.prototype.quadTo = function(x1, y1, x2, y2) argument
362 this.lastX = x2;
374 x2 = (x2 - geo.x + s.dx) * s.scale;
379 x2 = x2 / w;
382 this.geoSec.appendChild(this.createRowRel("RelQuadBezTo", this.geoStepIndex++, x2, y2, x1, y1));
399 mxVsdxCanvas2D.prototype.curveTo = function(x1, y1, x2, y2, x3, y3) argument
413 x2 = (x2 - geo.x + s.dx) * s.scale;
421 x2 = x2 / w;
426 …this.geoSec.appendChild(this.createRowRel("RelCubBezTo", this.geoStepIndex++, x3, y3, x1, y1, x2, …
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-snap.js179 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
180 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
267 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
268 var line = this.paper_.path(handLine(x1, y1, x2, y2)).attr(LINE);
/plugin/diagramsnet/lib/img/lib/cumulus/
H A Dchassis_cumulus_linux.svg1x2="18.79" y2="-8.85" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00ad69"/><stop …
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js895 function wobble(x1, y1, x2, y2) { argument
899 var factor = Math.sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1)) / 25;
910 x: (x2 - x1) * r1 + x1 + xfactor,
915 x: (x2 - x1) * r2 + x1 - xfactor,
939 function handLine(x1, y1, x2, y2) { argument
1450 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
1451 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
1538 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
1583 Raphael.fn.line = function(x1, y1, x2, y2) { argument
1585 return this.path('M{0},{1} L{2},{3}', x1, y1, x2, y2);
[all …]
H A Dsequence-diagram-raphael.js895 function wobble(x1, y1, x2, y2) { argument
899 var factor = Math.sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1)) / 25;
910 x: (x2 - x1) * r1 + x1 + xfactor,
915 x: (x2 - x1) * r2 + x1 - xfactor,
921 ' ' + x2.toFixed(1) + ',' + y2.toFixed(1); // end point
939 function handLine(x1, y1, x2, y2) { argument
1297 Raphael.fn.line = function(x1, y1, x2, y2) { argument
1299 return this.path('M{0},{1} L{2},{3}', x1, y1, x2, y2);
1381 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
1382 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
[all …]
H A Dsequence-diagram-min.js6x2,y2){assert(_.all([x1,x2,y1,y2],_.isFinite),"x1,x2,y1,y2 must be numeric");var factor=Math.sqrt(… argument
H A Dsequence-diagram-raphael-min.js6x2,y2){assert(_.all([x1,x2,y1,y2],_.isFinite),"x1,x2,y1,y2 must be numeric");var factor=Math.sqrt(… argument
H A Dsequence-diagram-snap.js895 function wobble(x1, y1, x2, y2) { argument
896 assert(_.all([x1,x2,y1,y2], _.isFinite), 'x1,x2,y1,y2 must be numeric');
899 var factor = Math.sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1)) / 25;
910 x: (x2 - x1) * r1 + x1 + xfactor,
915 x: (x2 - x1) * r2 + x1 - xfactor,
921 ' ' + x2.toFixed(1) + ',' + y2.toFixed(1); // end point
939 function handLine(x1, y1, x2, y2) { argument
1450 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
1451 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
1538 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DMontgomery.php187 list($x2, $z2) = $p;
190 $a = $x2->add($z2);
192 $b = $x2->subtract($z2);
H A DPrime.php227 list($x2, $y2) = $q;
231 $u2 = $x2->multiply($z12);
263 list($x2, $y2, $z2) = $q;
269 $u2 = $x2->multiply($z12);
370 $x2 = $x->multiply($x);
374 $m1 = $this->three->multiply($x2);
393 $x2 = $x->multiply($x);
396 $m1 = $this->three->multiply($x2);
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dfolder_open.svg1x2="689.381" y2="556.011" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#9cf"/><stop…
H A Ddatabase_partition_2.svg1x2="106.901" y2="102.041" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b0e1fe"/><s…
H A Ddatabase_partition_3.svg1x2="106.901" y2="102.041" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b0e1fe"/><s…
H A Ddatabase_partition_4.svg1x2="106.901" y2="102.041" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b0e1fe"/><s…
H A Ddatabase_partition_5.svg1x2="106.901" y2="102.041" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b0e1fe"/><s…
H A Dinternet_globe.svg1x2="131.819" y2="159.606" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fdc125"/><s…
H A Dwiki_site.svg1x2="185.429" y2="137.911" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fe5d02"/><s…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php296 $x2 = $x & 0x44444444;
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/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php581 if (isset($gradient_info['info']['x2'])) {
582 $gradient_info['info']['x2'] = ($gradient_info['info']['x2'] - $x_offset) / $w;
598 if (isset($gradient_info['info']['x2'])) {
599 $x2 = $gradient_info['info']['x2'];
601 $x2 = 1;
612 if (strpos($x2, '%') !== false) {
613 $x2 = (stristr($x2, '
1934 Arcto($x1, $y1, $x2, $y2, $rx, $ry, $angle, $largeArcFlag, $sweepFlag) global() argument
3997 testIntersect($x1, $y1, $x2, $y2, $x3, $y3, $x4, $y4) global() argument
[all...]
/plugin/ebnf/
H A Debnf.php92 function rr($im, $x1, $y1, $x2, $y2, $r, $black){
93 imageline($im, $x1+$r, $y1, $x2-$r, $y1, $black); argument
94 imageline($im, $x1+$r, $y2, $x2-$r, $y2, $black);
96 imageline($im, $x2, $y1+$r, $x2, $y2-$r, $black);
98 imagearc($im, $x2-$r, $y1+$r, 2*$r, 2*$r, 270, 360, $black);
100 imagearc($im, $x2-$r, $y2-$r, 2*$r, 2*$r, 0, 90, $black);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php445 * @param int $x2 (by reference)
460 …protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, … argument
465 static::quarterRound($x10, $x14, $x2, $x6);
468 static::quarterRound($x0, $x1, $x2, $x3);
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DSecure_Building.svg1x2="243.592" y2="88.24"><stop offset="0" stop-color="#e6e7e7"/><stop offset="1" stop-color="#a7a9a…
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaGraphComponent.java61 double x2 = (left) ? start.getX() - 20 : start.getX() in SchemaGraphComponent()
66 edge.getAbsolutePoints().add(index2, new mxPoint(x2, y)); in SchemaGraphComponent()
/plugin/callflow/
H A Draphael.js822 var x = x1 - x2,
1662 x2: bbox.max.x,
1759 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
1906 bez2 = [x2, y2, x2, y2, x2m, y2m, x2m, y2m];
2010 x2: xmax,
2202 return [x1, y1, x2, y2, x2, y2];
2212 x2,
2233 x2 = xy.x;
5352 x2 = [],
5363 x2 = mmax[apply](0, x2);
[all …]
/plugin/advrack/
H A Draphael.js822 var x = x1 - x2,
1662 x2: bbox.max.x,
1759 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
1906 bez2 = [x2, y2, x2, y2, x2m, y2m, x2m, y2m];
2010 x2: xmax,
2202 return [x1, y1, x2, y2, x2, y2];
2212 x2,
2233 x2 = xy.x;
5352 x2 = [],
5363 x2 = mmax[apply](0, x2);
[all …]

12345678910