PHP 7.4.33
Preview: formatGroup.js Size: 475 B
/var/www/sitesecurity.bitkit.dk/httpdocs/node_modules/d3-format/src/formatGroup.js
export default function(grouping, thousands) {
  return function(value, width) {
    var i = value.length,
        t = [],
        j = 0,
        g = grouping[0],
        length = 0;

    while (i > 0 && g > 0) {
      if (length + g + 1 > width) g = Math.max(1, width - length);
      t.push(value.substring(i -= g, i + g));
      if ((length += g + 1) > width) break;
      g = grouping[j = (j + 1) % grouping.length];
    }

    return t.reverse().join(thousands);
  };
}

Directory Contents

Dirs: 0 × Files: 16
Name Size Perms Modified Actions
348 B lrw-r--r-- 2026-04-28 09:11:39
Edit Download
149 B lrw-r--r-- 2026-04-28 09:11:39
Edit Download
822 B lrw-r--r-- 2026-04-28 09:11:39
Edit Download
475 B lrw-r--r-- 2026-04-28 09:11:39
Edit Download
154 B lrw-r--r-- 2026-04-28 09:11:40
Edit Download
631 B lrw-r--r-- 2026-04-28 09:11:40
Edit Download
473 B lrw-r--r-- 2026-04-28 09:11:40
Edit Download
1.68 KB lrw-r--r-- 2026-04-28 09:11:40
Edit Download
399 B lrw-r--r-- 2026-04-28 09:11:40
Edit Download
627 B lrw-r--r-- 2026-04-28 09:11:40
Edit Download
43 B lrw-r--r-- 2026-04-28 09:11:40
Edit Download
415 B lrw-r--r-- 2026-04-28 09:11:40
Edit Download
6.03 KB lrw-r--r-- 2026-04-28 09:11:40
Edit Download
122 B lrw-r--r-- 2026-04-28 09:11:40
Edit Download
193 B lrw-r--r-- 2026-04-28 09:11:40
Edit Download
189 B lrw-r--r-- 2026-04-28 09:11:40
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).