/third_party/icu/icu4j/perf-tests/perldriver/ |
D | Output.pm | 54 print HTML "<td class=\""; 56 print HTML "value"; 58 print HTML "worse"; 60 print HTML "\">"; 62 print HTML formatPercent(2, $mean); 64 print HTML formatNumber(2, $mult, $mean); 66 print HTML "</td>\n"; 67 print HTML "<td class=\""; 69 print HTML "error"; 71 print HTML "errorLarge"; [all …]
|
/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
|
/third_party/icu/icu4j/perf-tests/ |
D | decimalformatperf.pl | 70 open(HTML,">$html") or die "Can't write to $html: $!"; 72 print HTML <<EOF; 81 print HTML "<H1>$title</H1>\n"; 83 print HTML "<H2>$TESTCLASS</H2>\n"; 92 print HTML "<P><TABLE $TABLEATTR><TR><TD>\n"; 93 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n"; 95 print HTML "<P><TABLE $TABLEATTR BGCOLOR=\"#CCFFFF\">\n"; 96 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>"; 97 print HTML "<TD>$baselineMethod</TD><TD>Ratio</TD></TR>\n"; 101 print HTML "<TR><TD>@$pat[0], \"@$pat[1]\", \"@$pat[2]\"</TD>\n"; [all …]
|
D | ucharacterperf.pl | 71 open(HTML,">$html") or die "Can't write to $html: $!"; 73 print HTML <<EOF; 82 print HTML "<H1>$title</H1>\n"; 84 print HTML "<H2>$TESTCLASS</H2>\n"; 93 print HTML "<P><TABLE $TABLEATTR><TR><TD>\n"; 94 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n"; 96 print HTML "<P><TABLE $TABLEATTR BGCOLOR=\"#CCFFFF\">\n"; 97 print HTML "<TR><TD>Pattern</TD><TD>$testMethod</TD>"; 98 print HTML "<TD>$baselineMethod</TD><TD>Ratio</TD></TR>\n"; 103 print HTML "<TR><TD>$pat</TD>\n"; [all …]
|
D | normperf.pl | 123 open(HTML,">$html") or die "Can't write to $html: $!"; 125 print HTML <<EOF; 134 print HTML "<H1>$title</H1>\n"; 136 print HTML "<H2>$TESTCLASS</H2>\n"; 145 print HTML "<P><TABLE $TABLEATTR><TR><TD>\n"; 146 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n"; 148 print HTML "<P><TABLE $TABLEATTR BGCOLOR=\"#CCFFFF\">\n"; 149 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>"; 150 print HTML "<TD>$baselineMethod</TD><TD>Ratio</TD></TR>\n"; 155 print HTML "<TR><TD>@$pat[0], @$pat[2]</TD>\n"; [all …]
|
D | dateformatperf.pl | 74 open(HTML,">$html") or die "Can't write to $html: $!"; 76 print HTML <<EOF; 85 print HTML "<H1>$title</H1>\n"; 87 print HTML "<H2>$TESTCLASS</H2>\n"; 96 print HTML "<P><TABLE $TABLEATTR><TR><TD>\n"; 97 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n"; 99 print HTML "<P><TABLE $TABLEATTR BGCOLOR=\"#CCFFFF\">\n"; 100 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>"; 101 print HTML "<TD>$baselineMethod</TD><TD>Ratio</TD></TR>\n"; 106 print HTML "<TR><TD>@$pat[0], \"@$pat[1]\", \"@$pat[2]\"</TD>\n"; [all …]
|
D | unicodesetperf.pl | 61 open(HTML,">$html") or die "Can't write to $html: $!"; 63 print HTML <<EOF; 72 print HTML "<H1>$title</H1>\n"; 74 print HTML "<H2>$TESTCLASS</H2>\n"; 83 print HTML "<P><TABLE $TABLEATTR><TR><TD>\n"; 84 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n"; 86 print HTML "<P><TABLE $TABLEATTR BGCOLOR=\"#CCFFFF\">\n"; 87 print HTML "<TR><TD>Pattern</TD><TD>$testMethod</TD>"; 88 print HTML "<TD>$baselineMethod</TD><TD>Ratio</TD></TR>\n"; 93 print HTML "<TR><TD>$pat</TD>\n"; [all …]
|
D | converterperf.pl | 87 open(HTML,">$html") or die "Can't write to $html: $!"; 89 print HTML <<EOF; 98 print HTML "<H1>$title</H1>\n"; 100 print HTML "<H2>$TESTCLASS</H2>\n"; 109 print HTML "<P><TABLE $TABLEATTR><TR><TD>\n"; 110 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n"; 112 print HTML "<P><TABLE $TABLEATTR BGCOLOR=\"#CCFFFF\">\n"; 113 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>"; 114 print HTML "<TD>$baselineMethod</TD><TD>Ratio</TD></TR>\n"; 119 print HTML "<TR><TD>@$pat[0], @$pat[2]</TD>\n"; [all …]
|
/third_party/parse5/packages/parse5/lib/parser/ |
D | open-element-stack.ts | 18 [$.APPLET, NS.HTML], 19 [$.CAPTION, NS.HTML], 20 [$.HTML, NS.HTML], 21 [$.MARQUEE, NS.HTML], 22 [$.OBJECT, NS.HTML], 23 [$.TABLE, NS.HTML], 24 [$.TD, NS.HTML], 25 [$.TEMPLATE, NS.HTML], 26 [$.TH, NS.HTML], 39 const TABLE_ROW_CONTEXT = [$.TR, $.TEMPLATE, $.HTML]; [all …]
|
D | open-element-stack.test.ts | 17 function createElement(tagName: string, namespaceURI = NS.HTML): TreeAdapterTypeMap['element'] { 148 const htmlElement = createElement(TN.HTML); 151 stack.push(htmlElement, $.HTML); 160 const htmlElement = createElement(TN.HTML); 165 stack.push(htmlElement, $.HTML); 183 const htmlElement = createElement(TN.HTML); 188 stack.push(htmlElement, $.HTML); 206 const htmlElement = createElement(TN.HTML); 211 stack.push(htmlElement, $.HTML); 249 stack.push(createElement(TN.HTML), $.HTML); [all …]
|
D | formatting-element-list.test.ts | 36 const element1 = treeAdapter.createElement($.DIV, NS.HTML, []); 37 const element2 = treeAdapter.createElement($.P, NS.HTML, []); 54 const element1 = treeAdapter.createElement($.DIV, NS.HTML, []); 55 const element2 = treeAdapter.createElement($.P, NS.HTML, []); 56 const element3 = treeAdapter.createElement($.SPAN, NS.HTML, []); 57 const element4 = treeAdapter.createElement($.TITLE, NS.HTML, []); 80 const element1 = treeAdapter.createElement($.DIV, NS.HTML, [ 85 const element2 = treeAdapter.createElement($.DIV, NS.HTML, [ 125 const element1 = treeAdapter.createElement($.DIV, NS.HTML, [ 130 const element2 = treeAdapter.createElement($.DIV, NS.HTML, [ [all …]
|
D | index.ts | 179 fragmentContext ??= opts.treeAdapter.createElement(TN.TEMPLATE, NS.HTML, []); 184 const documentMock = opts.treeAdapter.createElement('documentmock', NS.HTML, []); 285 … const isHTML = current === this.document || this.treeAdapter.getNamespaceURI(current) === NS.HTML; 295 this._insertElement(currentToken, NS.HTML); 328 … if (!this.fragmentContext || this.treeAdapter.getNamespaceURI(this.fragmentContext) !== NS.HTML) { 411 const element = this.treeAdapter.createElement(tagName, NS.HTML, []); 418 const tmpl = this.treeAdapter.createElement(token.tagName, NS.HTML, token.attrs); 428 const element = this.treeAdapter.createElement(TN.HTML, NS.HTML, []); 432 this.openElements.push(element, $.HTML); 540 !this._isIntegrationPoint(currentTagId, current, 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))
|
/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/parse5/test/data/parser-feedback/ |
D | doctype01.test | 473 …"description": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"\\n \"http://www.w3.org/TR/ht… 474 …"input": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"\n \"http://www.w3.org/TR/html4/str… 479 "-//W3C//DTD HTML 4.01//EN", 569 …"description": "<!DOCTYPE HTML SYSTEM \"http://www.w3.org/DTD/HTML4-strict.dtd\"><body><b>Mine!</b… 570 …"input": "<!DOCTYPE HTML SYSTEM \"http://www.w3.org/DTD/HTML4-strict.dtd\"><body><b>Mine!</b></bod… 605 …"description": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"\"http://www.w3.org/TR/html4/st… 606 …"input": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"\"http://www.w3.org/TR/html4/strict.d… 611 "-//W3C//DTD HTML 4.01//EN", 619 …"description": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"'http://www.w3.org/TR/html4/str… 620 …"input": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"'http://www.w3.org/TR/html4/strict.dt… [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/nghttp2/doc/ |
D | make.bat | 19 echo. html to make standalone HTML files 20 echo. dirhtml to make HTML files named index.html in directories 21 echo. singlehtml to make a single large HTML file 24 echo. htmlhelp to make HTML files and a HTML help project 25 echo. qthelp to make HTML files and a qthelp project 26 echo. devhelp to make HTML files and a Devhelp project 47 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 55 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 63 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 87 echo.Build finished; now you can run HTML Help Workshop with the ^
|