Home
last modified time | relevance | path

Searched refs:nx (Results 1 – 25 of 31) sorted by path

12

/plugin/advrack/
H A Draphael.js1606 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x),
1612 alpha = (90 - math.atan2(mx - nx, my - ny) * 180 / PI);
1613 (mx > nx || my < ny) && (alpha += 180);
1618 n: {x: nx, y: ny},
1759 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
1766 var px = nx / denominator,
2365 var nx, ny, tq = {T:1, Q:1};
2380 nx = d.x * 2 - d.bx; // And reflect the previous
2384 nx = d.x;
2387 path = ["C", nx, ny][concat](path.slice(1));
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 … r s\\nt u v w\\nx y …
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js3452 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
3460 var px = fixError(nx / denominator),
3981 var nx, ny;
4001 nx = d.x * 2 - d.bx;
4011 nx = d.x;
4014 path = ['C', nx, ny].concat(path.slice(1));
/plugin/callflow/
H A Draphael.js1606 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x),
1612 alpha = (90 - math.atan2(mx - nx, my - ny) * 180 / PI);
1613 (mx > nx || my < ny) && (alpha += 180);
1618 n: {x: nx, y: ny},
1759 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
1766 var px = nx / denominator,
2365 var nx, ny;
2380 nx = d.x * 2 - d.bx; // And reflect the previous
2384 nx = d.x;
2387 path = ["C", nx, ny][concat](path.slice(1));
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1705nx=ex(Nm("44015444025645045745055946075a46085c460a5d460b5e470d60470e614710634711644713654814674816…
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js5121 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
5122 c.lineTo(pe.x + ny / 2 - 3 * nx / 2, pe.y - 3 * ny / 2 - nx / 2);
5135 pe.x -= nx;
5141 c.moveTo(px - nx / 2 - ny / 2, py - ny / 2 + nx / 2);
5142 c.lineTo(px - nx / 2 + ny / 2, py - ny / 2 - nx / 2);
5143 c.lineTo(px + ny / 2 - 3 * nx / 2, py - 3 * ny / 2 - nx / 2);
5144 c.lineTo(px - ny / 2 - 3 * nx / 2, py - 3 * ny / 2 + nx / 2);
5167 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
5169 c.moveTo(pe.x - nx / 2 + ny / 2, pe.y - ny / 2 - nx / 2);
5231 pe.x -= nx;
[all …]
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6nx=ex(Nm("44015444025645045745055946075a46085c460a5d460b5e470d60470e614710634711644713654814674816…
/plugin/diagramsnet/lib/shapes/er/
H A DmxER.js1256 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
1257 c.lineTo(pe.x - nx / 2 + ny / 2, pe.y - ny / 2 - nx / 2);
1270 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
1271 c.lineTo(pe.x - nx / 2 + ny / 2, pe.y - ny / 2 - nx / 2);
1272 c.moveTo(pe.x - nx - ny / 2, pe.y - ny + nx / 2);
1273 c.lineTo(pe.x - nx + ny / 2, pe.y - ny - nx / 2);
1301 c.moveTo(pe.x - nx - ny / 2, pe.y - ny + nx / 2);
1302 c.lineTo(pe.x - nx + ny / 2, pe.y - ny - nx / 2);
1345 c.lineTo(px - nx, py - ny);
1392 c.moveTo(px - nx / 2 - ny / 2, py - ny / 2 + nx / 2);
[all …]
/plugin/diagramsnet/lib/shapes/
H A DmxLeanMap.js1882 var nx = dx / dist;
1887 var p1x = midX - nx * dist * 0.1 - ny / 3 * dist * 0.1;
1888 var p1y = midY - ny * dist * 0.1 + nx / 3 * dist * 0.1;
1889 var p4x = midX + nx * dist * 0.1 + ny / 3 * dist * 0.1;
1890 var p4y = midY + ny * dist * 0.1 - nx / 3 * dist * 0.1;
1902 var nx = dx / dist;
1907 c.moveTo(pe.x - nx * 10 - ny * 5, pe.y - ny * 10 + nx * 5);
1909 c.lineTo(pe.x - nx * 10 + ny * 5, pe.y - ny * 10 - nx * 5);
1943 var nx = dx / dist;
1953 c.moveTo(pe.x - nx * 10 - ny * 5, pe.y - ny * 10 + nx * 5);
[all …]
H A DmxNetworks.js93 var nx = dx / dist;
98 var p1x = midX + nx * dist / 3 * 0.1 - ny / 3 * dist * 0.1;
99 var p1y = midY + ny * dist / 3 * 0.1 + nx / 3 * dist * 0.1;
100 var p2x = midX + nx * dist * 0.1 + ny * dist * 0.1;
101 var p2y = midY + ny * dist * 0.1 - nx * dist * 0.1;
103 var p3x = midX - nx * dist / 3 * 0.1 + ny / 3 * dist * 0.1;
104 var p3y = midY - ny * dist / 3 * 0.1 - nx / 3 * dist * 0.1;
105 var p4x = midX - nx * dist * 0.1 - ny * dist * 0.1;
106 var p4y = midY - ny * dist * 0.1 + nx * dist * 0.1;
H A DmxSysML.js953 var nx = unitX * (size + sw + 1);
960 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
961 c.lineTo(pe.x - nx / 2 + ny / 2, pe.y - ny / 2 - nx / 2);
973 var nx = unitX * (size + sw + 1);
991 var nx = unitX * (size + sw + 1);
2486 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
2487 c.lineTo(pe.x + nx / 2 + ny / 2, pe.y + ny / 2 - nx / 2);
2489 c.moveTo(pe.x + nx / 2 - ny / 2, pe.y + ny / 2 + nx / 2);
2490 c.lineTo(pe.x - nx / 2 + ny / 2, pe.y - ny / 2 - nx / 2);
2562 c.moveTo(pe.x - 1.5 * nx - ny / 2, pe.y - 1.5 * ny + nx / 2);
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 …n function project(x, y) {\n var gy = g - y, nx = n * x;\n return [gy * sin(nx), g - gy * c…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1nx(){return K_(J_)}function rx(){return K_(tx)}function ix(){var t=K_(ex);return t.angle=t.x,delet… function
H A Dmermaid.min.js.map1nx","A1","A2","A3","A4","M","equalEarthRaw","l2","l6","gnomonicRaw","kx","ky","tx","ty","reflectX"…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php2496 $nx = ceil($pb['w'] / $iw) + 1;
2498 $nx = 1;
2522 if ($nx > 1) {
2534 for ($xi = 0; $xi < $nx; $xi++) {
2694 $nx = ceil($pb['w'] / $iw) + 1;
2696 $nx = 1;
2716 if ($nx > 1) {
2726 for ($xi = 0; $xi < $nx; $xi++) {
/plugin/flowcharts/
H A Dmermaid.min.js1nx=ex(Dv("44015444025645045745055946075a46085c460a5d460b5e470d60470e614710634711644713654814674816…
/plugin/jmol2/jmol/
H A DCHANGES.txt1111 # public float[][][] functionXYZ(String functionName, int nx, int ny, int nz);
1269 # code: rewritten code for JvxlReader saves nx*ny*nz*8 bytes of memory on loading JVXL files
1270 # because there is no need for voxelData = float[nx][ny][nz].
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0_ShapeSurface.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_ShapeSurface.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php447 $nx = abs($ex - $sx);
449 $img = ImageCreate(max($nx+4,1),max($ny+4,1));
452 ImageFilledRectangle($img,0,0,$nx+4,$ny+4,$blanc);
491 $nx = abs($ex - $sx);
493 $img = ImageCreate(max($nx+4,1),max($ny+4,1));
496 ImageFilledRectangle($img,0,0,$nx+4,$ny+4,$blanc);
543 $nx = abs($ex - $sx);
554 $img = ImageCreate(max($nx+4,1),max($ny+4,1));
557 ImageFilledRectangle($img,0,0,$nx+4,$ny+4,$blanc);
605 $nx = abs($ex - $sx);
[all …]
/plugin/mathpublish/phpmathpublisher/
H A DHelper.php496 $nx = abs($ex - $sx);
498 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
500 imagefilledrectangle($img, 0, 0, $nx + 4, $ny + 4, $white);
543 $nx = abs($ex - $sx);
545 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
602 $nx = abs($ex - $sx);
609 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
619 min($nx + 2, $tmpWidth - $sx),
676 $nx = abs($ex - $sx);
683 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
[all …]
/plugin/mermaid/
H A Dmermaid.min.js1327 `)}return[]}function ohn(t){var e;return e=(Qte(),D0e),e[t>>>28]|e[t>>24&15]<<4|e[t>>20&15]<<8|e[t>>16&15]<<12|e[t>>12&15]<<16|e[t>>8&15]<<20|e[t>>4&15]<<24|e[t&15]<<28}function Bi global() function
[all...]
/plugin/ol3/
H A Dscript.js8nx=/^B(\d{2})(\d{2})(\d{2})(\d{2})(\d{5})([NS])(\d{3})(\d{5})([EW])([AV])(\d{5})(\d{5})/,ix=/^H.([…

12