Home
last modified time | relevance | path

Searched refs:HTML_RE (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dscript_injector.py25 HTML_RE = re.compile(r'^.{,256}?(<!--.*-->)?.{,256}?<html.*?>', variable
82 content, is_injected = HTML_RE.subn(InsertScriptAfter, content, 1)
/external/markdown/markdown/
Dinlinepatterns.py88 HTML_RE = r'(\<([a-zA-Z/][^\>]*?|\!--.*?--)\>)' # <...> variable
D__init__.py271 inlinepatterns.HtmlPattern(inlinepatterns.HTML_RE, self)