MCPcopy Create free account
hub / github.com/RutvijDv/Meet-Script / ne

Function ne

jquery.min.js:232–235  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

230 ee = /[+~]/,
231 te = new RegExp("\\\\[\\da-fA-F]{1,6}" + M + "?|\\\\([^\\r\\n\\f])", "g"),
232 ne = function (e, t) {
233 var n = "0x" + e.slice(1) - 65536;
234 return t || (n < 0 ? String.fromCharCode(n + 65536) : String.fromCharCode(n >> 10 | 55296, 1023 & n | 56320))
235 },
236 re = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,
237 ie = function (e, t) {
238 return t ? "\0" === e ? "\ufffd" : e.slice(0, -1) + "\\" + e.charCodeAt(e.length - 1).toString(16) + " " : "\\" + e

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected