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

1 23

  /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/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 1 <?cs include:"doctype.cs" ?>
class.cs 1 <?cs include:"doctype.cs" ?>
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 1 <?cs include:"doctype.cs" ?>
class.cs 1 <?cs include:"doctype.cs" ?>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 997 <!DOCTYPE points [
1165 Test PUBLIC doctype.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 997 <!DOCTYPE points [
1165 Test PUBLIC doctype.
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 1404 public Document createDocument(String namespaceURI,String qualfiedName,DocumentType doctype)
    [all...]
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 1 <?cs include:"doctype.cs" ?>
class.cs 1 <?cs include:"doctype.cs" ?>
  /prebuilts/tools/common/m2/internal/xom/xom/1.0/
xom-1.0.jar 
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 301 DocumentType* doctype() const { return m_docType.get(); } function in class:WebCore::Document
    [all...]
  /external/doclava/res/assets/templates/
class.cs 1 <?cs include:"doctype.cs" ?>
  /dalvik/docs/
prettify.js 164 /** token style for a markup declaration such as a DOCTYPE. */
352 document.createTextNode('<!DOCTYPE foo PUBLIC "foo bar">\n<foo />'));
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js 261 te((f.support.boxModel?\"<!doctype html>\":\"\")+\"<html><body>\"),cl.close();d\
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 167 /** token style for a markup declaration such as a DOCTYPE. */
588 document.createTextNode('<!DOCTYPE foo PUBLIC "foo bar">\n<foo />'));
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 167 /** token style for a markup declaration such as a DOCTYPE. */
588 document.createTextNode('<!DOCTYPE foo PUBLIC "foo bar">\n<foo />'));
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 534 milliseconds

1 23