Home
last modified time | relevance | path

Searched refs:y1 (Results 51 – 75 of 220) sorted by relevance

123456789

/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dhard_disk.svg1y1="612.393" x2="413.152" y2="347.733" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color=…
H A Dgeneric_server.svg1y1="200.393" x2="83.47" y2="127.295" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#…
H A Dmodem.svg1y1="190.464" x2="118.036" y2="121.241" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color=…
H A Dlist.svg1y1="136.018" x2="89.882" y2="136.018" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="…
H A Drouter.svg1y1="168.443" x2="107.175" y2="98.686" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="…
H A Dwiring_hub.svg1y1="190.98" x2="116.079" y2="72.045" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#…
H A Ddatabase_cube.svg1y1="217.349" x2="146.866" y2="176.658" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color=…
H A Dtablet_pc.svg1y1="238.468" x2="165.974" y2="128.086" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color=…
H A Dfirewall.svg1y1="228.451" x2="146.413" y2="112.15" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="…
H A Dprinter.svg1y1="171.807" x2="218.785" y2="171.807" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color=…
H A Dfax.svg1y1="130.162" x2="206.672" y2="130.162" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color=…
H A Dphone.svg1y1="205.53" x2="121.708" y2="83.632" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#…
H A Dpda.svg1y1="214.086" x2="142.795" y2="112.779" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color=…
/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;
911 y: (y2 - y1) * r1 + y1 + yfactor
916 y: (y2 - y1) * r2 + y1 - yfactor
939 function handLine(x1, y1, x2, y2) { argument
941 return 'M' + x1.toFixed(1) + ',' + y1.toFixed(1) + wobble(x1, y1, x2, y2);
1195 var y1 = offsetY + SIGNAL_MARGIN + SIGNAL_PADDING;
1199 this.drawLine(aX, y1, aX + SELF_SIGNAL_WIDTH, y1, signal.linetype);
1450 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
1583 Raphael.fn.line = function(x1, y1, x2, y2) { argument
[all …]
H A Dsequence-diagram-raphael.js895 function wobble(x1, y1, x2, y2) { argument
899 var factor = Math.sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1)) / 25;
911 y: (y2 - y1) * r1 + y1 + yfactor
916 y: (y2 - y1) * r2 + y1 - yfactor
939 function handLine(x1, y1, x2, y2) { argument
941 return 'M' + x1.toFixed(1) + ',' + y1.toFixed(1) + wobble(x1, y1, x2, y2);
1195 var y1 = offsetY + SIGNAL_MARGIN + SIGNAL_PADDING;
1199 this.drawLine(aX, y1, aX + SELF_SIGNAL_WIDTH, y1, signal.linetype);
1297 Raphael.fn.line = function(x1, y1, x2, y2) { argument
1299 return this.path('M{0},{1} L{2},{3}', x1, y1, x2, y2);
[all …]
H A Dsequence-diagram-min.js6y1,x2,y2){assert(_.all([x1,x2,y1,y2],_.isFinite),"x1,x2,y1,y2 must be numeric");var factor=Math.sq… argument
H A Dsequence-diagram-snap.js895 function wobble(x1, y1, x2, y2) { argument
899 var factor = Math.sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1)) / 25;
911 y: (y2 - y1) * r1 + y1 + yfactor
916 y: (y2 - y1) * r2 + y1 - yfactor
939 function handLine(x1, y1, x2, y2) { argument
941 return 'M' + x1.toFixed(1) + ',' + y1.toFixed(1) + wobble(x1, y1, x2, y2);
1195 var y1 = offsetY + SIGNAL_MARGIN + SIGNAL_PADDING;
1199 this.drawLine(aX, y1, aX + SELF_SIGNAL_WIDTH, y1, signal.linetype);
1450 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
1451 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
[all …]
H A Dsequence-diagram-snap-min.js6y1,x2,y2){assert(_.all([x1,x2,y1,y2],_.isFinite),"x1,x2,y1,y2 must be numeric");var factor=Math.sq… argument
H A Dsequence-diagram-raphael-min.js6y1,x2,y2){assert(_.all([x1,x2,y1,y2],_.isFinite),"x1,x2,y1,y2 must be numeric");var factor=Math.sq… argument
/plugin/sketchcanvas/script/
H A Ddraw.js61 var y1 = Math.max(arr[0].y, arr[1].y);
63 var h = y1 - y0;
66 ctx.lineTo(x1, y1);
84 var y1 = Math.max(arr[0].y, arr[1].y);
86 var h = y1 - y0;
89 ctx.lineTo(x1, y1);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php578 if (isset($gradient_info['info']['y1'])) {
579 $gradient_info['info']['y1'] = ($gradient_info['info']['y1'] - $y_offset) / $h;
593 if (isset($gradient_info['info']['y1'])) {
594 $y1 = $gradient_info['info']['y1'];
596 $y1 = 0;
615 if (strpos($y1, '%') !== false) {
616 $y1 = (stristr($y1, '
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.svg1y1="15.35" x2="19" gradientUnits="userSpaceOnUse" y2="30.99" id="A"><stop offset=".18" stop-color=…
H A DJira_Logo.svg1y1="17.29" x2="39.25" gradientUnits="userSpaceOnUse" y2="32.46" id="A"><stop offset=".18" stop-col…
H A DSourcetree_Logo.svg1y1=".12" y2=".12" id="A"><stop stop-color="#0052cc" offset="0"/><stop stop-color="#2684ff" offset=…
H A DConfluence_Logo.svg1y1="67.65" x2="20.35" gradientUnits="userSpaceOnUse" y2="45.05" id="A"><stop offset=".18" stop-col…

123456789