Searched refs:HTML (Results 1 – 25 of 51) sorted by relevance
123
11 * Beautiful Soup 4+ - HTML/XML parser, used to parse `metadata_definitions.xml`13 * Markdown 2.1+ - Plain text to HTML converter, for docs formatting.14 * Tidy - Cleans up the XML/HTML files.
116 # Convert node name "x.y.z" of kind w to an HTML anchor of form121 # Convert target "xxx.yyy#zzz" to a HTML reference to Android public developer139 # Render as markdown, and do HTML-doc-specific rewrites
114 HTML, Text, XML *android.DepSet member118 HTML, Text, XML *android.DepSetBuilder member123 HTML: android.NewDepSetBuilder(android.POSTORDER),130 l.HTML.Direct(html)137 if depSets.HTML != nil {138 l.HTML.Transitive(depSets.HTML)151 HTML: l.HTML.Build(),473 htmlList := depSets.HTML.ToSortedList()
8 -- Parses the XML feed, combines feed elements with HTML markup, and displays the resulting HTML in…
113 func htmlArrayEqual(a, b []template.HTML) bool { argument293 func formatText(text string) template.HTML {294 var html template.HTML307 html += template.HTML(template.HTMLEscapeString(line)) + "\n"
39 Text template.HTML58 Text template.HTML59 OtherTexts []template.HTML
143 expectedText := template.HTML(m + " docs.\n\n")
771 # configuration options related to the HTML output775 # generate HTML output.804 # style sheet that is used by each HTML page. It can be used to896 # Microsoft HTML help workshop to generate a compiled HTML help file (.chm)897 # of the generated HTML documentation.911 # the HTML help compiler on the generated index.hhp.941 # Qt Compressed Help (.qch) of the generated HTML documentation.947 # The path specified is relative to the HTML output folder.1046 # as images in the HTML documentation. The default is 10. Note that1057 # in the HTML output before the changes have effect.[all …]
914 # configuration options related to the HTML output918 # generate HTML output.954 # style sheet that is used by each HTML page. It can be used to1068 # Microsoft HTML help workshop to generate a compiled HTML help file (.chm)1069 # of the generated HTML documentation.1083 # the HTML help compiler on the generated index.hhp.1113 # Qt Compressed Help (.qch) of the generated HTML documentation.1119 # The path specified is relative to the HTML output folder.1230 # in the HTML output before the changes have effect.1248 MATHJAX_FORMAT = HTML-CSS[all …]
22 private static final String HTML = "<html>" field in WebViewAnimationTestActivity84 mWebView.loadDataWithBaseURL("http://foo.bar", HTML, "text/html", null, "http://foo.bar"); in onCreate()
1006 # Configuration options related to the HTML output1023 # generated HTML page (for example: .htm, .php, .asp).1201 # The HTML Help Workshop contains a compiler that can convert all HTML output1202 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML1207 # compressed HTML files.1258 # (.qch) of the generated HTML documentation.1266 # the HTML output folder.1404 # the HTML output directory before the changes have effect.1426 # The default value is: HTML-CSS.1429 MATHJAX_FORMAT = HTML-CSS[all …]
1058 # Configuration options related to the HTML output1075 # generated HTML page (for example: .htm, .php, .asp).1253 # The HTML Help Workshop contains a compiler that can convert all HTML output1254 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML1259 # compressed HTML files.1311 # (.qch) of the generated HTML documentation.1319 # the HTML output folder.1457 # the HTML output directory before the changes have effect.1479 # The default value is: HTML-CSS.1482 MATHJAX_FORMAT = HTML-CSS[all …]
45 …* Similar to [DOM](http://en.wikipedia.org/wiki/Document_Object_Model) for HTML/XML, RapidJSON can…
1069 # Configuration options related to the HTML output1086 # generated HTML page (for example: .htm, .php, .asp).1267 # The HTML Help Workshop contains a compiler that can convert all HTML output1268 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML1273 # compressed HTML files.1325 # (.qch) of the generated HTML documentation.1333 # the HTML output folder.1471 # the HTML output directory before the changes have effect.1493 # The default value is: HTML-CSS.1496 MATHJAX_FORMAT = HTML-CSS[all …]
1038 # Configuration options related to the HTML output1055 # generated HTML page (for example: .htm, .php, .asp).1236 # The HTML Help Workshop contains a compiler that can convert all HTML output1237 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML1242 # compressed HTML files.1294 # (.qch) of the generated HTML documentation.1302 # the HTML output folder.1440 # the HTML output directory before the changes have effect.1462 # The default value is: HTML-CSS.1465 MATHJAX_FORMAT = HTML-CSS[all …]
1119 # Configuration options related to the HTML output1136 # generated HTML page (for example: .htm, .php, .asp).1317 # The HTML Help Workshop contains a compiler that can convert all HTML output1318 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML1323 # compressed HTML files.1375 # (.qch) of the generated HTML documentation.1383 # the HTML output folder.1521 # the HTML output directory before the changes have effect.1543 # The default value is: HTML-CSS.1546 MATHJAX_FORMAT = HTML-CSS[all …]
1116 # Configuration options related to the HTML output1133 # generated HTML page (for example: .htm, .php, .asp).1325 # The HTML Help Workshop contains a compiler that can convert all HTML output1326 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML1331 # compressed HTML files.1383 # (.qch) of the generated HTML documentation.1391 # the HTML output folder.1529 # the HTML output directory before the changes have effect.1551 # The default value is: HTML-CSS.1554 MATHJAX_FORMAT = HTML-CSS[all …]
800 # configuration options related to the HTML output804 # generate HTML output.833 # style sheet that is used by each HTML page. It can be used to883 # Microsoft HTML help workshop to generate a compiled HTML help file (.chm)884 # of the generated HTML documentation.898 # the HTML help compiler on the generated index.hhp.928 # HTML documentation.934 # The path specified is relative to the HTML output folder.1007 # as images in the HTML documentation. The default is 10. Note that1017 # HTML help (GENERATE_HTMLHELP) or Qt help (GENERATE_QHP)[all …]
24 REPORT_TYPE=${1:-HTML}
44 Please check the HTML results file and fix the errors.
11 [here](./report.html). Report are self-contained in HTML so they can be59 to display the HTML report.
28 for results. By default the results are generated as a set of HTML pages. For example, you can use
91 // Create a zip file of the HTML coverage reports