/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | Svg.php | 694 $py2 = $py1 + sin($alpha); 696 $res1 = $this->testIntersect($px1, $py1, $px2, $py2, 0, 0, 0, 1); // $x=0 vert axis 697 $res2 = $this->testIntersect($px1, $py1, $px2, $py2, 1, 0, 1, 1); // $x=1 vert axis 698 $res3 = $this->testIntersect($px1, $py1, $px2, $py2, 0, 0, 1, 0); // $y=0 horiz axis 699 $res4 = $this->testIntersect($px1, $py1, $px2, $py2, 0, 1, 1, 1); // $y=1 horiz axis 737 $py2 = $py1 + sin($alpha); 739 $res1 = $this->testIntersect($px1, $py1, $px2, $py2, 0, 0, 0, 1); // $x=0 vert axis 740 $res2 = $this->testIntersect($px1, $py1, $px2, $py2, 1, 0, 1, 1); // $x=1 vert axis 741 $res3 = $this->testIntersect($px1, $py1, $px2, $py2, 0, 0, 1, 0); // $y=0 horiz axis 742 $res4 = $this->testIntersect($px1, $py1, $px2, $py2, [all...] |
/plugin/sequencediagram/bower_components/raphael/dev/ |
H A D | raphael.core.js | 1383 py2 = +py.toFixed(2); 1389 py2 < +mmin(y1, y2).toFixed(2) || 1390 py2 > +mmax(y1, y2).toFixed(2) || 1391 py2 < +mmin(y3, y4).toFixed(2) || 1392 py2 > +mmax(y3, y4).toFixed(2)
|
/plugin/sequencediagram/bower_components/snap.svg/dist/ |
H A D | snap.svg.js | 5580 py2 = +py.toFixed(2); 5586 py2 < +mmin(y1, y2).toFixed(2) || 5587 py2 > +mmax(y1, y2).toFixed(2) || 5588 py2 < +mmin(y3, y4).toFixed(2) || 5589 py2 > +mmax(y3, y4).toFixed(2)
|
/plugin/callflow/ |
H A D | raphael.js | 1769 py2 = +py.toFixed(2); 1775 py2 < +mmin(y1, y2).toFixed(2) || 1776 py2 > +mmax(y1, y2).toFixed(2) || 1777 py2 < +mmin(y3, y4).toFixed(2) || 1778 py2 > +mmax(y3, y4).toFixed(2)
|
/plugin/advrack/ |
H A D | raphael.js | 1769 py2 = +py.toFixed(2); 1775 py2 < +mmin(y1, y2).toFixed(2) || 1776 py2 > +mmax(y1, y2).toFixed(2) || 1777 py2 < +mmin(y3, y4).toFixed(2) || 1778 py2 > +mmax(y3, y4).toFixed(2)
|
/plugin/jcapture/lib/ |
H A D | transform-3.0.2.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 1 …py2=py*py,px2=px*px,pl=rx2*ry2-rx2*py2-ry2*px2,root=0;if(pl<0){var s=Math.sqrt(1-pl/(rx2*ry2));rx*…
|
H A D | fabric.js | 898 rx2 = rx * rx, ry2 = ry * ry, py2 = py * py, px2 = px * px, 899 pl = rx2 * ry2 - rx2 * py2 - ry2 * px2, 909 Math.sqrt( pl /(rx2 * py2 + ry2 * px2));
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Extensions.js | 6548 function NURBSTo(x, y, w, h, px1, py1, n1x, n1y, px2, py2, n2x, n2y) argument 6550 var nurbs = new Nurbs(px1, py1, n1x, n1y, px2, py2, n2x, n2y);
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 3463 py2 = +py.toFixed(2); 3470 py2 < +mmin(y1, y2).toFixed(2) || 3471 py2 > +mmax(y1, y2).toFixed(2) || 3472 py2 < +mmin(y3, y4).toFixed(2) || 3473 py2 > +mmax(y3, y4).toFixed(2)
|