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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
HTMLParser.py 19 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
200 match = entityref.match(rawdata, i)
sgmllib.py 30 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
190 match = entityref.match(rawdata, i)
xmllib.py 29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]') variable
369 res = entityref.match(rawdata, i)
373 self.syntax_error("`;' missing in entityref")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
HTMLParser.py 19 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
200 match = entityref.match(rawdata, i)
sgmllib.py 30 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
190 match = entityref.match(rawdata, i)
xmllib.py 29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]') variable
369 res = entityref.match(rawdata, i)
373 self.syntax_error("`;' missing in entityref")
    [all...]

Completed in 1244 milliseconds