Home
last modified time | relevance | path

Searched refs:HTML (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/third_party/icu/icu4j/perf-tests/perldriver/
DOutput.pm54 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/
DOutput.pm56 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/
Dwired.html.err1 ./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 …]
Ddoc3.htm.err1 ./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 …]
Dutf8bug.html.err1 ./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 ';'
Dtest3.html.err1 ./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
Dentities.html.err1 ./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/
Ddecimalformatperf.pl70 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 …]
Ducharacterperf.pl71 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 …]
Dnormperf.pl123 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 …]
Ddateformatperf.pl74 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 …]
Dunicodesetperf.pl61 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 …]
Dconverterperf.pl87 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/
Dopen-element-stack.ts18 [$.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 …]
Dopen-element-stack.test.ts17 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 …]
Dformatting-element-list.test.ts36 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 …]
Dindex.ts179 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/
DmappedTypeInferenceCircularity.types4 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
DmappedTypeInferenceCircularity.symbols4 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/
DCollPerf.pl158 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/
Dconvrtrs.txt68 # 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/
Dconvrtrs.txt68 # 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/
Ddoctype01.test473 …"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/
Dhtml.rst5 :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/
Dmake.bat19 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 ^

12345678910>>...18