HomeSort by relevance Sort by last modified time
    Searched defs:ncname (Results 1 - 7 of 7) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmllib.py 77 ncname = re.compile(_NCName + '$') variable
81 xmlns = re.compile('xmlns(?::(?P<ncname>'+_NCName+'))?$')
541 if ncname.match(prefix) is None:
577 ncname = res.group('ncname')
578 namespace[ncname or ''] = attrvalue or None
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmllib.py 77 ncname = re.compile(_NCName + '$') variable
81 xmlns = re.compile('xmlns(?::(?P<ncname>'+_NCName+'))?$')
541 if ncname.match(prefix) is None:
577 ncname = res.group('ncname')
578 namespace[ncname or ''] = attrvalue or None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 77 ncname = re.compile(_NCName + '$') variable
81 xmlns = re.compile('xmlns(?::(?P<ncname>'+_NCName+'))?$')
541 if ncname.match(prefix) is None:
577 ncname = res.group('ncname')
578 namespace[ncname or ''] = attrvalue or None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 77 ncname = re.compile(_NCName + '$') variable
81 xmlns = re.compile('xmlns(?::(?P<ncname>'+_NCName+'))?$')
541 if ncname.match(prefix) is None:
577 ncname = res.group('ncname')
578 namespace[ncname or ''] = attrvalue or None
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/libxml2/
testapi.c 19194 xmlChar * ncname; \/* the Name *\/ local
    [all...]

Completed in 137 milliseconds