HomeSort by relevance Sort by last modified time
    Searched refs:doctype (Results 51 - 75 of 127) sorted by null

1 23 4 5 6

  /build/make/tools/droiddoc/templates-ndk/
sampleindex.cs 1 <?cs include:"doctype.cs" ?>
docpage.cs 1 <?cs include:"doctype.cs" ?>
  /development/vndk/tools/sourcedr/sourcedr/static/prism/css/
prism.css 106 .token.doctype,
  /external/doclava/res/assets/templates-sdk/
sample.cs 1 <?cs include:"doctype.cs" ?>
sampleindex.cs 1 <?cs include:"doctype.cs" ?>
docpage.cs 2 include:"doctype.cs" ?><?cs /if ?><?cs
  /external/testng/ant/3rdparty/
DTDDoc.jar 
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 352 // the doctype. (Just let it go and Suppress it?
389 // skip the doctype. (Just let it go and Suppress it?
1422 DocumentType doctype = doc.getDoctype(); local
    [all...]
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
jdom2-2.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jdom/jdom2/2.0.6/
jdom2-2.0.6.jar 
  /build/make/tools/droiddoc/templates-pdk/
sdkpage.cs 1 <?cs include:"doctype.cs" ?>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
xmllib.py 58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')' variable
332 res = doctype.match(rawdata, i)
341 self.syntax_error('multiple DOCTYPE elements')
343 self.syntax_error('DOCTYPE not at beginning of document')
443 # Internal -- handle DOCTYPE tag, return length or -1 if not terminated
481 self.syntax_error("bogus `>' in DOCTYPE")
487 self.syntax_error('garbage in DOCTYPE')
529 # and before the <!DOCTYPE> (if any).
606 self.syntax_error('starttag does not match DOCTYPE')
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmllib.py 58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')' variable
332 res = doctype.match(rawdata, i)
341 self.syntax_error('multiple DOCTYPE elements')
343 self.syntax_error('DOCTYPE not at beginning of document')
443 # Internal -- handle DOCTYPE tag, return length or -1 if not terminated
481 self.syntax_error("bogus `>' in DOCTYPE")
487 self.syntax_error('garbage in DOCTYPE')
529 # and before the <!DOCTYPE> (if any).
606 self.syntax_error('starttag does not match DOCTYPE')
    [all...]
  /external/owasp/sanitizer/empiricism/
html-containment.js 131 '<!doctype html><html><head></head>'
  /external/python/cpython2/Lib/
xmllib.py 58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')' variable
332 res = doctype.match(rawdata, i)
341 self.syntax_error('multiple DOCTYPE elements')
343 self.syntax_error('DOCTYPE not at beginning of document')
443 # Internal -- handle DOCTYPE tag, return length or -1 if not terminated
481 self.syntax_error("bogus `>' in DOCTYPE")
487 self.syntax_error('garbage in DOCTYPE')
529 # and before the <!DOCTYPE> (if any).
606 self.syntax_error('starttag does not match DOCTYPE')
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmllib.py 58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')' variable
332 res = doctype.match(rawdata, i)
341 self.syntax_error('multiple DOCTYPE elements')
343 self.syntax_error('DOCTYPE not at beginning of document')
443 # Internal -- handle DOCTYPE tag, return length or -1 if not terminated
481 self.syntax_error("bogus `>' in DOCTYPE")
487 self.syntax_error('garbage in DOCTYPE')
529 # and before the <!DOCTYPE> (if any).
606 self.syntax_error('starttag does not match DOCTYPE')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmllib.py 58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')' variable
332 res = doctype.match(rawdata, i)
341 self.syntax_error('multiple DOCTYPE elements')
343 self.syntax_error('DOCTYPE not at beginning of document')
443 # Internal -- handle DOCTYPE tag, return length or -1 if not terminated
481 self.syntax_error("bogus `>' in DOCTYPE")
487 self.syntax_error('garbage in DOCTYPE')
529 # and before the <!DOCTYPE> (if any).
606 self.syntax_error('starttag does not match DOCTYPE')
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
js_test.go 205 // From http://code.google.com/p/doctype/wiki/ArticleUtf7
escape_test.go 431 "HTML doctype not normalized",
432 "<!DOCTYPE html>Hello, World!",
433 "<!DOCTYPE html>Hello, World!",
436 "HTML doctype not case-insensitive",
437 "<!doCtYPE htMl>Hello, World!",
438 "<!doCtYPE htMl>Hello, World!",
441 "No doctype injection",
442 `<!{{"DOCTYPE"}}`,
443 "&lt;!DOCTYPE",
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
js_test.go 205 // From http://code.google.com/p/doctype/wiki/ArticleUtf7
escape_test.go 431 "HTML doctype not normalized",
432 "<!DOCTYPE html>Hello, World!",
433 "<!DOCTYPE html>Hello, World!",
436 "HTML doctype not case-insensitive",
437 "<!doCtYPE htMl>Hello, World!",
438 "<!doCtYPE htMl>Hello, World!",
441 "No doctype injection",
442 `<!{{"DOCTYPE"}}`,
443 "&lt;!DOCTYPE",
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')' variable
332 res = doctype.match(rawdata, i)
341 self.syntax_error('multiple DOCTYPE elements')
343 self.syntax_error('DOCTYPE not at beginning of document')
443 # Internal -- handle DOCTYPE tag, return length or -1 if not terminated
481 self.syntax_error("bogus `>' in DOCTYPE")
487 self.syntax_error('garbage in DOCTYPE')
529 # and before the <!DOCTYPE> (if any).
606 self.syntax_error('starttag does not match DOCTYPE')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')' variable
332 res = doctype.match(rawdata, i)
341 self.syntax_error('multiple DOCTYPE elements')
343 self.syntax_error('DOCTYPE not at beginning of document')
443 # Internal -- handle DOCTYPE tag, return length or -1 if not terminated
481 self.syntax_error("bogus `>' in DOCTYPE")
487 self.syntax_error('garbage in DOCTYPE')
529 # and before the <!DOCTYPE> (if any).
606 self.syntax_error('starttag does not match DOCTYPE')
    [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jdom.jar 
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 

Completed in 1163 milliseconds

1 23 4 5 6