MCPcopy
hub / github.com/apache/caldera / i

Function i

static/jquery/jquery.min.js:2168–2171  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

2166
2167 w.param = function (e, t) {
2168 var n, r = [], i = function (e, t) {
2169 var n = g(t) ? t() : t;
2170 r[r.length] = encodeURIComponent(e) + "=" + encodeURIComponent(null == n ? "" : n)
2171 };
2172 if (Array.isArray(e) || e.jquery && !w.isPlainObject(e)) w.each(e, function () {
2173 i(this.name, this.value)
2174 }); else for (n in e) jt(n, e[n], t, i);

Callers 2

jquery.min.jsFile · 0.70
TeFunction · 0.70

Calls 2

gFunction · 0.70
tFunction · 0.70

Tested by

no test coverage detected