forked from openiap/opencore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathangular-sanitize.min.js
More file actions
34 lines (34 loc) · 4.72 KB
/
Copy pathangular-sanitize.min.js
File metadata and controls
34 lines (34 loc) · 4.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
AngularJS v1.2.1
(c) 2010-2012 Google, Inc. http://angularjs.org
License: MIT
*/
(function (m, g, n) {
'use strict'; function h(a) { var d = {}; a = a.split(","); var c; for (c = 0; c < a.length; c++)d[a[c]] = !0; return d } function D(a, d) {
function c(a, b, c, f) { b = g.lowercase(b); if (r[b]) for (; e.last() && s[e.last()];)k("", e.last()); t[b] && e.last() == b && k("", b); (f = u[b] || !!f) || e.push(b); var l = {}; c.replace(E, function (a, b, d, c, e) { l[b] = p(d || c || e || "") }); d.start && d.start(b, l, f) } function k(a, b) {
var c = 0, k; if (b = g.lowercase(b)) for (c = e.length - 1; 0 <= c && e[c] != b; c--); if (0 <= c) {
for (k = e.length - 1; k >= c; k--)d.end && d.end(e[k]); e.length =
c
}
} var b, f, e = [], l = a; for (e.last = function () { return e[e.length - 1] }; a;) {
f = !0; if (e.last() && v[e.last()]) a = a.replace(RegExp("(.*)<\\s*\\/\\s*" + e.last() + "[^>]*>", "i"), function (a, b) { b = b.replace(F, "$1").replace(G, "$1"); d.chars && d.chars(p(b)); return "" }), k("", e.last()); else {
if (0 === a.indexOf("\x3c!--")) b = a.indexOf("--", 4), 0 <= b && a.lastIndexOf("--\x3e", b) === b && (d.comment && d.comment(a.substring(4, b)), a = a.substring(b + 3), f = !1); else if (w.test(a)) { if (b = a.match(w)) a = a.replace(b[0], ""), f = !1 } else if (H.test(a)) {
if (b = a.match(x)) a =
a.substring(b[0].length), b[0].replace(x, k), f = !1
} else I.test(a) && (b = a.match(y)) && (a = a.substring(b[0].length), b[0].replace(y, c), f = !1); f && (b = a.indexOf("<"), f = 0 > b ? a : a.substring(0, b), a = 0 > b ? "" : a.substring(b), d.chars && d.chars(p(f)))
} if (a == l) throw J("badparse", a); l = a
} k()
} function p(a) { q.innerHTML = a.replace(/</g, "<"); return q.innerText || q.textContent || "" } function z(a) { return a.replace(/&/g, "&").replace(K, function (a) { return "&#" + a.charCodeAt(0) + ";" }).replace(/</g, "<").replace(/>/g, ">") } function A(a) {
var d =
!1, c = g.bind(a, a.push); return { start: function (a, b, f) { a = g.lowercase(a); !d && v[a] && (d = a); d || !0 !== B[a] || (c("<"), c(a), g.forEach(b, function (a, b) { var d = g.lowercase(b); !0 !== L[d] || !0 === C[d] && !a.match(M) || (c(" "), c(b), c('="'), c(z(a)), c('"')) }), c(f ? "/>" : ">")) }, end: function (a) { a = g.lowercase(a); d || !0 !== B[a] || (c("</"), c(a), c(">")); a == d && (d = !1) }, chars: function (a) { d || c(z(a)) } }
} var J = g.$$minErr("$sanitize"), y = /^<\s*([\w:-]+)((?:\s+[\w:-]+(?:\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|[^>\s]+))?)*)\s*(\/?)\s*>/, x = /^<\s*\/\s*([\w:-]+)[^>]*>/,
E = /([\w:-]+)(?:\s*=\s*(?:(?:"((?:[^"])*)")|(?:'((?:[^'])*)')|([^>\s]+)))?/g, I = /^</, H = /^<\s*\//, F = /\x3c!--(.*?)--\x3e/g, w = /<!DOCTYPE([^>]*?)>/i, G = /<!\[CDATA\[(.*?)]]\x3e/g, M = /^((ftp|https?):\/\/|mailto:|tel:|#)/i, K = /([^\#-~| |!])/g, u = h("area,br,col,hr,img,wbr"); m = h("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"); n = h("rp,rt"); var t = g.extend({}, n, m), r = g.extend({}, m, h("address,article,aside,blockquote,caption,center,del,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,ins,map,menu,nav,ol,pre,script,section,table,ul")),
s = g.extend({}, n, h("a,abbr,acronym,b,bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,q,ruby,rp,rt,s,samp,small,span,strike,strong,sub,sup,time,tt,u,var")), v = h("script,style"), B = g.extend({}, u, r, s, t), C = h("background,cite,href,longdesc,src,usemap"), L = g.extend({}, C, h("abbr,align,alt,axis,bgcolor,border,cellpadding,cellspacing,class,clear,color,cols,colspan,compact,coords,dir,face,headers,height,hreflang,hspace,ismap,lang,language,nohref,nowrap,rel,rev,rows,rowspan,rules,scope,scrolling,shape,span,start,summary,target,title,type,valign,value,vspace,width")),
q = document.createElement("pre"); g.module("ngSanitize", []).value("$sanitize", function (a) { var d = []; D(a, A(d)); return d.join("") }); g.module("ngSanitize").filter("linky", function () {
var a = /((ftp|https?):\/\/|(mailto:)?[A-Za-z0-9._%+-]+@)\S*[^\s.;,(){}<>]/, d = /^mailto:/; return function (c, k) {
if (!c) return c; var b, f = c, e = [], l = A(e), h, m, n = {}; g.isDefined(k) && (n.target = k); for (; b = f.match(a);)h = b[0], b[2] == b[3] && (h = "mailto:" + h), m = b.index, l.chars(f.substr(0, m)), n.href = h, l.start("a", n), l.chars(b[0].replace(d, "")), l.end("a"),
f = f.substring(m + b[0].length); l.chars(f); return e.join("")
}
})
})(window, window.angular);
//# sourceMappingURL=angular-sanitize.min.js.map