Home
last modified time | relevance | path

Searched defs:x2 (Results 1 – 25 of 76) sorted by relevance

1234

/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
Dtheme-raphael.js25 Raphael.fn.line = function(x1, y1, x2, y2) { argument
109 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
176 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
Dtheme.js92 function wobble(x1, y1, x2, y2) { argument
136 function handLine(x1, y1, x2, y2) { argument
Dtheme-snap.js179 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
267 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
Dmenclose.js19 …tJax.mml,b=MathJax.OutputJax["HTML-CSS"];var c="http://www.w3.org/2000/svg";var f="urn:schemas-mic…
/plugin/diagramsnet/lib/js/diagramly/
DmxRuler.js114 var drawLine = function (x1, y1, x2, y2, text) argument
483 x2: x2, property
/plugin/html2pdf/html2pdf/html2ps/
Dvalue.border.edge.class.php122 $x2, $y2,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DChaCha20.php314 …protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, …
DSalsa20.php460 …protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, …
/plugin/stlviewer/stlviewer/
DCanvasRenderer.js804 function drawTriangle( x0, y0, x1, y1, x2, y2 ) { argument
922 function patternPath( x0, y0, x1, y1, x2, y2, u0, v0, u1, v1, u2, v2, texture ) { argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DSvg.php2049 function Arcto($x1, $y1, $x2, $y2, $rx, $ry, $angle, $largeArcFlag, $sweepFlag)
4287 private function testIntersect($x1, $y1, $x2, $y2, $x3, $y3, $x4, $y4)
/plugin/diagramsnet/lib/js/diagramly/util/
DmxJsCanvas.js451 mxJsCanvas.prototype.quadTo = function(x1, y1, x2, y2) argument
472 mxJsCanvas.prototype.curveTo = function(x1, y1, x2, y2, x3, y3) argument
/plugin/ebnf/
H A Debnf.php96 function rr($im, $x1, $y1, $x2, $y2, $r, $black){
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg.js5037 proto.line = function (x1, y1, x2, y2) { argument
5044 x2: x2, property
5172 function gradientLinear(defs, x1, y1, x2, y2) { argument
5181 x2: x2, property
5247 proto.gradientLinear = function (x1, y1, x2, y2) { argument
5525 function bezlen(x1, y1, x2, y2, x3, y3, x4, y4, z) { argument
5544 function getTotLen(x1, y1, x2, y2, x3, y3, x4, y4, ll) { argument
5561 function intersect(x1, y1, x2, y2, x3, y3, x4, y4) { argument
6043 function l2c(x1, y1, x2, y2) { argument
6046 function q2c(x1, y1, ax, ay, x2, y2) { argument
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
DmxVsdxCanvas2D.js360 mxVsdxCanvas2D.prototype.quadTo = function(x1, y1, x2, y2) argument
399 mxVsdxCanvas2D.prototype.curveTo = function(x1, y1, x2, y2, x3, y3) argument
/plugin/tablecalc/src/tablecalc/
Dscript.js162 function range(x1,y1,x2,y2) { argument
/plugin/abc2/abc-libraries/abc2svg/
Dpsvg-1.js143 Psvg.prototype.curveto=function(x1,y1,x2,y2,x,y){path_def();path+="\tC"+ argument
163 Psvg.prototype.rcurveto=function(x1,y1,x2,y2,x,y){path_def();path+="\tc"+ argument
/plugin/register/
Dregister.php146 public function line($x1, $y1, $x2, $y2)
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.core.js423 R.angle = function (x1, y1, x2, y2, x3, y3) { argument
1328 function bezlen(x1, y1, x2, y2, x3, y3, x4, y4, z) { argument
1347 function getTatLen(x1, y1, x2, y2, x3, y3, x4, y4, ll) { argument
1364 function intersect(x1, y1, x2, y2, x3, y3, x4, y4) { argument
1624 x2: xmax, property
1815 l2c = function (x1, y1, x2, y2) { argument
1818 q2c = function (x1, y1, ax, ay, x2, y2) { argument
1830 a2c = function (x1, y1, rx, ry, angle, large_arc_flag, sweep_flag, x2, y2, recursive) { argument
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
Dsequence-diagram-snap.js895 function wobble(x1, y1, x2, y2) { argument
939 function handLine(x1, y1, x2, y2) { argument
1450 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
1538 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
Dsequence-diagram-snap-min.js6 …nction clamp(x,min,max){return x<min?min:x>max?max:x}function wobble(x1,y1,x2,y2){assert(_.all([x1… argument
Dsequence-diagram.js895 function wobble(x1, y1, x2, y2) { argument
939 function handLine(x1, y1, x2, y2) { argument
1450 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
1538 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
1583 Raphael.fn.line = function(x1, y1, x2, y2) { argument
1667 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
1734 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
/plugin/amcharts/assets/amcharts/plugins/export/
Dexport.js102 x2: 0, property
353 x2: ( _this.setup.fabric.width / 2 ) + ( _this.setup.fabric.width / 10 ), property
818 getAngle: function( x1, y1, x2, y2 ) { argument
1150 x2: p.x2, property
1171 x2: l.x2, property
Dexport.min.js1 …pper:!1},drawing:{enabled:!1,undos:[],redos:[],buffer:{position:{x1:0,y1:0,x2:0,y2:0,xD:0,yD:0}},h… property
/plugin/callflow/
Draphael.js820 R.angle = function (x1, y1, x2, y2, x3, y3) { argument
1714 function bezlen(x1, y1, x2, y2, x3, y3, x4, y4, z) { argument
1733 function getTatLen(x1, y1, x2, y2, x3, y3, x4, y4, ll) { argument
1750 function intersect(x1, y1, x2, y2, x3, y3, x4, y4) { argument
2010 x2: xmax, property
2201 l2c = function (x1, y1, x2, y2) { argument
2204 q2c = function (x1, y1, ax, ay, x2, y2) { argument
2216 a2c = function (x1, y1, rx, ry, angle, large_arc_flag, sweep_flag, x2, y2, recursive) { argument
5872 x2: vector[2], property
/plugin/advrack/
Draphael.js820 R.angle = function (x1, y1, x2, y2, x3, y3) { argument
1714 function bezlen(x1, y1, x2, y2, x3, y3, x4, y4, z) { argument
1733 function getTatLen(x1, y1, x2, y2, x3, y3, x4, y4, ll) { argument
1750 function intersect(x1, y1, x2, y2, x3, y3, x4, y4) { argument
2010 x2: xmax, property
2201 l2c = function (x1, y1, x2, y2) { argument
2204 q2c = function (x1, y1, ax, ay, x2, y2) { argument
2216 a2c = function (x1, y1, rx, ry, angle, large_arc_flag, sweep_flag, x2, y2, recursive) { argument
5871 x2: vector[2], property

1234