| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | sgml | 57 0 search/4096/cwt \<head\> HTML document text 60 0 search/4096/cWt \<head\ HTML document text 63 0 search/4096/cwt \<title\> HTML document text 66 0 search/4096/cWt \<title\ HTML document text 69 0 search/4096/cwt \<html\> HTML document text 72 0 search/4096/cWt \<html\ HTML document text 78 0 search/4096/cWt \<script\ HTML document text 81 0 search/4096/cwt \<style\> HTML document text 84 0 search/4096/cWt \<style\ HTML document text 87 0 search/4096/cwt \<table\> HTML document text [all …]
|
| /freebsd-13.1/contrib/libcbor/doc/ |
| H A D | Makefile | 26 @echo " html to make standalone HTML files" 27 @echo " dirhtml to make HTML files named index.html in directories" 28 @echo " singlehtml to make a single large HTML file" 31 @echo " htmlhelp to make HTML files and a HTML help project" 32 @echo " qthelp to make HTML files and a qthelp project" 33 @echo " devhelp to make HTML files and a Devhelp project" 55 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." 60 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml." 65 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml." 80 @echo "Build finished; now you can run HTML Help Workshop with the" \
|
| H A 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 67 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 75 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 83 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 107 echo.Build finished; now you can run HTML Help Workshop with the ^
|
| /freebsd-13.1/contrib/llvm-project/lld/docs/ |
| H A 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 ^
|
| /freebsd-13.1/contrib/libxo/doc/ |
| H A D | options.rst | 39 color Enable colors/effects for display styles (TEXT, HTML) 44 html Emit HTML output 46 info Add info attributes (HTML) 51 no-humanize Ignore the {h:} modifier (TEXT, HTML) 64 xpath Add XPath expressions (HTML) 73 - "info" generates additional data for HTML, encoded in attributes 100 c Enable color/effects for TEXT/HTML 102 H Enable HTML output (XO_STYLE_HTML) 106 k Add keys to XPATH expressions in HTML 107 n Disable humanization (TEXT, HTML) [all …]
|
| H A D | formatting.rst | 22 browsers than in terminals, making HTML output valuable. 25 traditional text output, as well as XML and JSON formatted data. HTML 41 HTML: 63 - HTML can be matched with a small CSS file to permit rendering in any 67 suited for terminal output and HTML is suited for display in a web 86 using a single code path to make TEXT, XML, JSON or HTML, deciding at 95 call, but also has enough information to generate XML, JSON, and HTML. 138 HTML Output 141 HTML output is designed to allow the output to be rendered in a web 145 stylesheet can render the HTML into rich text that mirrors the
|
| H A D | xohtml.rst | 9 html files suitable for display in modern HTML web browsers. It can 10 be used to test and debug HTML output, as well as to make the user 15 command's output is wrapped in HTML tags, with references to
|
| H A D | xo.rst | 9 HTML using the same commands that emit text output. 12 XML, "-J" for JSON, "-H" for HTML, or "-T" for TEXT, which is the 33 HTML: 75 prepend data to the XPath values used for HTML output style:: 121 HTML: 202 --html OR -H Generate HTML output 205 --leading-xpath <path> Add a prefix to generated XPaths (HTML) 220 --xpath Add XPath data to HTML output)
|
| H A D | index.rst | 13 libxo - A Library for Generating Text, XML, JSON, and HTML Output 17 and HTML output, suitable for both command line use and for web
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Analyses.def | 35 ANALYSIS_DIAGNOSTICS(HTML, "html", "Output analysis results using HTML", 40 "Output analysis results using HTML (not allowing for multi-file bugs)", 52 "Output analysis results using HTML wrapped with Plists", 59 "Output analysis results using both SARIF and HTML "
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticCommentKinds.td | 12 // HTML parsing errors. These are under -Wdocumentation to make sure the user 20 "HTML start tag prematurely ended, expected attribute name or '>'">, 24 "HTML tag started here">; 26 // HTML semantic errors 29 "HTML end tag '%0' is forbidden">, 33 "HTML end tag does not match any start tag">, 37 "HTML start tag '%0' closed by '%1'">, 44 "HTML tag '%0' requires an end tag">,
|
| /freebsd-13.1/contrib/libxo/tests/xo/saved/ |
| H A D | xo_02.H.err | 8 --html OR -H Generate HTML output 11 --leading-xpath <path> OR -l <path> Add a prefix to generated XPaths (HTML) 26 --xpath Add XPath data to HTML output
|
| H A D | xo_02.HP.err | 8 --html OR -H Generate HTML output 11 --leading-xpath <path> OR -l <path> Add a prefix to generated XPaths (HTML) 26 --xpath Add XPath data to HTML output
|
| H A D | xo_02.J.err | 8 --html OR -H Generate HTML output 11 --leading-xpath <path> OR -l <path> Add a prefix to generated XPaths (HTML) 26 --xpath Add XPath data to HTML output
|
| H A D | xo_02.T.err | 8 --html OR -H Generate HTML output 11 --leading-xpath <path> OR -l <path> Add a prefix to generated XPaths (HTML) 26 --xpath Add XPath data to HTML output
|
| H A D | xo_02.X.err | 8 --html OR -H Generate HTML output 11 --leading-xpath <path> OR -l <path> Add a prefix to generated XPaths (HTML) 26 --xpath Add XPath data to HTML output
|
| H A D | xo_02.XP.err | 8 --html OR -H Generate HTML output 11 --leading-xpath <path> OR -l <path> Add a prefix to generated XPaths (HTML) 26 --xpath Add XPath data to HTML output
|
| H A D | xo_02.HIPx.err | 8 --html OR -H Generate HTML output 11 --leading-xpath <path> OR -l <path> Add a prefix to generated XPaths (HTML) 26 --xpath Add XPath data to HTML output
|
| H A D | xo_02.JP.err | 8 --html OR -H Generate HTML output 11 --leading-xpath <path> OR -l <path> Add a prefix to generated XPaths (HTML) 26 --xpath Add XPath data to HTML output
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | tcsh.man2html | 46 $headerfile = 'header'; # HTML file for initial comments * 48 $listsfile = 'lists'; # Mailing list description HTML file * 51 $topfile = 'top'; # Top-level HTML file * 118 # Decide on HTML suffix and append it to filenames 122 $headerfile .= ".$html"; # HTML file for initial comments 125 $listsfile .= ".$html"; # Mailing list description HTML file 160 # Copy script to HTML directory 368 from which this HTML version was generated, 377 wrote the manpage and the HTML conversion script. 655 # Convert nroff font escapes to HTML [all …]
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | README | 16 well as setting up an NTP subnet, is in the HTML pages in the ./html/ 25 COPYRIGHT Excerpt from the HTML file ./html/copyright.html. This file 31 directions in the HTML pages, starting with ./html/index.html. 80 configure Script used to configure the distribution. See the HTML pages 94 documentation is in the form of HTML files suitable for
|
| /freebsd-13.1/contrib/unbound/doc/ |
| H A D | unbound.doxygen | 792 # configuration options related to the HTML output 796 # generate HTML output. 824 # If the HTML_TIMESTAMP tag is set to YES then the generated HTML 830 # style sheet that is used by each HTML page. It can be used to 922 # Microsoft HTML help workshop to generate a compiled HTML help file (.chm) 923 # of the generated HTML documentation. 937 # the HTML help compiler on the generated index.hhp. 967 # Qt Compressed Help (.qch) of the generated HTML documentation. 973 # The path specified is relative to the HTML output folder. 1083 # in the HTML output before the changes have effect. [all …]
|
| /freebsd-13.1/contrib/libxo/ |
| H A D | README.md | 4 libxo - A Library for Generating Text, XML, JSON, and HTML Output 7 and HTML output using a common set of function calls. The application
|
| /freebsd-13.1/contrib/bearssl/ |
| H A D | Doxyfile | 1057 # Configuration options related to the HTML output 1074 # generated HTML page (for example: .htm, .php, .asp). 1255 # The HTML Help Workshop contains a compiler that can convert all HTML output 1256 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML 1261 # compressed HTML files. 1313 # (.qch) of the generated HTML documentation. 1321 # the HTML output folder. 1459 # the HTML output directory before the changes have effect. 1481 # The default value is: HTML-CSS. 1484 MATHJAX_FORMAT = HTML-CSS [all …]
|
| /freebsd-13.1/contrib/libcbor/ |
| H A D | Doxyfile | 1049 # Configuration options related to the HTML output 1066 # generated HTML page (for example: .htm, .php, .asp). 1247 # The HTML Help Workshop contains a compiler that can convert all HTML output 1248 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML 1253 # compressed HTML files. 1305 # (.qch) of the generated HTML documentation. 1313 # the HTML output folder. 1451 # the HTML output directory before the changes have effect. 1473 # The default value is: HTML-CSS. 1476 MATHJAX_FORMAT = HTML-CSS [all …]
|