/third_party/icu/icu4c/source/test/perf/perldriver/ |
D | Output.pm | 56 print HTML "<td class=\""; 58 print HTML "value"; 60 print HTML "worse"; 62 print HTML "\">"; 64 print HTML formatPercent(2, $mean); 66 print HTML formatNumber(2, $mult, $mean); 68 print HTML "</td>\n"; 69 print HTML "<td class=\""; 71 print HTML "error"; 73 print HTML "errorLarge"; [all …]
|
/third_party/libxml2/result/HTML/ |
D | wired.html.err | 1 ./test/HTML/wired.html:6: HTML parser error : htmlParseEntityRef: expecting ';' 4 ./test/HTML/wired.html:6: HTML parser error : htmlParseEntityRef: expecting ';' 7 ./test/HTML/wired.html:6: HTML parser error : htmlParseEntityRef: expecting ';' 10 ./test/HTML/wired.html:6: HTML parser error : htmlParseEntityRef: expecting ';' 13 ./test/HTML/wired.html:6: HTML parser error : htmlParseEntityRef: expecting ';' 16 ./test/HTML/wired.html:6: HTML parser error : htmlParseEntityRef: expecting ';' 19 ./test/HTML/wired.html:52: HTML parser error : htmlParseEntityRef: expecting ';' 22 ./test/HTML/wired.html:52: HTML parser error : htmlParseEntityRef: expecting ';' 25 ./test/HTML/wired.html:52: HTML parser error : htmlParseEntityRef: expecting ';' 28 ./test/HTML/wired.html:52: HTML parser error : htmlParseEntityRef: expecting ';' [all …]
|
D | doc3.htm.err | 1 ./test/HTML/doc3.htm:10: HTML parser error : Misplaced DOCTYPE declaration 2 <!-- END Naviscope Javascript --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN 4 ./test/HTML/doc3.htm:52: HTML parser error : htmlParseEntityRef: expecting ';' 7 ./test/HTML/doc3.htm:52: HTML parser error : htmlParseEntityRef: expecting ';' 10 ./test/HTML/doc3.htm:52: HTML parser error : htmlParseEntityRef: expecting ';' 13 ./test/HTML/doc3.htm:145: HTML parser error : error parsing attribute name 16 ./test/HTML/doc3.htm:148: HTML parser error : Unexpected end tag : p 19 ./test/HTML/doc3.htm:236: HTML parser error : Unexpected end tag : font 22 ./test/HTML/doc3.htm:236: HTML parser error : Unexpected end tag : a 25 ./test/HTML/doc3.htm:747: HTML parser error : htmlParseEntityRef: expecting ';' [all …]
|
D | utf8bug.html.err | 1 ./test/HTML/utf8bug.html:45: HTML parser error : htmlParseEntityRef: expecting ';' 4 ./test/HTML/utf8bug.html:118: HTML parser error : htmlParseEntityRef: expecting ';' 7 ./test/HTML/utf8bug.html:119: HTML parser error : htmlParseEntityRef: expecting ';' 10 ./test/HTML/utf8bug.html:121: HTML parser error : Tag s1 invalid 13 ./test/HTML/utf8bug.html:177: HTML parser error : htmlParseEntityRef: expecting ';'
|
D | test3.html.err | 1 ./test/HTML/test3.html:6: HTML parser error : Unexpected end tag : p 4 ./test/HTML/test3.html:13: HTML parser error : Unexpected end tag : p 7 ./test/HTML/test3.html:27: HTML parser error : Opening and ending tag mismatch: h4 and b 10 ./test/HTML/test3.html:27: HTML parser error : Unexpected end tag : b
|
D | entities.html.err | 1 ./test/HTML/entities.html:1: HTML parser error : htmlParseEntityRef: expecting ';' 4 ./test/HTML/entities.html:1: HTML parser error : htmlParseEntityRef: no name 7 ./test/HTML/entities.html:3: HTML parser error : htmlParseEntityRef: expecting ';' 10 ./test/HTML/entities.html:4: HTML parser error : htmlParseEntityRef: no name
|
D | doc2.htm.err | 1 ./test/HTML/doc2.htm:10: HTML parser error : Misplaced DOCTYPE declaration 2 <!-- END Naviscope Javascript --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Tra
|
D | 758606.html.err | 1 ./test/HTML/758606.html:1: HTML parser error : Invalid char in comment 0xC 4 ./test/HTML/758606.html:2: HTML parser error : Comment not terminated
|
D | 758606_2.html.err | 1 ./test/HTML/758606_2.html:1: HTML parser error : Invalid char in comment 0xC 4 ./test/HTML/758606_2.html:2: HTML parser error : Comment not terminated
|
/third_party/parse5/packages/parse5/test/ |
D | open-element-stack.test.js | 4 const HTML = require('../lib/common/html'); constant 9 const $ = HTML.TAG_NAMES; 10 const NS = HTML.NAMESPACES; 82 const element1 = treeAdapter.createElement('#element1', NS.HTML, []); 83 const element2 = treeAdapter.createElement('#element2', NS.HTML, []); 145 const htmlElement = treeAdapter.createElement($.HTML, NS.HTML, []); 157 const htmlElement = treeAdapter.createElement($.HTML, NS.HTML, []); 158 const tableElement = treeAdapter.createElement($.TABLE, NS.HTML, []); 159 const divElement = treeAdapter.createElement($.DIV, NS.HTML, []); 180 const htmlElement = treeAdapter.createElement($.HTML, NS.HTML, []); [all …]
|
D | formatting-element-list.test.js | 4 const HTML = require('../lib/common/html'); constant 9 const $ = HTML.TAG_NAMES; 10 const NS = HTML.NAMESPACES; 29 const element1 = treeAdapter.createElement($.DIV, NS.HTML, []); 30 const element2 = treeAdapter.createElement($.P, NS.HTML, []); 48 const element1 = treeAdapter.createElement($.DIV, NS.HTML, []); 49 const element2 = treeAdapter.createElement($.P, NS.HTML, []); 50 const element3 = treeAdapter.createElement($.SPAN, NS.HTML, []); 51 const element4 = treeAdapter.createElement($.TITLE, NS.HTML, []); 74 const element1 = treeAdapter.createElement($.DIV, NS.HTML, [ [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypeInferenceCircularity.types | 4 type HTML = { [K in 'div']: Block<HTML> }; 5 >HTML : HTML 7 type Block<P> = <T>(func: HTML) => {}; 9 >func : HTML 11 declare var h: HTML; 12 >h : HTML 16 >h.div : Block<HTML> 17 >h : HTML 18 >div : Block<HTML> 19 >h : HTML
|
D | mappedTypeInferenceCircularity.symbols | 4 type HTML = { [K in 'div']: Block<HTML> }; 5 >HTML : Symbol(HTML, Decl(mappedTypeInferenceCircularity.ts, 0, 0)) 8 >HTML : Symbol(HTML, Decl(mappedTypeInferenceCircularity.ts, 0, 0)) 10 type Block<P> = <T>(func: HTML) => {}; 15 >HTML : Symbol(HTML, Decl(mappedTypeInferenceCircularity.ts, 0, 0)) 17 declare var h: HTML; 19 >HTML : Symbol(HTML, Decl(mappedTypeInferenceCircularity.ts, 0, 0))
|
D | mappedTypeInferenceCircularity.js | 4 type HTML = { [K in 'div']: Block<HTML> }; 5 type Block<P> = <T>(func: HTML) => {}; 7 declare var h: HTML;
|
/third_party/parse5/packages/parse5/lib/parser/ |
D | open-element-stack.js | 3 const HTML = require('../common/html'); constant 6 const $ = HTML.TAG_NAMES; 7 const NS = HTML.NAMESPACES; 75 return ns === NS.HTML; 83 if (tn === $.HTML) { 84 return ns === NS.HTML; 93 return ns === NS.HTML; 103 return (tn === $.APPLET || tn === $.OBJECT) && ns === NS.HTML; 106 return (tn === $.CAPTION || tn === $.MARQUEE) && ns === NS.HTML; 109 return tn === $.TEMPLATE && ns === NS.HTML; [all …]
|
/third_party/icu/icu4c/source/test/perf/collationperf/ |
D | CollPerf.pl | 158 open( HTML, ">$html" ) or die "Can't write to $html: $!"; 159 print HTML <<EOF; 172 print HTML "<h2>Collation: ICU4C ".$ICULatestVersion." vs. GLIBC</h2>\n"; 174 print HTML <<EOF; 212 print HTML <<EOF; 234 close(HTML) or die "Can't close $html: $!"; 239 print HTML <<EOF; 258 print HTML "<tr>"; 262 print HTML "<td align=\"center\">"; 265 print HTML "<font color=\"red\">$value</font>"; [all …]
|
/third_party/skia/third_party/externals/icu/source/data/mappings/ |
D | convrtrs.txt | 68 # Supporting XML parsers, HTML, MIME, and similar applications 121 HTML # WHATWG's encoding spec; https://encoding.spec.whatwg.org 126 UTF-8 { MIME* HTML* } 130 utf-16be { MIME* HTML* } 132 utf-16le { MIME* HTML* } 136 IBM866 { MIME* HTML* } 142 ISO-8859-2 { MIME* HTML* } 153 ISO-8859-3 { MIME* HTML* } 164 ISO-8859-4 { MIME* HTML* } 175 ISO-8859-5 { MIME* HTML* } [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/mappings/ |
D | convrtrs.txt | 68 # Supporting XML parsers, HTML, MIME, and similar applications 121 HTML # WHATWG's encoding spec; https://encoding.spec.whatwg.org 126 UTF-8 { MIME* HTML* } 130 utf-16be { MIME* HTML* } 132 utf-16le { MIME* HTML* } 136 IBM866 { MIME* HTML* } 142 ISO-8859-2 { MIME* HTML* } 153 ISO-8859-3 { MIME* HTML* } 164 ISO-8859-4 { MIME* HTML* } 175 ISO-8859-5 { MIME* HTML* } [all …]
|
/third_party/python/Doc/library/ |
D | html.rst | 5 :synopsis: Helpers for manipulating HTML. 11 This module defines utilities to manipulate HTML. 15 Convert the characters ``&``, ``<`` and ``>`` in string *s* to HTML-safe 17 characters in HTML. If the optional flag *quote* is true, the characters 18 (``"``) and (``'``) are also translated; this helps for inclusion in an HTML 28 characters. This function uses the rules defined by the HTML 5 standard 30 HTML 5 named character references <html.entities.html5>`. 38 * :mod:`html.parser` -- HTML/XHTML parser with lenient parsing mode 39 * :mod:`html.entities` -- HTML entity definitions
|
/third_party/parse5/test/data/parser-feedback/ |
D | doctype01.test | 446 …"description": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"\\r\\n \"http://www.w3.org/TR… 447 …"input": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"\r\n \"http://www.w3.org/TR/html4/s… 452 "-//W3C//DTD HTML 4.01//EN", 536 …"description": "<!DOCTYPE HTML SYSTEM \"http://www.w3.org/DTD/HTML4-strict.dtd\"><body><b>Mine!</b… 537 …"input": "<!DOCTYPE HTML SYSTEM \"http://www.w3.org/DTD/HTML4-strict.dtd\"><body><b>Mine!</b></bod… 571 …"description": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"\"http://www.w3.org/TR/html4/st… 572 …"input": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"\"http://www.w3.org/TR/html4/strict.d… 577 "-//W3C//DTD HTML 4.01//EN", 584 …"description": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"'http://www.w3.org/TR/html4/str… 585 …"input": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"'http://www.w3.org/TR/html4/strict.dt… [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | mappedTypeInferenceCircularity.ts | 3 type HTML = { [K in 'div']: Block<HTML> }; alias 4 type Block<P> = <T>(func: HTML) => {}; 6 declare var h: HTML;
|
/third_party/parse5/test/utils/ |
D | serialize-to-dat-file-format.js | 1 const HTML = require('../../packages/parse5/lib/common/html'); constant 15 case HTML.NAMESPACES.SVG: 17 case HTML.NAMESPACES.MATHML: 67 …if (tn === HTML.TAG_NAMES.TEMPLATE && treeAdapter.getNamespaceURI(node) === HTML.NAMESPACES.HTML) {
|
D | parse-dat-file.js | 1 const HTML = require('../../packages/parse5/lib/common/html'); constant 8 let namespace = HTML.NAMESPACES.HTML; 15 namespace = HTML.NAMESPACES.SVG; 17 namespace = HTML.NAMESPACES.MATHML;
|
/third_party/parse5/docs/ |
D | list-of-packages.md | 3 - [parse5](https://github.com/inikulin/parse5/tree/master/packages/parse5) - HTML parser and serial… 5 …om/inikulin/parse5/tree/master/packages/parse5-parser-stream) - streaming HTML parser with scripti… 6 …s/parse5-plain-text-conversion-stream) - stream that converts plain text files into HTML documents. 7 …thub.com/inikulin/parse5/tree/master/packages/parse5-sax-parser) - streaming SAX-style HTML parser. 8 …hub.com/inikulin/parse5/tree/master/packages/parse5-serializer-stream) - streaming HTML serializer. 9 …b.com/inikulin/parse5/tree/master/packages/parse5-html-rewriting-stream) - streaming HTML rewriter.
|
/third_party/parse5/packages/parse5-sax-parser/lib/ |
D | parser-feedback-simulator.js | 6 const HTML = require('parse5/lib/common/html'); constant 9 const $ = HTML.TAG_NAMES; 10 const NS = HTML.NAMESPACES; 20 this._enterNamespace(NS.HTML); 55 this.inForeignContent = namespace !== NS.HTML; 65 this.inForeignContent = this.currentNamespace !== NS.HTML; 118 this._enterNamespace(NS.HTML);
|