Home
last modified time | relevance | path

Searched defs:HTML_EMPTY (Results 1 – 3 of 3) sorted by relevance

/external/markdown/markdown/
Dhtml4.py47 HTML_EMPTY = ("area", "base", "basefont", "br", "col", "frame", "hr", variable
51 HTML_EMPTY = set(HTML_EMPTY) variable
/external/python/cpython3/Lib/xml/etree/
DElementTree.py949 HTML_EMPTY = ("area", "base", "basefont", "br", "col", "frame", "hr", variable
953 HTML_EMPTY = set(HTML_EMPTY) variable
/external/python/cpython2/Lib/xml/etree/
DElementTree.py946 HTML_EMPTY = ("area", "base", "basefont", "br", "col", "frame", "hr", variable
950 HTML_EMPTY = set(HTML_EMPTY) variable