Home
last modified time | relevance | path

Searched refs:htmlentitydefs (Results 1 – 4 of 4) sorted by relevance

/external/markdown/markdown/
Dinlinepatterns.py49 from html import entities as htmlentitydefs unknown
51 import htmlentitydefs
357 entity = htmlentitydefs.codepoint2name.get(code)
/external/regex-re2/lib/codereview/
Dcodereview.py2317 import htmlentitydefs
2318 if name in htmlentitydefs.entitydefs:
2319 self.handle_data(htmlentitydefs.entitydefs[name])
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/beautifulsoup/
DBeautifulSoup.py93 from htmlentitydefs import name2codepoint
/external/chromium-trace/trace-viewer/third_party/six/documentation/
Dindex.rst577 | ``html_entities`` | :mod:`py2:htmlentitydefs` | :mod:`py3:html.entities` …