/external/icu/icu4c/source/test/perf/perldriver/ |
D | Output.pm | 52 print HTML "<td class=\""; 54 print HTML "value"; 56 print HTML "worse"; 58 print HTML "\">"; 60 print HTML formatPercent(2, $mean); 62 print HTML formatNumber(2, $mult, $mean); 64 print HTML "</td>\n"; 65 print HTML "<td class=\""; 67 print HTML "error"; 69 print HTML "errorLarge"; [all …]
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/common/ |
D | html.js | 4 HTML: 'http://www.w3.org/1999/xhtml', 81 HTML: 'html', 172 SPECIAL_ELEMENTS[NS.HTML] = {}; 173 SPECIAL_ELEMENTS[NS.HTML][$.ADDRESS] = true; 174 SPECIAL_ELEMENTS[NS.HTML][$.APPLET] = true; 175 SPECIAL_ELEMENTS[NS.HTML][$.AREA] = true; 176 SPECIAL_ELEMENTS[NS.HTML][$.ARTICLE] = true; 177 SPECIAL_ELEMENTS[NS.HTML][$.ASIDE] = true; 178 SPECIAL_ELEMENTS[NS.HTML][$.BASE] = true; 179 SPECIAL_ELEMENTS[NS.HTML][$.BASEFONT] = true; [all …]
|
/external/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 | 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 | 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 | 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
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/ |
D | open_element_stack_test.js | 2 HTML = require('../../lib/common/html'), variable 7 var $ = HTML.TAG_NAMES, 8 NS = HTML.NAMESPACES; 143 var htmlElement = treeAdapter.createElement($.HTML, NS.HTML, []), 155 var htmlElement = treeAdapter.createElement($.HTML, '', []), 178 var htmlElement = treeAdapter.createElement($.HTML, '', []), 201 var htmlElement = treeAdapter.createElement($.HTML, '', []), 243 stack.push(treeAdapter.createElement($.HTML, '', [])); 249 stack.push(treeAdapter.createElement($.HTML, '', [])); 256 stack.push(treeAdapter.createElement($.HTML, '', [])); [all …]
|
D | formatting_element_list_test.js | 27 element1 = treeAdapter.createElement($.DIV, NS.HTML, []), 28 element2 = treeAdapter.createElement($.P, NS.HTML, []); 46 element1 = treeAdapter.createElement($.DIV, NS.HTML, []), 47 element2 = treeAdapter.createElement($.P, NS.HTML, []), 48 element3 = treeAdapter.createElement($.SPAN, NS.HTML, []), 49 element4 = treeAdapter.createElement($.TITLE, NS.HTML, []); 71 element1 = treeAdapter.createElement($.DIV, NS.HTML, [ 75 element2 = treeAdapter.createElement($.DIV, NS.HTML, [ 114 element1 = treeAdapter.createElement($.DIV, NS.HTML, [ 118 element2 = treeAdapter.createElement($.DIV, NS.HTML, [ [all …]
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | CollPerf.pl | 155 open( HTML, ">$html" ) or die "Can't write to $html: $!"; 156 print HTML <<EOF; 169 print HTML "<h2>Collation: ICU4C ".$ICULatestVersion." vs. GLIBC</h2>\n"; 171 print HTML <<EOF; 209 print HTML <<EOF; 231 close(HTML) or die "Can't close $html: $!"; 236 print HTML <<EOF; 255 print HTML "<tr>"; 259 print HTML "<td align=\"center\">"; 262 print HTML "<font color=\"red\">$value</font>"; [all …]
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_construction/ |
D | open_element_stack.js | 3 var HTML = require('../common/html'); variable 6 var $ = HTML.TAG_NAMES, 7 NS = HTML.NAMESPACES; 35 return ns === NS.HTML; 43 if (tn === $.HTML) 44 return ns === NS.HTML; 53 return ns === NS.HTML; 64 return (tn === $.APPLET || tn === $.OBJECT) && ns === NS.HTML; 67 return (tn === $.CAPTION || tn === $.MARQUEE) && ns === NS.HTML; 70 return tn === $.TEMPLATE && ns === NS.HTML; [all …]
|
D | parser.js | 12 HTML = require('../common/html'); variable 15 var $ = HTML.TAG_NAMES, 16 NS = HTML.NAMESPACES, 17 ATTRS = HTML.ATTRS; 371 fragmentContext = this.treeAdapter.createElement($.TEMPLATE, NS.HTML, []); 376 var documentMock = this.treeAdapter.createElement('documentmock', NS.HTML, []); 461 this.treeAdapter.getNamespaceURI(current) !== NS.HTML && 467 this._insertElement(currentToken, NS.HTML); 541 var tmpl = this.treeAdapter.createElement(token.tagName, NS.HTML, token.attrs), 550 var element = this.treeAdapter.createElement($.HTML, NS.HTML, []); [all …]
|
/external/markdown/docs/extensions/ |
D | HTML_Tidy.txt | 1 HTML Tidy 4 Runs [HTML Tidy][] on the output of Python-Markdown using the [uTidylib][] 9 [HTML Tidy]: http://tidy.sourceforge.net/ 13 for example, to output HTML rather than XHTML, set ``output_xhtml=0``. To 24 will also treat raw HTML no different than that output by Markdown. In other 25 words, it may munge a document authors carefully crafted HTML. Of course, it 26 may also transform poorly formed raw HTML into nice, valid HTML. Take these
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
D | doctype01.dat | 262 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 266 | <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 326 <!DOCTYPE HTML SYSTEM "http://www.w3.org/DTD/HTML4-strict.dtd"><body><b>Mine!</b></body> 337 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"> 340 | <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 346 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"'http://www.w3.org/TR/html4/strict.dtd'> 349 | <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 355 <!DOCTYPE HTML PUBLIC"-//W3C//DTD HTML 4.01//EN"'http://www.w3.org/TR/html4/strict.dtd'> 358 | <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 364 <!DOCTYPE HTML PUBLIC'-//W3C//DTD HTML 4.01//EN''http://www.w3.org/TR/html4/strict.dtd'> [all …]
|
/external/clang/docs/tools/ |
D | Makefile | 30 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS) 55 HTML := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_HTML_DIR)%.html, $(POD)) macro 79 html: $(HTML) 86 $(Verb) $(RM) -f pod2htm*.*~~ $(HTML) $(MAN) $(PS) 92 install-html:: $(HTML) 93 $(Echo) Installing HTML Clang Tools Documentation 95 $(Verb) $(DataInstall) $(HTML) $(HTML_DIR)
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/ |
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 46 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 53 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 60 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 81 echo.Build finished; now you can run HTML Help Workshop with the ^
|
/external/markdown/docs/ |
D | using_as_module.txt | 5 used by various projects to convert Markdown syntax into HTML. 36 class yourself and then use ``convert()`` to generate HTML: 104 that the user's HTML tags are either replaced, removed or escaped. (They can 107 * To replace HTML, set ``safe_mode="replace"`` (``safe_mode=True`` still works 108 for backward compatibility with older versions). The HTML will be replaced 110 ``[HTML_REMOVED]``. To replace the HTML with something else: 112 markdown.HTML_REMOVED_TEXT = "--RAW HTML IS NOT ALLOWED--" 119 * To remove HTML, set ``safe_mode="remove"``. Any raw HTML will be completely 122 * To escape HTML, set ``safe_mode="escape"``. The HTML will be escaped and 128 If Markdown is outputing (X)HTML as part of a web page, most likely you will [all …]
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/simple_api/ |
D | tokenizer_proxy.js | 6 HTML = require('../common/html'); variable 9 var $ = HTML.TAG_NAMES, 10 NS = HTML.NAMESPACES; 47 this.inForeignContent = namespace !== NS.HTML; 57 this.inForeignContent = this.currentNamespace !== NS.HTML; 94 this._enterNamespace(NS.HTML);
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/ |
D | test_utils.js | 4 HTML = require('../lib/common/html'); variable 132 … treeAdapter.createElement(fragmentContextTagName, HTML.NAMESPACES.HTML, []) 153 case HTML.NAMESPACES.SVG: 155 case HTML.NAMESPACES.MATHML: 216 …if (tn === HTML.TAG_NAMES.TEMPLATE && treeAdapter.getNamespaceURI(node) === HTML.NAMESPACES.HTML) {
|
/external/mesa3d/src/gallium/docs/ |
D | make.bat | 17 echo. html to make standalone HTML files 18 echo. dirhtml to make HTML files named index.html in directories 21 echo. htmlhelp to make HTML files and a HTML help project 22 echo. qthelp to make HTML files and a qthelp project 39 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 46 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 67 echo.Build finished; now you can run HTML Help Workshop with the ^
|
/external/clang/docs/ |
D | make.bat | 21 echo. html to make standalone HTML files 22 echo. dirhtml to make HTML files named index.html in directories 23 echo. singlehtml to make a single large HTML file 26 echo. htmlhelp to make HTML files and a HTML help project 27 echo. qthelp to make HTML files and a qthelp project 28 echo. devhelp to make HTML files and a Devhelp project 51 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 91 echo.Build finished; now you can run HTML Help Workshop with the ^
|
/external/llvm/docs/ |
D | make.bat | 21 echo. html to make standalone HTML files 22 echo. dirhtml to make HTML files named index.html in directories 23 echo. singlehtml to make a single large HTML file 26 echo. htmlhelp to make HTML files and a HTML help project 27 echo. qthelp to make HTML files and a qthelp project 28 echo. devhelp to make HTML files and a Devhelp project 51 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 91 echo.Build finished; now you can run HTML Help Workshop with the ^
|
/external/clang/docs/analyzer/ |
D | make.bat | 21 echo. html to make standalone HTML files 22 echo. dirhtml to make HTML files named index.html in directories 23 echo. singlehtml to make a single large HTML file 26 echo. htmlhelp to make HTML files and a HTML help project 27 echo. qthelp to make HTML files and a qthelp project 28 echo. devhelp to make HTML files and a Devhelp project 51 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 91 echo.Build finished; now you can run HTML Help Workshop with the ^
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/ |
D | README.md | 8 *WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization too… 10 I needed fast and ready for production HTML parser, which will parse HTML as a modern browser's par… 14 * [Parser](#class-parser) - HTML to DOM-tree parser. 15 …ss-simpleapiparser) - [SAX](http://en.wikipedia.org/wiki/Simple_API_for_XML)-style parser for HTML. 16 * [Serializer](#class-serializer) - DOM-tree to HTML code serializer. 31 //Then feed it with an HTML document 34 //Now let's parse HTML-snippet 70 Provides HTML parsing functionality. 77 Decode HTML-entities like `&`, ` `, etc. Default: `true`. **Warning:** disabling this opt… 118 Provides [SAX](https://en.wikipedia.org/wiki/Simple_API_for_XML)-style HTML parsing functionality. [all …]
|