Home
last modified time | relevance | path

Searched refs:x1 (Results 76 – 100 of 278) sorted by relevance

12345678910>>...12

/plugin/googleads/
H A Dadmin.svg3 …<linearGradient id="a" gradientUnits="userSpaceOnUse" x1="63.041" y1="-14.466" x2="122.93" y2="-11…
7 …<linearGradient id="b" gradientUnits="userSpaceOnUse" x1="164.137" y1="-58.54" x2="254.061" y2="-5…
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Ddatabase.svg1x1="107.443" y1="146.017" x2="106.901" y2="102.041" gradientUnits="userSpaceOnUse"><stop offset="0…
H A Dfolder_open.svg1x1="259.6" y1="556.011" x2="689.381" y2="556.011" gradientUnits="userSpaceOnUse"><stop offset="0" …
H A Ddatabase_partition_2.svg1x1="107.443" y1="146.017" x2="106.901" y2="102.041" gradientUnits="userSpaceOnUse"><stop offset="0…
H A Ddatabase_partition_3.svg1x1="107.443" y1="146.017" x2="106.901" y2="102.041" gradientUnits="userSpaceOnUse"><stop offset="0…
H A Ddatabase_partition_4.svg1x1="107.443" y1="146.017" x2="106.901" y2="102.041" gradientUnits="userSpaceOnUse"><stop offset="0…
H A Ddatabase_partition_5.svg1x1="107.443" y1="146.017" x2="106.901" y2="102.041" gradientUnits="userSpaceOnUse"><stop offset="0…
H A Dinternet_globe.svg1x1="132.351" y1="211.705" x2="131.819" y2="159.606" gradientUnits="userSpaceOnUse"><stop offset="0…
H A Dwiki_site.svg1x1="31.691" y1="137.911" x2="185.429" y2="137.911" gradientUnits="userSpaceOnUse"><stop offset="0"…
/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.svg1x1="34.21" y1="17.85" x2="18.79" y2="-8.85" gradientUnits="userSpaceOnUse"><stop offset="0" stop-c…
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPoint.php295 $x1 = $seg[0]->x();
299 $px = $x2 - $x1;
308 $u = ((($x3 - $x1) * $px) + (($y3 - $y1) * $py)) / $d;
315 $x = $x1 + ($u * $px);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
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,
939 function handLine(x1, y1, x2, y2) { argument
941 return 'M' + x1.toFixed(1) + ',' + y1.toFixed(1) + wobble(x1, y1, x2, y2);
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.js6x1,y1,x2,y2){assert(_.all([x1,x2,y1,y2],_.isFinite),"x1,x2,y1,y2 must be numeric");var factor=Math… argument
H A Dsequence-diagram-raphael-min.js6x1,y1,x2,y2){assert(_.all([x1,x2,y1,y2],_.isFinite),"x1,x2,y1,y2 must be numeric");var factor=Math… 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,
939 function handLine(x1, y1, x2, y2) { argument
941 return 'M' + x1.toFixed(1) + ',' + y1.toFixed(1) + wobble(x1, y1, x2, y2);
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 …]
H A Dsequence-diagram-snap-min.js6x1,y1,x2,y2){assert(_.all([x1,x2,y1,y2],_.isFinite),"x1,x2,y1,y2 must be numeric");var factor=Math… argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DPrime.php262 list($x1, $y1, $z1) = $p;
268 $u1 = $x1->multiply($z22);
377 $x1 = $m->multiply($m)->subtract($this->two->multiply($s));
378 $y1 = $m->multiply($s->subtract($x1))->subtract(
382 return [$x1, $y1, $z1];
398 $x1 = $m->multiply($m)->subtract($this->two->multiply($s));
399 $y1 = $m->multiply($s->subtract($x1))->subtract(
403 return [$x1, $y1, $z1];
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js360 mxVsdxCanvas2D.prototype.quadTo = function(x1, y1, x2, y2) argument
371 x1 = (x1 - geo.x + s.dx) * s.scale;
377 x1 = x1 / 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
410 x1 = (x1 - geo.x + s.dx) * s.scale;
419 x1 = x1 / w;
426 …this.geoSec.appendChild(this.createRowRel("RelCubBezTo", this.geoStepIndex++, x3, y3, x1, y1, x2, …
/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);
95 imageline($im, $x1, $y1+$r, $x1, $y2-$r, $black);
97 imagearc($im, $x1+$r, $y1+$r, 2*$r, 2*$r, 180, 270, $black);
99 imagearc($im, $x1+$r, $y2-$r, 2*$r, 2*$r, 90, 180, $black);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php444 * @param int $x1 (by reference)
460 …protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, … argument
464 static::quarterRound($x5, $x9, $x13, $x1);
468 static::quarterRound($x0, $x1, $x2, $x3);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DPageWriter.php158 $x1 = $hPt - $owidthPt_TB + $bleedMargin;
160 $this->writer->write(sprintf('/BleedBox [%.3F %.3F %.3F %.3F]', $x0, $y0, $x1, $y1));
181 $x1 = $wPt - $owidthPt_LR + $bleedMargin;
183 $this->writer->write(sprintf('/BleedBox [%.3F %.3F %.3F %.3F]', $x0, $y0, $x1, $y1));
/plugin/abc2/abc-libraries/abc2svg/
H A Dpsvg-1.js114 Psvg.prototype.strw=strw;function arc(x,y,r,a1,a2,arcn){var x1,y1,x2,y2
118 a2-=360;x1=x+r*Math.cos(a1*Math.PI/180);y1=y+r*Math.sin(a1*Math.PI/180)
119 if(gcur.cx!=undefined){if(path){if(x1!=gcur.cx||y1!=gcur.cy)
122 path+='m';path+=(x1-gcur.cx).toFixed(1)+" "+
123 (-(y1-gcur.cy)).toFixed(1)}else{gcur.cx=x1;gcur.cy=y1;path_def()}}else{if(path)
125 gcur.cx=x1;gcur.cy=y1;path_def()}
128 (x2-x1).toFixed(2)+' '+
132 (x1-x2).toFixed(2)+' '+
133 (y2-y1).toFixed(2)+'\n';gcur.cx=x1;gcur.cy=y1}else{x2=x+r*Math.cos(a2*Math.PI/180);y2=y+r*Math.sin(a2*Math.PI/180);path+='a'+r.toFixed(2)+' '+r.toFixed(2)+' 0 0 '+
135 (x2-x1)
143 curveto(x1,y1,x2,y2,x,y) global() argument
163 rcurveto(x1,y1,x2,y2,x,y) global() argument
[all...]
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DSecure_Building.svg1x1="235.821" y1="61.788" x2="243.592" y2="88.24"><stop offset="0" stop-color="#e6e7e7"/><stop offs…
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js1055 var x = x1 - x2,
1216 return (x1 - x2) * (x1 - x2) + (y1 - y2) * (y1 - y2);
1863 x1,
5040 attr = x1;
5043 x1: x1, property in proto.line.attr
5123 return Snap._.box(x1, y1, math.abs(x2 - x1), math.abs(y2 - y1));
5179 x1: x1,
5570 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
5678 bez1 = [x1, y1, x1, y1, x1m, y1m, x1m, y1m];
6072 x1 = xy.x;
[all …]

12345678910>>...12