HomeSort by relevance Sort by last modified time
    Searched refs:HTML_EMPTY (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/markdown/
serializers.py 86 HTML_EMPTY = ("area", "base", "basefont", "br", "col", "frame", "hr",
90 HTML_EMPTY = set(HTML_EMPTY)
207 if format == "xhtml" and tag in HTML_EMPTY:
219 if tag not in HTML_EMPTY:
  /external/markdown/markdown/
html4.py 47 HTML_EMPTY = ("area", "base", "basefont", "br", "col", "frame", "hr",
51 HTML_EMPTY = set(HTML_EMPTY)
175 if tag not in HTML_EMPTY:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 946 HTML_EMPTY = ("area", "base", "basefont", "br", "col", "frame", "hr",
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 946 HTML_EMPTY = ("area", "base", "basefont", "br", "col", "frame", "hr",
    [all...]

Completed in 52 milliseconds