Searched refs:HTML_RE (Results 1 – 3 of 3) sorted by relevance
25 HTML_RE = re.compile(r'^.{,256}?(<!--.*-->)?.{,256}?<html.*?>', variable82 content, is_injected = HTML_RE.subn(InsertScriptAfter, content, 1)
88 HTML_RE = r'(\<([a-zA-Z/][^\>]*?|\!--.*?--)\>)' # <...> variable
271 inlinepatterns.HtmlPattern(inlinepatterns.HTML_RE, self)