Home
last modified time | relevance | path

Searched refs:x1 (Results 226 – 250 of 278) sorted by last modified time

12345678910>>...12

/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js108 x1: vector[0],
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.no-deps.min.js1 …adient){m=x(h+"Gradient",{id:u}),e.gradient=m,x(m,"radial"==h?{fx:f,fy:p}:{x1:_[0],y1:_[1],x2:_[2]…
H A Draphael.min.js1 …adient){m=x(h+"Gradient",{id:u}),e.gradient=m,x(m,"radial"==h?{fx:f,fy:p}:{x1:_[0],y1:_[1],x2:_[2]…
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js20x1:a,x2:c,y1:b,y2:d}),this.el("line",e)},g.polyline=function(a){arguments.length>1&&(a=Array.proto…
H A Dsnap.svg.js1055 var x = x1 - x2,
1216 return (x1 - x2) * (x1 - x2) + (y1 - y2) * (y1 - y2);
1863 x1,
5040 attr = x1;
5043 x1: x1, property in proto.line.attr
5123 return Snap._.box(x1, y1, math.abs(x2 - x1), math.abs(y2 - y1));
5179 x1: x1,
5570 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
5678 bez1 = [x1, y1, x1, y1, x1m, y1m, x1m, y1m];
6072 x1 = xy.x;
[all …]
/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 …]
H A Dsequence-diagram-min.js6x1,y1,x2,y2){assert(_.all([x1,x2,y1,y2],_.isFinite),"x1,x2,y1,y2 must be numeric");var factor=Math… argument
H A Dsequence-diagram-min.js.map1 …,"box","x","width","getCenterY","y","height","clamp","min","max","wobble","x1","y1","x2","y2","all…
H A Dsequence-diagram-raphael-min.js.map1 …,"box","x","width","getCenterY","y","height","clamp","min","max","wobble","x1","y1","x2","y2","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;
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);
1297 Raphael.fn.line = function(x1, y1, x2, y2) { argument
1299 return this.path('M{0},{1} L{2},{3}', x1, y1, x2, y2);
1381 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
1382 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-raphael.js25 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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js3 ….length?(e=r=n,t):r},t.x0=function(n){return arguments.length?(e=n,t):e},t.x1=function(n){return a… function
5 …radius=n.x,delete n.x,n.innerRadius=n.x0,delete n.x0,n.outerRadius=n.x1,delete n.x1,n.angle=n.y,de…
/plugin/chordsheets/js/
H A Draphael.js1 …adient){m=x(h+"Gradient",{id:u}),e.gradient=m,x(m,"radial"==h?{fx:f,fy:p}:{x1:_[0],y1:_[1],x2:_[2]…
/plugin/callflow/
H A Draphael.js822 var x = x1 - x2,
1759 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
1883 x1 = x1m = pi[1];
1888 x1 = bez1[6];
1891 bez1 = [x1, y1, x1, y1, x1m, y1m, x1m, y1m];
1892 x1 = x1m;
2230 x1 = xy.x;
2237 x = (x1 - x2) / 2,
2288 m1 = [x1, y1],
2606 x1,
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js13672 vector.x1 = x1;
15156 vector.x1 += x;
16857 x1: x + width/2,
28311 this.x1 = x1;
28341 this.x1 = x1;
28598 x -= x1;
28943 x1 = a00 * x + a01 * y;
28945 d = (x1 - x0) * (x1 - x0) + (y1 - y0) * (y1 - y0);
65951 options.QuadPoints = [x1, y2, x2, y2, x1, y1, x2, y1];
66017 x2 = x1 + w;
[all …]
H A Dpdfmake.min.js.map1x1","y1","lineTo","x2","y2","points","p1","pn","closePath","lineColor","fillAndStroke","stroke","i…
H A Dpdfmake.min.js7 …t(t.x,t.y,t.w,t.h,t.r):e.rect(t.x,t.y,t.w,t.h);break;case"line":e.moveTo(t.x1,t.y1),e.lineTo(t.x2,…
9x1,i=t.y1,o=t.x2,a=t.y2;t.resetXY=function(){t.x=e,t.y=n,t.x1=r,t.y1=i,t.x2=o,t.y2=a}}),t.resetXY=…
10x1:o.left,x2:o.left+o.width,y1:l,y2:l,lineWidth:r,lineColor:"function"==typeof this.layout.hLineCo…
13x1=n,this.y1=r,this.x2=i,this.y2=o,e.__super__.constructor.apply(this,arguments)}return o(e,t),e.p…
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js1x1:0,y1:0,x2:0,y2:0,xD:0,yD:0}},handler:{undo:function(a,b){var d=c.drawing.undos.pop();if(d){d.se… property in AmCharts.c.drawing.buffer.position
H A Dexport.js100 x1: 0, property in AmCharts._this.drawing.buffer.position
364 var line = new fabric.Line( [ cfg.x1, cfg.y1, cfg.x2, cfg.y2 ], {
377 arrowLeft = cfg.x1 + ( cfg.width / 2 );
818 getAngle: function( x1, y1, x2, y2 ) { argument
819 var x = x2 - x1;
971 ref.x1 = pos.x;
977 ref.xD = ( ref.x1 - ref.x2 ) < 0 ? ( ref.x1 - ref.x2 ) * -1 : ( ref.x1 - ref.x2 );
1148 x1: p.x1,
1175 l.angle = ( _this.getAngle( l.x1, l.y1, l.x2, l.y2 ) + 90 );
1179 left = l.x1 + ( l.width / 2 );
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1x1,y1,x2,y2,x3,y3){var argsString=_join.call(arguments);if(boundsOfCurveCache[argsString]){return … argument
4x1:el.getAttribute("x1")||0,y1:el.getAttribute("y1")||0,x2:el.getAttribute("x2")||"100%",y2:el.get… property in AnonymousFunction148c19c32d00.coords
6x1=this._groupSelector.ex,y1=this._groupSelector.ey,x2=x1+this._groupSelector.left,y2=y1+this._gro… property in gradient.coords
8x1:1,x2:1,y1:1,y2:1},supportsLineDash=fabric.StaticCanvas.supports("setLineDash");if(fabric.Line){… property in coordProps
H A Dfabric.js1067 b = 6 * x0 - 12 * x1 + 6 * x2;
1069 c = 3 * x1 - 3 * x0;
4967 x1: options.coords.x1 || 0, property in AnonymousFunction064b60f12a00.coords
5054 ' x1="', coords.x1,
5070 '" fx="', coords.x1,
11798 x1: options.x1, property in gradient.coords
13508 x1: 0,
13644 ctx.moveTo(p.x1, p.y1);
13694 x1: x1,
13709 p = { x1: this.x1, x2: this.x2, y1: this.y1, y2: this.y2 }; property in AnonymousFunction064b60f119f00.p
[all …]
/plugin/chessdiagram/
H A Dsyntax.php187 'x1' => '<img src="'
/plugin/godiag/
H A Dsyntax.php450 $x1=$x-($this->style['mark_sqheight']/2);
454 imagefilledrectangle($im, $x1, $y1, $x2, $y2, $this->dgm['mark_color']);
458 $x1=$x-($this->style['link_sqheight']/2);
462 imagefilledrectangle($im, $x1, $y1, $x2, $y2, $this->dgm['link_color']);
642 $x1=$x-$this->style['line_sp']/2;
657 return "<area href=\"$href\" title=\"$title\" alt=\"$title\" coords=\"$x1,$y1,$x2,$y2\"/>";
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js725 ), function(match, whole_match, link_text, url3, url4, x0, x1, title) { argument

12345678910>>...12