Home
last modified time | relevance | path

Searched refs:x2 (Results 26 – 50 of 235) sorted by relevance

12345678910

/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js114 var drawLine = function (x1, y1, x2, y2, text) argument
117 x1 = Math.round(x1); y1 = Math.round(y1); x2 = Math.round(x2); y2 = Math.round(y2);
121 ctx.lineTo(x2 + 0.5, y2 + 0.5);
434 var x1, y1, imgData1, x2, y2, imgData2, x3, y3, imgData3;
444 x2 = RULER_THICKNESS / 2;
450 imgData2 = ctx.getImageData(x2, y2 - 1, RULER_THICKNESS, 3);
451 drawLine(x2, y2, RULER_THICKNESS, y2);
462 x2 = x1 + bounds.width / 2;
469 drawLine(x2, y2, x2, RULER_THICKNESS);
470 x2--;
[all …]
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dmainframe_host.svg1x2="140.517" y2="96.995" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#090c9f"/><st…
H A Dlaptop_client.svg1x2="78.358" y2="164.669" xlink:href="#F"><stop offset="0" stop-color="#0e7cfc" stop-opacity=".995"…
H A Dcommunity_discussion.svg1x2="324.979" y2="137.171" xlink:href="#F"><stop offset="0" stop-color="#1b82fc"/><stop offset="1" …
H A Dsecure.svg1x2="139.486" y2="101.562" xlink:href="#F"><stop offset="0" stop-color="#93c8ff"/><stop offset="1" …
H A Dsql_server.svg1x2="83.47" y2="127.295" xlink:href="#G"><stop offset="0" stop-color="#0677fc"/><stop offset="1" st…
H A Dhome_page.svg1x2="70.776" y2="103.986" xlink:href="#H"><stop offset="0" stop-color="#2c6dc9"/><stop offset="1" s…
H A Ddatabase_server.svg1x2="83.47" y2="127.295" xlink:href="#F"><stop offset="0" stop-color="#0677fc"/><stop offset="1" st…
H A Dnot_secure.svg1x2="205.216" y2="141.327" xlink:href="#F"><stop offset="0" stop-color="#bfe5ff"/><stop offset="1" …
H A Ddomain_controller.svg1x2="83.47" y2="127.295" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0677fc"/><sto…
H A Dhome.svg1x2="118.307" y2="72.104" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b9e4fe"/><st…
H A Dweb_server.svg1x2="83.47" y2="127.295" xlink:href="#F"><stop offset="0" stop-color="#0677fc"/><stop offset="1" st…
H A Dmac_client.svg1x2="-64.645" y2="158.131" xlink:href="#G"><stop offset="0" stop-color="#0b299d"/><stop offset="1" …
H A Dsub_site.svg1x2="94.91" y2="100.619"/><linearGradient id="C" x1="-3.199" y1="131.439" x2="150.539" y2="131.439"…
H A Dswitch.svg1x2="107.175" y2="98.686" xlink:href="#F"><stop offset="0" stop-color="#b7e4fe"/><stop offset="1" s…
H A Dvista_terminal.svg1x2="113.959" y2="157.059" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0a79fc"/><s…
H A Dgeneric_node.svg1x2="146.731" y2="117.929" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0b299d"/><s…
H A Dkey.svg1x2="203.979" y2="148.045" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b2d9ff"/><s…
H A Ddatabases.svg1x2="106.901" y2="102.041"/><linearGradient xlink:href="#A" id="D" x1="107.085" y1="186.349" x2="10…
H A Duser_accounts.svg1x2="180.85" y2="153.797" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c0ddfe"/><st…
H A Dcell_phone.svg1x2="98.89" y2="82.65" xlink:href="#F"><stop offset="0" stop-color="#076bff"/><stop offset="1" stop…
H A Dhard_disk.svg1x2="413.152" y2="347.733" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bfe5ff" sto…
H A Dgeneric_server.svg1x2="83.47" y2="127.295" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0677fc"/><sto…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php187 list($x2, $y2, $z2) = $q;
190 $b = $x2->multiply($o1);
197 $h = $f->multiply($x2)->add($z3->multiply($y2));
216 $h = $f->multiply($x2)->add($g->multiply($y2));
302 $x2 = $x->multiply($x);
303 $x3 = $x2->multiply($x);
304 $rhs = $x3->add($this->a->multiply($x2))->add($this->b);
/plugin/combo/ComboStrap/
H A DMath.php20 $x2 = ($weight / 100) * $x;
21 return ($y - $x2) / (1 - $weight / 100);

12345678910