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

Function ne

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

Source from the content-addressed store, hash-verified

133 var r = "0x" + t - 65536;
134 return r !== r || n ? t : r < 0 ? String.fromCharCode(r + 65536) : String.fromCharCode(r >> 10 | 55296, 1023 & r | 56320)
135 }, te = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, ne = function (e, t) {
136 return t ? "\0" === e ? "\ufffd" : e.slice(0, -1) + "\\" + e.charCodeAt(e.length - 1).toString(16) + " " : "\\" + e
137 }, re = function () {
138 p()
139 }, ie = me(function (e) {
140 return !0 === e.disabled && ("form" in e || "label" in e)

Callers 1

jquery.min.jsFile · 0.85

Calls 2

replaceMethod · 0.80
teFunction · 0.70

Tested by

no test coverage detected