Home
last modified time | relevance | path

Searched refs:x1 (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DChaCha20.php298 * @param int $x1 (by reference)
314 …protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, … argument
318 static::quarterRound($x1, $x5, $x9, $x13);
323 static::quarterRound($x1, $x6, $x11, $x12);
345 …list(, $x0, $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, $x9, $x10, $x11, $x12, $x13, $x14, $x15) = unp…
347 $z1 = $x1;
370 $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 16);
372 $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 8);
391 $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 16);
393 $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 8);
[all …]
/plugin/diagramsnet/lib/img/lib/mscae/
DVirtual_Machines_Linux.svg1x1="418.375" y1="551.63" x2="420.521" y2="384.274"><stop offset="0" stop-color="#ffeed7"/><stop of…
DDC_OS.svg1x1="25" y1="9.893" x2="25" y2="50.023"><stop offset="0" stop-color="#7540b7"/><stop offset="1" sto…
/plugin/diagramsnet/lib/img/lib/active_directory/
Dusers.svg1x1="138.792" y1="223.866" x2="138.696" y2="88.094"/><linearGradient xlink:href="#D" id="G" x1="162…
Dmeeting.svg1x1="325.447" y1="159.211" x2="324.979" y2="137.171"/><linearGradient xlink:href="#C" id="F" x1="33…
Dmainframe.svg1x1="261.958" y1="438.763" x2="262.301" y2="227.267" xlink:href="#J"><stop offset="0" stop-color="#…
Dworkspace_site.svg1x1="70.511" y1="138.118" x2="70.776" y2="103.986" xlink:href="#R"><stop offset="0" stop-color="#2c…
Dmy_sites.svg1x1="20.785" y1="134.942" x2="162.636" y2="133.976" xlink:href="#K"><stop offset="0" stop-color="#f…
Dworkstation_client.svg1x1="77.255" y1="209.239" x2="75.103" y2="161.494" xlink:href="#H"><stop offset="0" stop-color="#06…
Dshadowed_router.svg1x1="115.851" y1="190.464" x2="118.036" y2="121.241"/><linearGradient id="B" gradientUnits="userSpa…
Dsecurity.svg1x1="68.816" y1="101.562" x2="139.486" y2="101.562" xlink:href="#J"><stop offset="0" stop-color="#9…
Dcluster_server.svg1x1="97.23" y1="235.365" x2="97.511" y2="119.946"/><linearGradient id="B" xlink:href="#N"><stop off…
Dactive_directory.svg1x1="102.364" y1="206.128" x2="102.243" y2="96.305" gradientUnits="userSpaceOnUse"><stop offset="0"…
Dvista_client.svg1x1="147.933" y1="242.83" x2="147.599" y2="169.33" xlink:href="#H"><stop offset="0" stop-color="#09…
Dwindows_server_2.svg1x1="83.839" y1="200.393" x2="83.47" y2="127.295" xlink:href="#J"><stop offset="0" stop-color="#067…
Dserver_farm.svg1x1="51.569" y1="155.679" x2="51.754" y2="79.522"/><linearGradient xlink:href="#B" id="E" x1="27.81…
Dwriter.svg1x1="303.898" y1="179.373" x2="296.6" y2="172.551" xlink:href="#G"><stop offset="0" stop-color="#ff…
Dwindows_router.svg1x1="83.839" y1="200.393" x2="83.47" y2="127.295" xlink:href="#J"><stop offset="0" stop-color="#067…
Duser.svg1x1="100.994" y1="235.962" x2="100.899" y2="100.189" xlink:href="#F"><stop offset="0" stop-color="#…
Dsite_collection.svg1x1="56.926" y1="155.719" x2="167.953" y2="154.963" gradientUnits="userSpaceOnUse"><stop offset="0"…
Dwindows_server.svg1x1="83.839" y1="200.393" x2="83.47" y2="127.295"/><linearGradient id="D" x1="111.266" y1="206.304"…
/plugin/diagramsnet/lib/js/diagramly/
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);
120 ctx.moveTo(x1 + 0.5, y1 + 0.5);
129 ctx.translate(x1, y1);
136 ctx.fillText(text, x1, y1);
420 ctx.putImageData(ruler.guidePart.imgData1, ruler.guidePart.x1, ruler.guidePart.y1);
434 var x1, y1, imgData1, x2, y2, imgData2, x3, y3, imgData3;
442 x1 = 0;
447 imgData1 = ctx.getImageData(x1, y1 - 1, RULER_THICKNESS, 3);
448 drawLine(x1, y1, RULER_THICKNESS, y1);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
Dvalue.border.edge.class.php121 $x1, $y1, argument
135 $viewport->moveto($x1, $y1);
153 $viewport->moveto($x1, $y1);
174 $viewport->moveto($x1, $y1);
192 $x1a = ($x1 + $x4) / 2;
219 $viewport->moveto($x1, $y1);
237 $x1a = ($x1 + $x4) / 2;
260 $viewport->moveto($x1, $y1);
274 $viewport->moveto(($x1+$x4)/2,($y1+$y4)/2);
287 $viewport->moveto(($x1+$x4)/2,($y1+$y4)/2);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
DEd448.php204 list($x1, $y1, $z1) = $p;
206 $b = $x1->add($y1);
208 $c = $x1->multiply($x1);
252 list($x1, $y1, $z1) = $p;
257 $c = $x1->multiply($x2);
262 $h = $x1->add($y1)->multiply($x2->add($y2));
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
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>>...12