/plugin/diagramsnet/lib/img/lib/mscae/ |
H A D | Virtual_Machines_Linux.svg | 1 …y1="551.63" x2="420.521" y2="384.274"><stop offset="0" stop-color="#ffeed7"/><stop offset="1" stop…
|
H A D | DC_OS.svg | 1 …y1="9.893" x2="25" y2="50.023"><stop offset="0" stop-color="#7540b7"/><stop offset="1" stop-color=…
|
/plugin/diagramsnet/lib/img/lib/active_directory/ |
H A D | users.svg | 1 …y1="223.866" x2="138.696" y2="88.094"/><linearGradient xlink:href="#D" id="G" x1="162.577" y1="219…
|
H A D | meeting.svg | 1 …y1="159.211" x2="324.979" y2="137.171"/><linearGradient xlink:href="#C" id="F" x1="334.627" y1="17…
|
H A D | mainframe.svg | 1 …y1="438.763" x2="262.301" y2="227.267" xlink:href="#J"><stop offset="0" stop-color="#a6dbff"/><sto…
|
H A D | workspace_site.svg | 1 …y1="138.118" x2="70.776" y2="103.986" xlink:href="#R"><stop offset="0" stop-color="#2c6dc9"/><stop…
|
H A D | my_sites.svg | 1 …y1="134.942" x2="162.636" y2="133.976" xlink:href="#K"><stop offset="0" stop-color="#fe5d02"/><sto…
|
H A D | workstation_client.svg | 1 …y1="209.239" x2="75.103" y2="161.494" xlink:href="#H"><stop offset="0" stop-color="#0676fc"/><stop…
|
H A D | shadowed_router.svg | 1 …y1="190.464" x2="118.036" y2="121.241"/><linearGradient id="B" gradientUnits="userSpaceOnUse"><sto…
|
H A D | active_directory.svg | 1 …y1="206.128" x2="102.243" y2="96.305" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="…
|
H A D | cluster_server.svg | 1 …y1="235.365" x2="97.511" y2="119.946"/><linearGradient id="B" xlink:href="#N"><stop offset="0" sto…
|
H A D | security.svg | 1 …y1="101.562" x2="139.486" y2="101.562" xlink:href="#J"><stop offset="0" stop-color="#93c8ff"/><sto…
|
H A D | windows_server_2.svg | 1 …y1="200.393" x2="83.47" y2="127.295" xlink:href="#J"><stop offset="0" stop-color="#0677fc"/><stop …
|
H A D | vista_client.svg | 1 …y1="242.83" x2="147.599" y2="169.33" xlink:href="#H"><stop offset="0" stop-color="#09279c"/><stop …
|
H A D | server_farm.svg | 1 …y1="155.679" x2="51.754" y2="79.522"/><linearGradient xlink:href="#B" id="E" x1="27.814" y1="150.5…
|
H A D | writer.svg | 1 …y1="179.373" x2="296.6" y2="172.551" xlink:href="#G"><stop offset="0" stop-color="#ff7a0c"/><stop …
|
H A D | windows_router.svg | 1 …y1="200.393" x2="83.47" y2="127.295" xlink:href="#J"><stop offset="0" stop-color="#0677fc"/><stop …
|
H A D | user.svg | 1 …y1="235.962" x2="100.899" y2="100.189" xlink:href="#F"><stop offset="0" stop-color="#0978fc"/><sto…
|
H A D | windows_server.svg | 1 …y1="200.393" x2="83.47" y2="127.295"/><linearGradient id="D" x1="111.266" y1="206.304" x2="111.48"…
|
H A D | site_collection.svg | 1 …y1="155.719" x2="167.953" y2="154.963" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color=…
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | mxRuler.js | 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); 443 y2 = y1 + bounds.height / 2; 445 y3 = y1 + bounds.height; 448 drawLine(x1, y1, RULER_THICKNESS, y1); 449 y1--; 459 y1 = 0; 476 if (ruler.guidePart == null || ruler.guidePart.x1 != x1 || ruler.guidePart.y1 != y1) [all …]
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | value.border.edge.class.php | 121 $x1, $y1, argument 135 $viewport->moveto($x1, $y1); 153 $viewport->moveto($x1, $y1); 174 $viewport->moveto($x1, $y1); 193 $y1a = ($y1 + $y4) / 2; 219 $viewport->moveto($x1, $y1); 238 $y1a = ($y1 + $y4) / 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/sequencediagram/bower_components/js-sequence-diagrams/src/ |
H A D | theme.js | 92 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; 108 y: (y2 - y1) * r1 + y1 + yfactor 113 y: (y2 - y1) * r2 + y1 - yfactor 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); 392 var y1 = offsetY + SIGNAL_MARGIN + SIGNAL_PADDING; 393 var y2 = y1 + signal.height - 2 * SIGNAL_MARGIN - SIGNAL_PADDING; [all …]
|
H A D | theme-raphael.js | 25 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);
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/ |
H A D | Ed448.php | 204 list($x1, $y1, $z1) = $p; 206 $b = $x1->add($y1); 209 $d = $y1->multiply($y1); 252 list($x1, $y1, $z1) = $p; 258 $d = $y1->multiply($y2); 262 $h = $x1->add($y1)->multiply($x2->add($y2));
|