Home
last modified time | relevance | path

Searched refs:x1 (Results 51 – 75 of 278) sorted by relevance

12345678910>>...12

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php257 $x1 = substr($x, 0, -$m);
262 $z2 = self::polynomialMultiply($x1, $y1);
265 self::subAdd2($x1, $x0),
295 $x1 = $x & 0x22222222;
304 $z0 = ($x0 * $y0) ^ ($x1 * $y3) ^ ($x2 * $y2) ^ ($x3 * $y1);
305 $z1 = ($x0 * $y1) ^ ($x1 * $y0) ^ ($x2 * $y3) ^ ($x3 * $y2);
306 $z2 = ($x0 * $y2) ^ ($x1 * $y1) ^ ($x2 * $y0) ^ ($x3 * $y3);
307 $z3 = ($x0 * $y3) ^ ($x1 * $y2) ^ ($x2 * $y1) ^ ($x3 * $y0);
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dhard_disk.svg1x1="413.152" y1="612.393" x2="413.152" y2="347.733" gradientUnits="userSpaceOnUse"><stop offset="0…
H A Dgeneric_server.svg1x1="83.839" y1="200.393" x2="83.47" y2="127.295" gradientUnits="userSpaceOnUse"><stop offset="0" s…
H A Dmodem.svg1x1="115.851" y1="190.464" x2="118.036" y2="121.241" gradientUnits="userSpaceOnUse"><stop offset="0…
H A Dlist.svg1x1="54.995" y1="136.018" x2="89.882" y2="136.018" gradientUnits="userSpaceOnUse"><stop offset="0" …
H A Drouter.svg1x1="106.908" y1="168.443" x2="107.175" y2="98.686" gradientUnits="userSpaceOnUse"><stop offset="0"…
H A Dwiring_hub.svg1x1="116.567" y1="190.98" x2="116.079" y2="72.045" gradientUnits="userSpaceOnUse"><stop offset="0" …
H A Ddatabase_cube.svg1x1="147.066" y1="217.349" x2="146.866" y2="176.658" gradientUnits="userSpaceOnUse"><stop offset="0…
H A Dtablet_pc.svg1x1="166.509" y1="238.468" x2="165.974" y2="128.086" gradientUnits="userSpaceOnUse"><stop offset="0…
H A Dfirewall.svg1x1="146.346" y1="228.451" x2="146.413" y2="112.15" gradientUnits="userSpaceOnUse"><stop offset="0"…
H A Dprinter.svg1x1="112.689" y1="171.807" x2="218.785" y2="171.807" gradientUnits="userSpaceOnUse"><stop offset="0…
H A Dfax.svg1x1="16.783" y1="130.162" x2="206.672" y2="130.162" gradientUnits="userSpaceOnUse"><stop offset="0"…
H A Dphone.svg1x1="121.897" y1="205.53" x2="121.708" y2="83.632" gradientUnits="userSpaceOnUse"><stop offset="0" …
H A Dpda.svg1x1="140.361" y1="214.086" x2="142.795" y2="112.779" gradientUnits="userSpaceOnUse"><stop offset="0…
H A Dtunnel.svg1x1="11.921" y1="163.389" x2="12.189" y2="127.805" gradientUnits="userSpaceOnUse"><stop offset="0" …
H A Dfolder.svg1x1="58.98" y1="150.369" x2="164.285" y2="150.369" gradientUnits="userSpaceOnUse"><stop offset="0" …
/plugin/sketchcanvas/script/
H A Ddraw.js60 var x1 = Math.max(arr[0].x, arr[1].x);
62 var w = x1 - x0;
66 ctx.lineTo(x1, y1);
83 var x1 = Math.max(arr[0].x, arr[1].x);
85 var w = x1 - x0;
89 ctx.lineTo(x1, y1);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php575 if (isset($gradient_info['info']['x1'])) {
576 $gradient_info['info']['x1'] = ($gradient_info['info']['x1'] - $x_offset) / $w;
588 if (isset($gradient_info['info']['x1'])) {
589 $x1 = $gradient_info['info']['x1'];
591 $x1 = 0;
609 if (strpos($x1, '%') !== false) {
610 $x1 = (stristr($x1, '
1934 Arcto($x1, $y1, $x2, $y2, $rx, $ry, $angle, $largeArcFlag, $sweepFlag) global() argument
3997 testIntersect($x1, $y1, $x2, $y2, $x3, $y3, $x4, $y4) global() argument
[all...]
/plugin/diagramsnet/lib/img/lib/atlassian/
H A DJira_Software_Logo.svg1x1="34.64" y1="15.35" x2="19" gradientUnits="userSpaceOnUse" y2="30.99" id="A"><stop offset=".18" …
H A DBamboo_Logo.svg1x1="16.06" y1="10.61" x2="16.06" gradientUnits="userSpaceOnUse" y2="53.94" id="A"><stop offset="0"…
H A DJira_Logo.svg1x1="53.96" y1="17.29" x2="39.25" gradientUnits="userSpaceOnUse" y2="32.46" id="A"><stop offset=".1…
H A DSourcetree_Logo.svg1x1="28.44" gradientUnits="userSpaceOnUse" x2="28.44" y1=".12" y2=".12" id="A"><stop stop-color="#0…
H A DConfluence_Logo.svg1x1="59.68" y1="67.65" x2="20.35" gradientUnits="userSpaceOnUse" y2="45.05" id="A"><stop offset=".1…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js895 function wobble(x1, y1, x2, y2) { argument
899 var factor = Math.sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1)) / 25;
910 x: (x2 - x1) * r1 + x1 + xfactor,
915 x: (x2 - x1) * r2 + x1 - xfactor,
939 function handLine(x1, y1, x2, y2) { argument
941 return 'M' + x1.toFixed(1) + ',' + y1.toFixed(1) + wobble(x1, y1, x2, y2);
1450 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
1451 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
1538 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
1583 Raphael.fn.line = function(x1, y1, x2, y2) { argument
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dflow_context.class.inc.php133 $x1 = $this->float_right_x($parent->get_right(), $y);
134 if ($x1 + EPSILON > $x + $width) {
255 $x1 = $this->float_left_x($parent->get_left(), $y);
256 if ($x1 - EPSILON < $x - $width) {

12345678910>>...12