/plugin/diagramsnet/lib/img/lib/mscae/ |
H A D | Virtual_Machines_Linux.svg | 1 …y2="384.274"><stop offset="0" stop-color="#ffeed7"/><stop offset="1" stop-color="#bdbfc2"/></linea…
|
H A D | DC_OS.svg | 1 …y2="50.023"><stop offset="0" stop-color="#7540b7"/><stop offset="1" stop-color="#9351e5"/></linear…
|
/plugin/diagramsnet/lib/img/lib/active_directory/ |
H A D | users.svg | 1 …y2="88.094"/><linearGradient xlink:href="#D" id="G" x1="162.577" y1="219.904" x2="161.673" y2="158…
|
H A D | meeting.svg | 1 …y2="137.171"/><linearGradient xlink:href="#C" id="F" x1="334.627" y1="170.555" x2="334.988" y2="15…
|
H A D | mainframe.svg | 1 …y2="227.267" xlink:href="#J"><stop offset="0" stop-color="#a6dbff"/><stop offset="1" stop-color="#…
|
H A D | workspace_site.svg | 1 …y2="103.986" xlink:href="#R"><stop offset="0" stop-color="#2c6dc9"/><stop offset="1" stop-color="#…
|
H A D | my_sites.svg | 1 …y2="133.976" xlink:href="#K"><stop offset="0" stop-color="#fe5d02"/><stop offset="1" stop-color="#…
|
H A D | workstation_client.svg | 1 …y2="161.494" xlink:href="#H"><stop offset="0" stop-color="#0676fc"/><stop offset="1" stop-color="#…
|
H A D | shadowed_router.svg | 1 …y2="121.241"/><linearGradient id="B" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#…
|
H A D | active_directory.svg | 1 …y2="96.305" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffc426"/><stop offset="1"…
|
H A D | cluster_server.svg | 1 …y2="119.946"/><linearGradient id="B" xlink:href="#N"><stop offset="0" stop-color="#05239a"/><stop …
|
H A D | security.svg | 1 …y2="101.562" xlink:href="#J"><stop offset="0" stop-color="#93c8ff"/><stop offset="1" stop-color="#…
|
H A D | windows_server_2.svg | 1 …y2="127.295" xlink:href="#J"><stop offset="0" stop-color="#0677fc"/><stop offset="1" stop-color="#…
|
H A D | vista_client.svg | 1 …y2="169.33" xlink:href="#H"><stop offset="0" stop-color="#09279c"/><stop offset="1" stop-color="#8…
|
H A D | server_farm.svg | 1 …y2="79.522"/><linearGradient xlink:href="#B" id="E" x1="27.814" y1="150.56" x2="27.495" y2="87.25"…
|
H A D | writer.svg | 1 …y2="172.551" xlink:href="#G"><stop offset="0" stop-color="#ff7a0c"/><stop offset="1" stop-color="#…
|
H A D | windows_router.svg | 1 …y2="127.295" xlink:href="#J"><stop offset="0" stop-color="#0677fc"/><stop offset="1" stop-color="#…
|
H A D | user.svg | 1 …y2="100.189" xlink:href="#F"><stop offset="0" stop-color="#0978fc"/><stop offset="1" stop-color="#…
|
H A D | windows_server.svg | 1 …y2="127.295"/><linearGradient id="D" x1="111.266" y1="206.304" x2="111.48" y2="118.372" gradientUn…
|
H A D | site_collection.svg | 1 …y2="154.963" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fe5d02"/><stop offset="1…
|
H A D | mainframe_host.svg | 1 …y2="96.995" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#090c9f"/><stop offset="1"…
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | value.border.edge.class.php | 122 $x2, $y2, argument 136 $viewport->lineto($x2, $y2); 154 $viewport->lineto($x2, $y2); 175 $viewport->lineto($x2, $y2); 196 $y2a = ($y2 + $y3) / 2; 220 $viewport->lineto($x2, $y2); 241 $y2a = ($y2 + $y3) / 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/sequencediagram/bower_components/js-sequence-diagrams/src/ |
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);
|
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 118 ' ' + x2.toFixed(1) + ',' + y2.toFixed(1); // end point 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); 393 var y2 = y1 + signal.height - 2 * SIGNAL_MARGIN - SIGNAL_PADDING; [all …]
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | mxRuler.js | 114 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); 121 ctx.lineTo(x2 + 0.5, y2 + 0.5); 434 var x1, y1, imgData1, x2, y2, imgData2, x3, y3, imgData3; 443 y2 = y1 + bounds.height / 2; 450 imgData2 = ctx.getImageData(x2, y2 - 1, RULER_THICKNESS, 3); 451 drawLine(x2, y2, RULER_THICKNESS, y2); 452 y2--; 461 y2 = RULER_THICKNESS / 2; 469 drawLine(x2, y2, x2, RULER_THICKNESS); [all …]
|