MCPcopy
hub / github.com/zxlie/FeHelper / crontabGuruStarter

Function crontabGuruStarter

apps/crontab/index.js:5–1651  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3 * copyright by crontab.guru
4 */
5let crontabGuruStarter = function () {
6 !function a(u, i, s) {
7 function c(t, e) {
8 if (!i[t]) {
9 if (!u[t]) {
10 var n = "function" == typeof require && require;
11 if (!e && n) return n(t, !0);
12 if (l) return l(t, !0);
13 var r = new Error("Cannot find module '" + t + "'");
14 throw r.code = "MODULE_NOT_FOUND", r
15 }
16 var o = i[t] = {exports: {}};
17 u[t][0].call(o.exports, function (e) {
18 return c(u[t][1][e] || e)
19 }, o, o.exports, a, u, i, s)
20 }
21 return i[t].exports
22 }
23
24 for (var l = "function" == typeof require && require, e = 0; e < s.length; e++) c(s[e]);
25 return c
26 }({
27 1: [function (r, e, t) {
28 r("string.prototype.startswith"), r("string.prototype.endswith"), Number.isInteger || (Number.isInteger = r("is-integer")), Array.prototype.includes || (Array.prototype.includes = function (e) {
29 return 0 <= this.indexOf(e)
30 }), String.prototype.includes || (String.prototype.includes = r("string-includes"));
31 var o = r("choo");
32 window.start = function () {
33 var e = document.getElementById("contabContentBox");
34 if (["flexBasis", "webkitFlexBasis", "msFlexAlign"].some(function (e) {
35 return e in document.body.style
36 })) {
37 var t = o();
38 t.model(r("./models/app")), t.router(function (e) {
39 return [e("/", r("./pages/home"))]
40 });
41 var n = t.start({history: !1, href: !1});
42 e.replaceChild(n, e.firstChild)
43 } else e.innerHTML = "Your browser is not supported."
44 }
45 }, {
46 "./models/app": 16,
47 "./pages/home": 49,
48 choo: 21,
49 "is-integer": 28,
50 "string-includes": 39,
51 "string.prototype.endswith": 40,
52 "string.prototype.startswith": 41
53 }], 2: [function (r, e, t) {
54 r("choo/html");
55 e.exports = function (e, t, n) {
56 return function () {
57 var e = r("./yo-yoify/lib/appendChild.js"),
58 t = document.createElement("span");
59 return e(t, [arguments[0]]), t
60 }(e.commonBlurb)
61 }
62 }, {

Callers 1

index.jsFile · 0.85

Calls 15

setTimeoutFunction · 0.85
startMethod · 0.80
cFunction · 0.70
rFunction · 0.70
oFunction · 0.70
eFunction · 0.70
dFunction · 0.70
iFunction · 0.70
aFunction · 0.70
nFunction · 0.70
tFunction · 0.70
uFunction · 0.70

Tested by

no test coverage detected