| /plugin/diagramsnet/lib/shapes/ |
| D | mxNetworks.js | 93 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;
|
| D | mxSysML.js | 953 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); 963 c.ellipse(pe.x - 0.5 * nx - a, pe.y - 0.5 * ny - a, 2 * a, 2 * a); 973 var nx = unitX * (size + sw + 1); 981 c.ellipse(pe.x - 0.5 * nx - a, pe.y - 0.5 * ny - a, 2 * a, 2 * a); 991 var nx = unitX * (size + sw + 1); 1000 c.moveTo(pe.x - ny / 2, pe.y + nx / 2); 1001 c.arcTo(a, a, 0, 0, 1, pe.x + ny / 2, pe.y - nx / 2); 2480 var nx = unitX * (size + sw + 1); [all …]
|
| D | mxLeanMap.js | 1882 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 …]
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/ |
| D | ExtractStyleBlocks.php | 239 $nx = null; 244 $nx = $y; 271 if ($nx === null) { 272 $nx = ''; 274 $nx .= $sdelim . $y; 278 if ($nx !== null) { 280 $nsel = $nx; 282 $nsel .= $delim . $nx;
|
| /plugin/mathpublish/phpmathpublisher/ |
| D | Helper.php | 496 $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); 501 …imagecopy($img, $tmpImg, 2, 2, $sx, $sy, min($nx + 2, $tmpWidth - $sx), min($ny + 2, $tmpHeight - … 543 $nx = abs($ex - $sx); 545 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1)); 547 imagefilledrectangle($img, 0, 0, $nx + 4, $ny + 4, $white); 548 …imagecopy($img, $tmpImg, 2, 2, $sx, $sy, min($nx + 2, $tmpWidth - $sx), min($ny + 2, $tmpHeight - … 602 $nx = abs($ex - $sx); 609 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1)); [all …]
|
| /plugin/diagramsnet/lib/shapes/er/ |
| D | mxER.js | 1250 var nx = unitX * (size + sw + 1); 1256 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); 1264 var nx = unitX * (size + sw + 1); 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); 1280 var nx = unitX * (size + sw + 1); 1286 c.moveTo(pe.x + ny / 2, pe.y - nx / 2); [all …]
|
| /plugin/mizarverifiabledocs/script/ |
| H A D | miz2svg.py | 5 import sys, subprocess, tempfile, os, networkx as nx namespace 14 dot = nx.nx_pydot.to_pydot(G).to_string()
|
| H A D | miz_parser.py | 19 import networkx as nx namespace 62 def parse_mizar(path: Path) -> nx.DiGraph: 142 G = nx.DiGraph() 184 def visualize(G: nx.DiGraph, outfile: Path) -> None: 191 "value": max(nx.degree(G, n["id"]), 1),
|
| /plugin/math2/phpmathpublisher/ |
| D | mathpublisher.php | 447 $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); 453 ImageCopy($img,$tmp_img,2,2,$sx,$sy,min($nx+2,$tmp_largeur-$sx),min($ny+2,$tmp_hauteur-$sy)); 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); 497 ImageCopy($img,$tmp_img,2,2,$sx,$sy,min($nx+2,$tmp_largeur-$sx),min($ny+2,$tmp_hauteur-$sy)); 543 $nx = abs($ex - $sx); 554 $img = ImageCreate(max($nx+4,1),max($ny+4,1)); [all …]
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Shapes.js | 5115 var nx = unitX * (size + sw + 1); 5121 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); 5130 var nx = unitX * (size + sw + 1); 5132 var px = pe.x + 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); [all …]
|
| /plugin/sequencediagram/bower_components/raphael/dev/ |
| D | raphael.core.js | 1220 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x), 1226 alpha = (90 - math.atan2(mx - nx, my - ny) * 180 / PI); 1227 (mx > nx || my < ny) && (alpha += 180); 1232 n: {x: nx, y: ny}, 1373 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4), 1380 var px = nx / denominator, 1979 var nx, ny, tq = {T:1, Q:1}; 1994 nx = d.x * 2 - d.bx; // And reflect the previous 1998 nx = d.x; 2001 path = ["C", nx, ny][concat](path.slice(1));
|
| /plugin/sequencediagram/bower_components/snap.svg/dist/ |
| D | snap.svg.js | 5468 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x), 5474 alpha = (90 - math.atan2(mx - nx, my - ny) * 180 / PI); 5480 n: {x: nx, y: ny}, 5570 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4), 5577 var px = nx / denominator, 6231 var nx, ny; 6246 nx = d.x * 2 - d.bx; // And reflect the previous 6250 nx = d.x; 6253 path = ["C", nx, ny].concat(path.slice(1));
|
| /plugin/callflow/ |
| D | raphael.js | 1606 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/advrack/ |
| D | raphael.js | 1606 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/processing/ |
| D | script.js | 6542 p.directionalLight = function(r, g, b, nx, ny, nz) { argument 6552 var dir = [nx, ny, nz, 0.0000001]; 6633 p.spotLight = function spotLight(r, g, b, x, y, z, nx, ny, nz, angle, concentration) { argument 6651 var dir = [nx, ny, nz, 0.0000001]; 8935 p.normal = function normal(nx, ny, nz) { argument 8936 …if (arguments.length !== 3 || !(typeof nx === "number" && typeof ny === "number" && typeof nz === … 8940 normalX = nx; 11123 var x, y, cx, cy, nx, ny, d, a, lastCom, lenC, horiz_adv_x, getXY = '[0-9\\-]+', path; 11149 nx = 0; 11189 nx = parseFloat(xy[0][0]); [all …]
|
| /plugin/jmol2/jmol/ |
| D | JmolAppletSigned0_ShapeSurface.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| D | JmolApplet0_ShapeSurface.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
| D | CHANGES.txt | 1111 # 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].
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 46165 var nx = e.redMul(f); // Y3 = G * H 46172 return this.curve.point(nx, ny, nz, nt); 46187 var nx; 46200 nx = b.redSub(c).redSub(d).redMul(f.redSub(this.curve.two)); // Y3 = F * (E - D) 46211 nx = b.redSub(c).redISub(d).redMul(j); // Y3 = F * (E - D) 46226 nx = this.curve._mulC(b.redISub(e)).redMul(j); // Y3 = c * E * (C - D) 46233 return this.curve.point(nx, ny, nz); 46263 var nx = e.redMul(f); // Y3 = G * H 46270 return this.curve.point(nx, ny, nz, nt); 46294 var nx = a.redMul(f).redMul(tmp); [all …]
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Mpdf.php | 2496 $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/quickstats/GEOIP/vendor/composer/ca-bundle/res/ |
| D | cacert.pem | 2467 74K74bzickFbIZTTRTeU0d8JOV3nI6qaHcptqAqGhYqCvkIH1vI4gnPah1vlPNOePqc7nvQDs/nx
|
| /plugin/xtern/ca/ |
| D | cacert.pem | 2467 74K74bzickFbIZTTRTeU0d8JOV3nI6qaHcptqAqGhYqCvkIH1vI4gnPah1vlPNOePqc7nvQDs/nx
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 3452 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/mermaid/ |
| H A D | mermaid.min.js | 703 …"isCharacter")});var nx,ix,IN,Rse=N(()=>{"use strict";MN();nx=[];for(let t=sr("0");t<=sr("9");t++)… 705 …haracterClassEscape(){let e,r=!1;switch(this.popChar()){case"d":e=nx;break;case"D":e=nx,r=!0;break… 1976 …nx=n.x/n.len,n.ny=n.y/n.len,n.ang=Math.atan2(n.ny,n.nx)},"asVec"),WZe=o(function(e,r){r.x=e.x*-1,r…
|
| /plugin/mizarveifiabledocs/dist/ |
| D | script.js | 1 …nx=/*@__PURE__*/j.define({combine:t=>t.reduce((t,e)=>t.concat(e),[])});class nS{static create(t){r…
|