Home
last modified time | relevance | path

Searched refs:y1 (Results 76 – 100 of 220) sorted by relevance

123456789

/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dtunnel.svg1y1="163.389" x2="12.189" y2="127.805" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="…
H A Dfolder.svg1y1="150.369" x2="164.285" y2="150.369" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color=…
H A Ddatabase.svg1y1="146.017" x2="106.901" y2="102.041" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color=…
H A Dfolder_open.svg1y1="556.011" x2="689.381" y2="556.011" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color=…
H A Ddatabase_partition_2.svg1y1="146.017" x2="106.901" y2="102.041" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color=…
H A Ddatabase_partition_3.svg1y1="146.017" x2="106.901" y2="102.041" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color=…
H A Ddatabase_partition_4.svg1y1="146.017" x2="106.901" y2="102.041" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color=…
H A Ddatabase_partition_5.svg1y1="146.017" x2="106.901" y2="102.041" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color=…
H A Dinternet_globe.svg1y1="211.705" x2="131.819" y2="159.606" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color=…
H A Dwiki_site.svg1y1="137.911" x2="185.429" y2="137.911" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color=…
H A Dinput_output_filter.svg1y1="237.733" x2="101.865" y2="70.252" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="…
H A Dwindows_domain.svg1 …3" viewBox="0 0 162.208 138.497"><defs><linearGradient id="A" x1="102.364" y1="206.128" x2="102.24…
/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/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/geophp/vendor/funiq/geophp/src/Geometry/
H A DPoint.php296 $y1 = $seg[0]->y();
300 $py = $y2 - $y1;
308 $u = ((($x3 - $x1) * $px) + (($y3 - $y1) * $py)) / $d;
316 $y = $y1 + ($u * $py);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DMontgomery.php79 $y1 = $mod2->modInverse($mod1);
83 $result = $result->multiply($y1);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js360 mxVsdxCanvas2D.prototype.quadTo = function(x1, y1, x2, y2) argument
372 y1 = (geo.height - y1 + geo.y - s.dy) * s.scale;
378 y1 = y1 / h;
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
411 y1 = (geo.height - y1 + geo.y - s.dy) * s.scale;
420 y1 = y1 / h;
426 …this.geoSec.appendChild(this.createRowRel("RelCubBezTo", this.geoStepIndex++, x3, y3, x1, y1, x2, …
/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)
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()}
129 (y1-y2).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 '+
136 (y1
143 curveto(x1,y1,x2,y2,x,y) global() argument
163 rcurveto(x1,y1,x2,y2,x,y) global() argument
229 Psvg.prototype.y1=function(y){var staff_tb=abcobj.get_staff_tb() global() method in Psvg
[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
95 imageline($im, $x1, $y1+$r, $x1, $y2-$r, $black);
96 imageline($im, $x2, $y1+$r, $x2, $y2-$r, $black);
97 imagearc($im, $x1+$r, $y1+$r, 2*$r, 2*$r, 180, 270, $black);
98 imagearc($im, $x2-$r, $y1+$r, 2*$r, 2*$r, 270, 360, $black);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DPageWriter.php159 $y1 = $wPt - $owidthPt_LR + $bleedMargin;
160 $this->writer->write(sprintf('/BleedBox [%.3F %.3F %.3F %.3F]', $x0, $y0, $x1, $y1));
182 $y1 = $hPt - $owidthPt_TB + $bleedMargin;
183 $this->writer->write(sprintf('/BleedBox [%.3F %.3F %.3F %.3F]', $x0, $y0, $x1, $y1));
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DSecure_Building.svg1y1="61.788" x2="243.592" y2="88.24"><stop offset="0" stop-color="#e6e7e7"/><stop offset="1" stop-c…
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js1056 y = y1 - y2;
1216 return (x1 - x2) * (x1 - x2) + (y1 - y2) * (y1 - y2);
1864 y1,
5045 y1: y1, property in proto.line.attr
5123 return Snap._.box(x1, y1, math.abs(x2 - x1), math.abs(y2 - y1));
5180 y1: y1,
5571 ny = (x1 * y2 - y1 * x2) * (y3 - y4) - (y1 - y2) * (x3 * y4 - y3 * x4),
5678 bez1 = [x1, y1, x1, y1, x1m, y1m, x1m, y1m];
5680 y1 = y1m;
6073 y1 = xy.y;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DPrime.php262 list($x1, $y1, $z1) = $p;
270 $s1 = $y1->multiply($z22->multiply($z2));
378 $y1 = $m->multiply($s->subtract($x1))->subtract(
382 return [$x1, $y1, $z1];
399 $y1 = $m->multiply($s->subtract($x1))->subtract(
403 return [$x1, $y1, $z1];
/plugin/diagramsnet/lib/images/
H A Dtrello-logo.svg1 …rg/2000/svg" preserveAspectRatio="xMidYMid"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="10…
/plugin/diagramsnet/lib/img/lib/atlassian/
H A DJira_Core_Logo.svg1 …5.2 66.3" preserveAspectRatio="none meet"><defs><linearGradient x1="37.13" y1="31.71" x2="52.42" g…

123456789