Home
last modified time | relevance | path

Searched refs:x1 (Results 26 – 50 of 278) sorted by relevance

12345678910>>...12

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php264 list($x1, $y1, $z1, $t1) = $p;
266 $a = $x1->multiply($x1);
270 $temp = $x1->add($y1);
314 list($x1, $y1, $z1, $t1) = $p;
317 $a = $y1->subtract($x1)->multiply($y2->subtract($x2));
318 $b = $y1->add($x1)->multiply($y2->add($x2));
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dmainframe_host.svg1x1="141.765" y1="230.897" x2="140.517" y2="96.995" gradientUnits="userSpaceOnUse"><stop offset="0"…
H A Dlaptop_client.svg1x1="78.755" y1="211.727" x2="78.358" y2="164.669" xlink:href="#F"><stop offset="0" stop-color="#0e…
H A Dcommunity_discussion.svg1x1="325.447" y1="159.211" x2="324.979" y2="137.171" xlink:href="#F"><stop offset="0" stop-color="#…
H A Dsecure.svg1x1="68.816" y1="101.562" x2="139.486" y2="101.562" xlink:href="#F"><stop offset="0" stop-color="#9…
H A Dsql_server.svg1x1="83.839" y1="200.393" x2="83.47" y2="127.295" xlink:href="#G"><stop offset="0" stop-color="#067…
H A Dhome_page.svg1x1="70.511" y1="138.118" x2="70.776" y2="103.986" xlink:href="#H"><stop offset="0" stop-color="#2c…
H A Ddatabase_server.svg1x1="83.839" y1="200.393" x2="83.47" y2="127.295" xlink:href="#F"><stop offset="0" stop-color="#067…
H A Dnot_secure.svg1x1="208.073" y1="347.756" x2="205.216" y2="141.327" xlink:href="#F"><stop offset="0" stop-color="#…
H A Ddomain_controller.svg1x1="83.839" y1="200.393" x2="83.47" y2="127.295" gradientUnits="userSpaceOnUse"><stop offset="0" s…
H A Dhome.svg1x1="118.295" y1="165.588" x2="118.307" y2="72.104" gradientUnits="userSpaceOnUse"><stop offset="0"…
H A Dweb_server.svg1x1="83.839" y1="200.393" x2="83.47" y2="127.295" xlink:href="#F"><stop offset="0" stop-color="#067…
H A Dmac_client.svg1x1="-64.527" y1="234.672" x2="-64.645" y2="158.131" xlink:href="#G"><stop offset="0" stop-color="#…
H A Dsub_site.svg1x1="94.646" y1="134.75" x2="94.91" y2="100.619"/><linearGradient id="C" x1="-3.199" y1="131.439" x…
H A Dswitch.svg1x1="106.908" y1="168.443" x2="107.175" y2="98.686" xlink:href="#F"><stop offset="0" stop-color="#b…
H A Dvista_terminal.svg1x1="114.392" y1="189.848" x2="113.959" y2="157.059" gradientUnits="userSpaceOnUse"><stop offset="0…
H A Dgeneric_node.svg1x1="147.8" y1="213.612" x2="146.731" y2="117.929" gradientUnits="userSpaceOnUse"><stop offset="0" …
H A Dkey.svg1x1="30.557" y1="148.045" x2="203.979" y2="148.045" gradientUnits="userSpaceOnUse"><stop offset="0"…
H A Ddatabases.svg1x1="107.443" y1="146.017" x2="106.901" y2="102.041"/><linearGradient xlink:href="#A" id="D" x1="10…
H A Duser_accounts.svg1x1="99.154" y1="153.797" x2="180.85" y2="153.797" gradientUnits="userSpaceOnUse"><stop offset="0" …
H A Dcell_phone.svg1x1="97.553" y1="233.123" x2="98.89" y2="82.65" xlink:href="#F"><stop offset="0" stop-color="#076bf…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php186 list($x1, $y1, $z1) = $p;
194 $e = $x1->add($b);
210 $a = $x1->multiply($o2);
249 list($x1, $y1, $z1) = $p;
251 $a = $x1->multiply($x1);
256 $z3 = clone $x1;
267 $z3 = $x1->multiply($c);
H A DKoblitzPrime.php195 list($x1, $y1, $z1) = $p;
196 $a = $x1->multiply($x1);
199 $d = $x1->add($b);
220 list($x1, $y1) = $p;
221 $xx = $x1->multiply($x1);
224 $s = $x1->add($yy);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php153 list($x1, $y1) = $this->curve->multiplyAddPoints(
158 $x1 = $x1->toBigInteger();
159 list(, $x1) = $x1->divide($order);
161 return $x1->equals($r);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme.js92 function wobble(x1, y1, x2, y2) { argument
93 assert(_.all([x1,x2,y1,y2], _.isFinite), 'x1,x2,y1,y2 must be numeric');
96 var factor = Math.sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1)) / 25;
107 x: (x2 - x1) * r1 + x1 + xfactor,
112 x: (x2 - x1) * r2 + x1 - xfactor,
136 function handLine(x1, y1, x2, y2) { argument
137 assert(_.all([x1,x2,y1,y2], _.isFinite), 'x1,x2,y1,y2 must be numeric');
138 return 'M' + x1.toFixed(1) + ',' + y1.toFixed(1) + wobble(x1, y1, x2, y2);

12345678910>>...12