Home
last modified time | relevance | path

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

12345678910>>...16

/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/icu/icu4j/perf-tests/
Dunicodesetperf.pl63 open(HTML,">$html") or die "Can't write to $html: $!";
65 print HTML <<EOF;
74 print HTML "<H1>$title</H1>\n";
76 print HTML "<H2>$TESTCLASS</H2>\n";
85 print HTML "<P><TABLE $TABLEATTR><TR><TD>\n";
86 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n";
88 print HTML "<P><TABLE $TABLEATTR BGCOLOR=\"#CCFFFF\">\n";
89 print HTML "<TR><TD>Pattern</TD><TD>$testMethod</TD>";
90 print HTML "<TD>$baselineMethod</TD><TD>Ratio</TD></TR>\n";
95 print HTML "<TR><TD>$pat</TD>\n";
[all …]
Ddateformatperf.pl76 open(HTML,">$html") or die "Can't write to $html: $!";
78 print HTML <<EOF;
87 print HTML "<H1>$title</H1>\n";
89 print HTML "<H2>$TESTCLASS</H2>\n";
98 print HTML "<P><TABLE $TABLEATTR><TR><TD>\n";
99 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n";
101 print HTML "<P><TABLE $TABLEATTR BGCOLOR=\"#CCFFFF\">\n";
102 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>";
103 print HTML "<TD>$baselineMethod</TD><TD>Ratio</TD></TR>\n";
108 print HTML "<TR><TD>@$pat[0], \"@$pat[1]\", \"@$pat[2]\"</TD>\n";
[all …]
Dconverterperf.pl91 open(HTML,">$html") or die "Can't write to $html: $!";
93 print HTML <<EOF;
102 print HTML "<H1>$title</H1>\n";
104 print HTML "<H2>$TESTCLASS</H2>\n";
113 print HTML "<P><TABLE $TABLEATTR><TR><TD>\n";
114 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n";
116 print HTML "<P><TABLE $TABLEATTR BGCOLOR=\"#CCFFFF\">\n";
117 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>";
118 print HTML "<TD>$baselineMethod</TD><TD>Ratio</TD></TR>\n";
123 print HTML "<TR><TD>@$pat[0], @$pat[2]</TD>\n";
[all …]
Ducharacterperf.pl73 open(HTML,">$html") or die "Can't write to $html: $!";
75 print HTML <<EOF;
84 print HTML "<H1>$title</H1>\n";
86 print HTML "<H2>$TESTCLASS</H2>\n";
95 print HTML "<P><TABLE $TABLEATTR><TR><TD>\n";
96 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n";
98 print HTML "<P><TABLE $TABLEATTR BGCOLOR=\"#CCFFFF\">\n";
99 print HTML "<TR><TD>Pattern</TD><TD>$testMethod</TD>";
100 print HTML "<TD>$baselineMethod</TD><TD>Ratio</TD></TR>\n";
105 print HTML "<TR><TD>$pat</TD>\n";
[all …]
Ddecimalformatperf.pl72 open(HTML,">$html") or die "Can't write to $html: $!";
74 print HTML <<EOF;
83 print HTML "<H1>$title</H1>\n";
85 print HTML "<H2>$TESTCLASS</H2>\n";
94 print HTML "<P><TABLE $TABLEATTR><TR><TD>\n";
95 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n";
97 print HTML "<P><TABLE $TABLEATTR BGCOLOR=\"#CCFFFF\">\n";
98 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>";
99 print HTML "<TD>$baselineMethod</TD><TD>Ratio</TD></TR>\n";
103 print HTML "<TR><TD>@$pat[0], \"@$pat[1]\", \"@$pat[2]\"</TD>\n";
[all …]
Dnormperf.pl125 open(HTML,">$html") or die "Can't write to $html: $!";
127 print HTML <<EOF;
136 print HTML "<H1>$title</H1>\n";
138 print HTML "<H2>$TESTCLASS</H2>\n";
147 print HTML "<P><TABLE $TABLEATTR><TR><TD>\n";
148 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n";
150 print HTML "<P><TABLE $TABLEATTR BGCOLOR=\"#CCFFFF\">\n";
151 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>";
152 print HTML "<TD>$baselineMethod</TD><TD>Ratio</TD></TR>\n";
157 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 : { div: Block<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))
DmappedTypeInferenceCircularity.js4 type HTML = { [K in 'div']: Block<HTML> };
5 type Block<P> = <T>(func: HTML) => {};
7 declare var h: HTML;
/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/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 ^
/third_party/typescript/tests/cases/compiler/
DmappedTypeInferenceCircularity.ts3 type HTML = { [K in 'div']: Block<HTML> }; alias
4 type Block<P> = <T>(func: HTML) => {};
6 declare var h: HTML;
/third_party/parse5/docs/
Dlist-of-packages.md3 - [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 …b.com/inikulin/parse5/tree/master/packages/parse5-html-rewriting-stream) - streaming HTML rewriter.
/third_party/vk-gl-cts/external/vulkan-docs/src/config/
DREADME.adoc24 `khronos.css` is the stylesheet used for HTML output.
30 Vulkan chunked HTML specification.
38 * `vulkan/docinfo-header.html` - Vulkan logo in docinfo HTML form
39 * `vulkansc/docinfo-header.html` - Vulkan SC logo in docinfo HTML form
40 * `makedocinfologo` - script to convert SVG file to docinfo HTML file
48 * `extension-highlighter.rb` - one way of constructing a diff HTML document
49 * `katex_replace.rb` - substitute KaTeX for MathJax in output HTML
/third_party/libuv/docs/
Dmake.bat22 echo. html to make standalone HTML files
23 echo. dirhtml to make HTML files named index.html in directories
24 echo. singlehtml to make a single large HTML file
27 echo. htmlhelp to make HTML files and a HTML help project
28 echo. qthelp to make HTML files and a qthelp project
29 echo. devhelp to make HTML files and a Devhelp project
68 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
76 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
84 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
108 echo.Build finished; now you can run HTML Help Workshop with the ^
/third_party/node/doc/contributing/
Dapi-documentation.md11 1. Human-readable HTML in `out/doc/api/*.html`
15 Node.js. As an example the latest version of the human-readable HTML
41 7. The tooling generates a HTML output that contains a human-readable and ready
64 * Within Remark YAML snippets `<!-- something -->` are considered HTML nodes,
122 them to HTML.
125 HTML.
126 * It then stores the output to a JSON file and adds extra styling to the HTML
127 and then stores the HTML file.
138 visual artifacts for the HTML pages;
150 single "all" page containing all the HTML documentation;
[all …]

12345678910>>...16