HomeSort by relevance Sort by last modified time
    Searched refs:HTML (Results 176 - 200 of 254) sorted by null

1 2 3 4 5 6 78 91011

  /external/bison/djgpp/
config.bat 45 set HTML=enabled
46 if not "%HTML%" == "enabled" goto SmallEnv
123 if "%1" == "withouthtml" set HTML=disabled
124 if "%1" == "withoutHTML" set HTML=disabled
125 if "%1" == "WITHOUTHTML" set HTML=disabled
126 if not "%HTML%" == "disabled" goto SmallEnv
153 if "%HTML%" == "enabled" echo --enable-html >> args
154 if "%HTML%" == "disabled" echo --disable-html >> args
    [all...]
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentgetdoctype.js 78 Access Document.doctype for hc_staff, if not text/html should return DocumentType node.
79 HTML implementations may return null.
104 (builder.contentType == "text/html")
130 assertEquals("nodeName","html",docTypeName);
hc_domimplementationfeaturenoversion.js 106 (builder.contentType == "text/html")
109 state = domImpl.hasFeature("HTML","");
hc_domimplementationfeaturenull.js 108 (builder.contentType == "text/html")
111 state = domImpl.hasFeature("HTML",null);
hc_elementremoveattribute.js 80 replaced. However, there is no default values in the HTML
85 * @see http://lists.w3.org/Archives/Public/www-dom-ts/2002Mar/0002.html
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLDocument15.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument15";
87 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-36113835
88 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
HTMLDocument16.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument16";
88 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-36113835
89 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
HTMLDocument19.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument19";
78 Replaces the current document with a valid HTML document using HTMLDocument.open, write and close.
81 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-72161170
82 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-98948567
83 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-75233634
101 (builder.contentType == "text/html")
104 doc.write("<html>");
109 doc.write("<html xmlns='http://www.w3.org/1999/xhtml'>");
119 doc.write("</html>");
HTMLDocument20.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument20";
78 Replaces the current document with a valid HTML document using HTMLDocument.open, writeln and close.
81 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-72161170
82 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-98948567
83 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-35318390
101 (builder.contentType == "text/html")
104 doc.writeln("<html>");
109 doc.writeln("<html xmlns='http://www.w3.org/1999/xhtml'>");
119 doc.writeln("</html>");
HTMLSelectElement20.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLSelectElement20";
82 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-14493106
HTMLTableElement39.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLTableElement39";
90 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-39872903
HTMLTableElement40.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLTableElement40";
87 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-13114938
HTMLTableRowElement20.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLTableRowElement20";
93 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-68927016
HTMLTableRowElement21.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLTableRowElement21";
92 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-11738598
HTMLTableSectionElement30.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLTableSectionElement30";
91 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-93995626
HTMLTableSectionElement31.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLTableSectionElement31";
90 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-5625626
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentgetdoctype.js 78 Access Document.doctype for hc_staff, if not text/html should return DocumentType node.
79 HTML implementations may return null.
104 (builder.contentType == "text/html")
130 assertEquals("nodeName","html",docTypeName);
hc_domimplementationfeaturenoversion.js 106 (builder.contentType == "text/html")
109 state = domImpl.hasFeature("HTML","");
hc_domimplementationfeaturenull.js 108 (builder.contentType == "text/html")
111 state = domImpl.hasFeature("HTML",null);
hc_elementremoveattribute.js 80 replaced. However, there is no default values in the HTML
85 * @see http://lists.w3.org/Archives/Public/www-dom-ts/2002Mar/0002.html
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLDocument15.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument15";
87 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-36113835
88 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
HTMLDocument16.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument16";
88 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-36113835
89 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
HTMLDocument19.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument19";
78 Replaces the current document with a valid HTML document using HTMLDocument.open, write and close.
81 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-72161170
82 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-98948567
83 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-75233634
101 (builder.contentType == "text/html")
104 doc.write("<html>");
109 doc.write("<html xmlns='http://www.w3.org/1999/xhtml'>");
119 doc.write("</html>");
HTMLDocument20.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument20";
78 Replaces the current document with a valid HTML document using HTMLDocument.open, writeln and close.
81 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-72161170
82 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-98948567
83 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-35318390
101 (builder.contentType == "text/html")
104 doc.writeln("<html>");
109 doc.writeln("<html xmlns='http://www.w3.org/1999/xhtml'>");
119 doc.writeln("</html>");
HTMLSelectElement20.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLSelectElement20";
82 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-14493106

Completed in 598 milliseconds

1 2 3 4 5 6 78 91011