Home
last modified time | relevance | path

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

12345

/freebsd-12.1/contrib/file/magic/Magdir/
H A Dsgml57 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-12.1/contrib/llvm/tools/lld/docs/
H A Dmake.bat21 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-12.1/contrib/libxo/doc/
H A Doptions.rst39 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 Dformatting.rst22 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 Dxo.rst9 HTML using the same commands that emit text output.
12 XML, "-J" for JSON, "-H" for HTML, or "-T" for TEXT, which is the
32 HTML:
73 prepend data to the XPath values used for HTML output style::
102 --html OR -H Generate HTML output
104 --leading-xpath <path> Add a prefix to generated XPaths (HTML)
114 --xpath Add XPath data to HTML output);
H A Dxohtml.rst9 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 Dindex.rst13 libxo - A Library for Generating Text, XML, JSON, and HTML Output
17 and HTML output, suitable for both command line use and for web
H A Dfield-modifiers.rst16 d display Only emit field for display styles (text/HTML)
82 The colon modifier is only used for the TEXT and HTML output
95 the display output styles, TEXT and HTML::
116 the display output styles, TEXT and HTML::
188 In the HTML style, the original numeric value is rendered in the
218 for the HTML output style when XOF_XPATH is set, but other uses are
348 The white space modifier is only used for the TEXT and HTML output
H A Dlibxo.txt305 HTML:
397 *** HTML Output
508 used for display styles (TEXT and HTML).
802 the display output styles, TEXT and HTML.
817 the display output styles, TEXT and HTML.
1177 HTML:
1317 HTML:
1403 HTML:
1734 | XO_STYLE_HTML | HTML encoded data |
2591 HTML:
[all …]
H A Dfield-formatting.rst119 JSON, and HTML styles) or locale-based strings for display in text
166 current locale (as described above), while XML, JSON, and HTML use
187 ignored for the JSON and XML styles. For HTML, these characters are
198 HTML:
264 styles (text and HTML) will use "#%s" where other styles use "%s";
354 HTML:
363 Clearly HTML wins the verbosity award, and this output does
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticCommentKinds.td13 // HTML parsing errors. These are under -Wdocumentation to make sure the user
21 "HTML start tag prematurely ended, expected attribute name or '>'">,
25 "HTML tag started here">;
27 // HTML semantic errors
30 "HTML end tag '%0' is forbidden">,
34 "HTML end tag does not match any start tag">,
38 "HTML start tag '%0' closed by '%1'">,
45 "HTML tag '%0' requires an end tag">,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyses.def31 ANALYSIS_DIAGNOSTICS(HTML, "html", "Output analysis results using HTML", createHTMLDiagnosticConsum…
32 ANALYSIS_DIAGNOSTICS(HTML_SINGLE_FILE, "html-single-file", "Output analysis results using HTML (not…
35 ANALYSIS_DIAGNOSTICS(PLIST_HTML, "plist-html", "Output analysis results using HTML wrapped with Pli…
/freebsd-12.1/contrib/tcsh/
H A Dtcsh.man2html47 $headerfile = 'header'; # HTML file for initial comments *
49 $listsfile = 'lists'; # Mailing list description HTML file *
52 $topfile = 'top'; # Top-level HTML file *
119 # Decide on HTML suffix and append it to filenames
123 $headerfile .= ".$html"; # HTML file for initial comments
126 $listsfile .= ".$html"; # Mailing list description HTML file
161 # Copy script to HTML directory
369 from which this HTML version was generated,
378 wrote the manpage and the HTML conversion script.
656 # Convert nroff font escapes to HTML
[all …]
/freebsd-12.1/contrib/unbound/doc/
H A Dunbound.doxygen792 # 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-12.1/contrib/ntp/
H A DREADME16 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-12.1/contrib/libxo/
H A DREADME.md4 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-12.1/contrib/ldns/
H A Dlibdns.doxygen1062 # Configuration options related to the HTML output
1079 # generated HTML page (for example: .htm, .php, .asp).
1260 # The HTML Help Workshop contains a compiler that can convert all HTML output
1261 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
1266 # compressed HTML files.
1318 # (.qch) of the generated HTML documentation.
1326 # the HTML output folder.
1464 # the HTML output directory before the changes have effect.
1486 # The default value is: HTML-CSS.
1489 MATHJAX_FORMAT = HTML-CSS
[all …]
/freebsd-12.1/contrib/bearssl/
H A DDoxyfile1057 # 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-12.1/contrib/ncurses/
H A Ddist.mk135 echo "Converting $$m to HTML" ;\
136 echo '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">' > doc/html/man/$$g ;\
/freebsd-12.1/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in13 require HTML::TokeParser;
68 $p = HTML::TokeParser->new("$filename.html") || die "Can't open $filename.html: $!";
/freebsd-12.1/tools/tools/vop_table/
H A DREADME1 vop_table generates a HTML document that shows all the VOP's in
/freebsd-12.1/contrib/ipfilter/l4check/
H A Dl4check.conf19 response string <HTML>
/freebsd-12.1/contrib/ntp/util/
H A DREADME10 displayed. See the kernel page file in the HTML documentation in
35 parameters affecting NTP operations. See the tickadj page in the HTML
/freebsd-12.1/share/mk/
H A Dbsd.dep.mk66 .if defined(HTML)
319 .if defined(HTML)
320 CLEANDEPENDDIRS+= HTML
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Index/
H A DCommentToXML.h31 SmallVectorImpl<char> &HTML,

12345