Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 25 of 235) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php375 $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 16);
377 $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 8);
396 $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 16);
398 $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 8);
419 $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 8);
440 $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 8);
461 $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 8);
482 $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 8);
503 $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 8);
524 $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 8);
[all …]
/plugin/diagramsnet/lib/img/lib/mscae/
H A DVirtual_Machines_Linux.svg1x2="420.521" y2="384.274"><stop offset="0" stop-color="#ffeed7"/><stop offset="1" stop-color="#bdb…
H A DDC_OS.svg1x2="25" y2="50.023"><stop offset="0" stop-color="#7540b7"/><stop offset="1" stop-color="#9351e5"/>…
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dusers.svg1x2="138.696" y2="88.094"/><linearGradient xlink:href="#D" id="G" x1="162.577" y1="219.904" x2="161…
H A Dmeeting.svg1x2="324.979" y2="137.171"/><linearGradient xlink:href="#C" id="F" x1="334.627" y1="170.555" x2="33…
H A Dmainframe.svg1x2="262.301" y2="227.267" xlink:href="#J"><stop offset="0" stop-color="#a6dbff"/><stop offset="1" …
H A Dworkspace_site.svg1x2="70.776" y2="103.986" xlink:href="#R"><stop offset="0" stop-color="#2c6dc9"/><stop offset="1" s…
H A Dmy_sites.svg1x2="162.636" y2="133.976" xlink:href="#K"><stop offset="0" stop-color="#fe5d02"/><stop offset="1" …
H A Dworkstation_client.svg1x2="75.103" y2="161.494" xlink:href="#H"><stop offset="0" stop-color="#0676fc"/><stop offset="1" s…
H A Dshadowed_router.svg1x2="118.036" y2="121.241"/><linearGradient id="B" gradientUnits="userSpaceOnUse"><stop offset="0" …
H A Dactive_directory.svg1x2="102.243" y2="96.305" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffc426"/><st…
H A Dcluster_server.svg1x2="97.511" y2="119.946"/><linearGradient id="B" xlink:href="#N"><stop offset="0" stop-color="#052…
H A Dsecurity.svg1x2="139.486" y2="101.562" xlink:href="#J"><stop offset="0" stop-color="#93c8ff"/><stop offset="1" …
H A Dwindows_server_2.svg1x2="83.47" y2="127.295" xlink:href="#J"><stop offset="0" stop-color="#0677fc"/><stop offset="1" st…
H A Dvista_client.svg1x2="147.599" y2="169.33" xlink:href="#H"><stop offset="0" stop-color="#09279c"/><stop offset="1" s…
H A Dserver_farm.svg1x2="51.754" y2="79.522"/><linearGradient xlink:href="#B" id="E" x1="27.814" y1="150.56" x2="27.495…
H A Dwriter.svg1x2="296.6" y2="172.551" xlink:href="#G"><stop offset="0" stop-color="#ff7a0c"/><stop offset="1" st…
H A Dwindows_router.svg1x2="83.47" y2="127.295" xlink:href="#J"><stop offset="0" stop-color="#0677fc"/><stop offset="1" st…
H A Duser.svg1x2="100.899" y2="100.189" xlink:href="#F"><stop offset="0" stop-color="#0978fc"/><stop offset="1" …
H A Dwindows_server.svg1x2="83.47" y2="127.295"/><linearGradient id="D" x1="111.266" y1="206.304" x2="111.48" y2="118.372"…
H A Dsite_collection.svg1x2="167.953" y2="154.963" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fe5d02"/><s…
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.border.edge.class.php122 $x2, $y2, argument
136 $viewport->lineto($x2, $y2);
154 $viewport->lineto($x2, $y2);
175 $viewport->lineto($x2, $y2);
195 $x2a = ($x2 + $x3) / 2;
220 $viewport->lineto($x2, $y2);
240 $x2a = ($x2 + $x3) / 2;
261 $viewport->lineto($x2, $y2);
275 $viewport->lineto(($x2+$x3)/2,($y2+$y3)/2);
288 $viewport->lineto(($x2+$x3)/2,($y2+$y3)/2);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php116 $x2 = $u->divide($v);
117 if ($x2->equals($this->zero)) {
134 $x = $x2->pow($exp);
137 if (!$x->multiply($x)->subtract($x2)->equals($this->zero)) {
142 if (!$x->multiply($x)->subtract($x2)->equals($this->zero)) {
315 list($x2, $y2, $z2, $t2) = $q;
317 $a = $y1->subtract($x1)->multiply($y2->subtract($x2));
318 $b = $y1->add($x1)->multiply($y2->add($x2));
H A DEd448.php72 $x2 = $u->divide($v);
73 if ($x2->equals($this->zero)) {
82 $x = $x2->pow($exp);
84 if (!$x->multiply($x)->subtract($x2)->equals($this->zero)) {
253 list($x2, $y2, $z2) = $q;
257 $c = $x1->multiply($x2);
262 $h = $x1->add($y1)->multiply($x2->add($y2));
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-raphael.js25 Raphael.fn.line = function(x1, y1, x2, y2) { argument
26 assert(_.all([x1,x2,y1,y2], _.isFinite), 'x1,x2,y1,y2 must be numeric');
27 return this.path('M{0},{1} L{2},{3}', x1, y1, x2, y2);
109 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
110 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
176 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
177 var line = this.paper_.path(handLine(x1, y1, x2, y2)).attr(LINE);

12345678910