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

12 3 4 5 6

  /prebuilts/go/linux-x86/src/cmd/go/internal/get/
pkg_test.go 62 `<!doctype html><meta name="go-import" content="foo/bar git https://github.com/rsc/foo/bar">`,
67 `<!doctype html><title>Page Not Found</title><meta name=go-import content="chitin.io/chitin git https://github.com/chitin-io/chitin"><div style=position:relative>DRAFT</div>`,
  /external/tinyxml/
xmltest.cpp 863 // DOCTYPE not preserved (950171)
865 const char* doctype = local
867 "<!DOCTYPE PLAY SYSTEM 'play.dtd'>"
873 doc.Parse( doctype );
880 XmlTest( "Correct value of unknown.", "!DOCTYPE PLAY SYSTEM 'play.dtd'", unknown->Value() );
892 const char* doctype = local
895 doc.Parse( doctype );
953 const char* doctype = "<element attr='red' attr='blue' />"; local
956 doc.Parse( doctype );
964 const char* doctype = "<element att\0r='red' attr='blue' />" local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
minidom.py 1482 doctype = None variable in class:Document
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
minidom.py 1478 doctype = None variable in class:Document
    [all...]
  /external/python/cpython2/Lib/xml/dom/
minidom.py 1482 doctype = None variable in class:Document
    [all...]
  /external/python/cpython3/Lib/xml/dom/
minidom.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py 1485 doctype = None variable in class:Document
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py 1485 doctype = None variable in class:Document
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 1485 doctype = None variable in class:Document
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 1485 doctype = None variable in class:Document
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 76 String qualifiedName, DocumentType doctype, String inputEncoding) {
82 if (doctype != null) {
83 appendChild(doctype);
186 * When we support entities in the doctype, this will need to
425 "Only one DOCTYPE element allowed");
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToUnknownStream.java 634 * Set the doctype in the underlying XML handler. Remember that this method
635 * was called, just in case we need to transfer this doctype to an HTML handler
636 * @param doctype the public doctype to set
639 public void setDoctypePublic(String doctype)
641 m_handler.setDoctypePublic(doctype);
646 * Set the doctype in the underlying XML handler. Remember that this method
647 * was called, just in case we need to transfer this doctype to an HTML handler
648 * @param doctype the system doctype to se
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 1132 DocumentType doctype = doc.getDoctype(); local
    [all...]
  /build/make/tools/droiddoc/templates-pdk/
docpage.cs 1 <?cs include:"doctype.cs" ?>
  /external/tinyxml2/
xmltest.cpp 149 "<!DOCTYPE PLAY SYSTEM \"play.dtd\">"
539 XMLTest( "Dream", "DOCTYPE PLAY SYSTEM \"play.dtd\"",
552 XMLTest( "Dream-out", "DOCTYPE PLAY SYSTEM \"play.dtd\"",
1103 const char* doctype = local
1127 const char* doctype = local
1139 const char* doctype = "<element attr='red' attr='blue' \/>"; local
1150 const char* doctype = "<element att\\0r='red' attr='blue' \/>"; local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 98 DocumentType doctype = null; local
102 dom, namespaceURI, qualifiedName, doctype, inputEncoding);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
ElementTree.py 12 # 2007-08-25 fl added doctype hook, added parser version attribute etc
1622 def doctype(self, name, pubid, system): member in class:XMLParser
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
ElementTree.py 12 # 2007-08-25 fl added doctype hook, added parser version attribute etc
1604 def doctype(self, name, pubid, system): member in class:XMLParser
    [all...]
  /external/python/cpython2/Lib/xml/etree/
ElementTree.py 12 # 2007-08-25 fl added doctype hook, added parser version attribute etc
1633 def doctype(self, name, pubid, system): member in class:XMLParser
    [all...]
  /external/python/cpython3/Lib/xml/etree/
ElementTree.py 1605 def doctype(self, name, pubid, system): member in class:XMLParser
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/etree/
ElementTree.py 12 # 2007-08-25 fl added doctype hook, added parser version attribute etc
1622 def doctype(self, name, pubid, system): member in class:XMLParser
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/etree/
ElementTree.py 12 # 2007-08-25 fl added doctype hook, added parser version attribute etc
1622 def doctype(self, name, pubid, system): member in class:XMLParser
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 12 # 2007-08-25 fl added doctype hook, added parser version attribute etc
1622 def doctype(self, name, pubid, system): member in class:XMLParser
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 12 # 2007-08-25 fl added doctype hook, added parser version attribute etc
1622 def doctype(self, name, pubid, system): member in class:XMLParser
    [all...]
  /build/make/tools/droiddoc/templates-ndk/
sample.cs 1 <?cs include:"doctype.cs" ?>

Completed in 628 milliseconds

12 3 4 5 6