/plugin/diagramsnet/lib/shapes/ |
H A D | mxArrows.js | 480 this.dx1 = 0.5; 511 var dx1 = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx1', this.dx1)))); 525 c.lineTo(w - dx1, dy1); 531 c.lineTo(w - dx1, h - dy1); 587 var dx1 = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx1', this.dx1)))); 629 this.dx1 = 0.5; 665 var dx1 = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx1', this.dx1)))); 675 c.lineTo(w - dx1, dy1); 681 c.lineTo(w - dx1, h - dy1); 751 var dx1 = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx1', this.dx1)))); [all …]
|
H A D | mxGmdl.js | 894 this.dx1 = 0.8; 917 var dx1 = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx1', this.dx1)))); 932 c.lineTo(dx1, h * 0.5); 945 …var dx1 = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx1', this.dx1)))… 947 return new mxPoint(bounds.x + dx1 * bounds.width, bounds.y + bounds.height / 2); 955 …var dx2 = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx2', this.dx1)))…
|
H A D | mxAndroid.js | 888 this.dx1 = 0.8; 913 var dx1 = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx1', this.dx1)))); 930 c.lineTo(dx1, h * 0.5); 937 c.lineTo(dx1, h * 0.5); 956 …var dx1 = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx1', this.dx1)))… 958 return new mxPoint(bounds.x + dx1 * bounds.width, bounds.y + bounds.height / 2); 966 …var dx2 = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx2', this.dx1)))…
|
H A D | mxBasic.js | 933 this.dx1 = 0.5; 962 var dx1 = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx1', this.dx1)))); 968 c.moveTo(dx1, 0); 978 c.moveTo(dx1, 0); 991 …var dx1 = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx1', this.dx1)))… 993 return new mxPoint(bounds.x + dx1 * bounds.width, bounds.y + 10); 1041 var dx1 = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx1', this.dx1)))); 1046 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx1, 0)); 1047 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w + dx1) * 0.5, dy2 * 0.5)… 1053 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx1 * 0.5, dy1 * 0.5));
|
/plugin/abc2/abc-libraries/abc2svg/ |
H A D | abc2svg-1.js | 1054 function set_hl(p_st,n,x,dx1,dx2){var i,hl argument 1062 if(i==hl.length){hl.push([x,dx1,dx2])}else if(x>hl[i][0]){hl.splice(++i,0,[x,dx1,dx2])}else{if(dx1<hl[i][1]) 1063 hl[i][1]=dx1 1075 var dx1,dx2,hl,shhd,hlp,stafflines=p_staff.stafflines,top=stafflines.length-1,yu=top,bot=p_staff.botline/6,yl=bot,dx=s.grace?4:hw_tb[s.head]*1.3 1079 dx1=(hla[i][1]<shhd?hla[i][1]:shhd)-dx 1085 set_hl(p_staff,hlp>>1,s.x,dx1,dx2)} 1086 dx1=shhd-dx 1089 set_hl(p_staff,yl,s.x,dx1,dx [all...] |
/plugin/diagramsnet/lib/js/ |
H A D | shapes-14-6-5.min.js | 1374 …dx1))));return new mxPoint(a.x+b*a.width,a.y+a.height/2)},function(a,b){this.state.style.dx1=Math.… 1611 …dx1))));var f=Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"dx2",this.dx2)))),g=Ma… 1613 …dx1)))),d=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"dy1",this.dy1))));re… 1616 …dx1)))),f=Math.max(0,Math.min(d,parseFloat(mxUtils.getValue(this.style,"dx2",this.dx2)))),g=Math.m… 1619 …this.stroke=e;this.strokewidth=null!=b?b:1;this.dx3=this.dy3=this.dx2=this.dx1=this.dy1=.5;this.no… 1625 …dx1)))),d=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"dy1",this.dy1))));re… 1700 …dx1)),c.x-a.x)))/100;this.state.style.dy2=Math.round(100*Math.max(parseFloat(mxUtils.getValue(this… 1750 …dx1)),c.x-a.x)))/100});d.push(e);e=Graph.createHandle(a,["arrowHead"],function(a){var b=Math.max(0… 1846 …;this.bounds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx1=.5;this.dx2=.6;this… 1850 …Value(this.state.style,"dx1",this.dx1))));return new mxPoint(a.x+b*a.width,a.y+10)},function(a,c){… [all …]
|
H A D | shapes.min.js | 1325 …dx1))));return new mxPoint(a.x+b*a.width,a.y+a.height/2)},function(a,b){this.state.style.dx1=Math.… 1562 …dx1))));var f=Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"dx2",this.dx2)))),g=Ma… 1564 …dx1)))),d=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"dy1",this.dy1))));re… 1567 …dx1)))),f=Math.max(0,Math.min(d,parseFloat(mxUtils.getValue(this.style,"dx2",this.dx2)))),g=Math.m… 1570 …this.stroke=e;this.strokewidth=null!=b?b:1;this.dx3=this.dy3=this.dx2=this.dx1=this.dy1=.5;this.no… 1576 …dx1)))),d=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"dy1",this.dy1))));re… 1651 …dx1)),c.x-a.x)))/100;this.state.style.dy2=Math.round(100*Math.max(parseFloat(mxUtils.getValue(this… 1701 …dx1)),c.x-a.x)))/100});d.push(e);e=Graph.createHandle(a,["arrowHead"],function(a){var b=Math.max(0… 1797 …;this.bounds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx1=.5;this.dx2=.6;this… 1801 …Value(this.state.style,"dx1",this.dx1))));return new mxPoint(a.x+b*a.width,a.y+10)},function(a,c){… [all …]
|
H A D | viewer-static.min.js | 5462 …dx1))));return new mxPoint(a.x+b*a.width,a.y+a.height/2)},function(a,b){this.state.style.dx1=Math.… 5699 …dx1))));var f=Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"dx2",this.dx2)))),g=Ma… 5701 …dx1)))),d=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"dy1",this.dy1))));re… 5704 …dx1)))),f=Math.max(0,Math.min(d,parseFloat(mxUtils.getValue(this.style,"dx2",this.dx2)))),g=Math.m… 5707 …this.stroke=e;this.strokewidth=null!=b?b:1;this.dx3=this.dy3=this.dx2=this.dx1=this.dy1=.5;this.no… 5713 …dx1)))),d=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"dy1",this.dy1))));re… 5788 …dx1)),c.x-a.x)))/100;this.state.style.dy2=Math.round(100*Math.max(parseFloat(mxUtils.getValue(this… 5838 …dx1)),c.x-a.x)))/100});d.push(e);e=Graph.createHandle(a,["arrowHead"],function(a){var b=Math.max(0… 5934 …;this.bounds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx1=.5;this.dx2=.6;this… 5938 …Value(this.state.style,"dx1",this.dx1))));return new mxPoint(a.x+b*a.width,a.y+10)},function(a,c){… [all …]
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | Svg.php | 2143 $dx1 = $t * ( - $cosPhi * $rx * $sinTheta1 - $sinPhi * $ry * $cosTheta1); 2150 $coords[$i] = [($x1 + $dx1), ($y1 + $dy1), ($xe + $dxe), ($ye + $dye), $xe, $ye];
|
/plugin/processing/ |
H A D | script.js | 10033 p.intersect = function intersect(sx1, sy1, sx2, sy2, dx1, dy1, dx2, dy2) { argument 10036 var dw = dx2 - dx1 + 1; 10038 if (dx1 < sx1) { 10039 dw += dx1 - sx1; 10044 var w = sw + sx1 - dx1;
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 6691 var dx1 = Math.abs(a - x); 6693 var r1 = Math.sqrt(dx1 * dx1 + dy1 * dy1);
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js.map | 1 …dx1","dy1","cornerRadius","padRadius","a01","a11","a10","da0","da1","ap","rp","rc0","rc1","oc","bx…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …dx1 = cx1 - x00,\n dy1 = cy1 - y00;\n\n // Pick the closer of the two intersection points.\n…
|