| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/bin/ |
| H A D | pod2html | 20 Converts files from pod format (see L<perlpod>) to HTML format. 33 Turn =head1 directives into links pointing to the top of the HTML file. 47 Specify the URL of cascading style sheet to link from resulting HTML file. 75 Sets the directory to which all cross references in the resulting HTML file 86 Sets the base URL for the HTML files. When cross-references are made, the 87 HTML root is prepended to the URL. 97 Generate an index at the top of the HTML file (default behaviour). 105 Do not generate an index at the top of the HTML file. 120 Specify the HTML file to create. Output goes to STDOUT if no outfile 137 HTML converted forms can be linked-to in cross-references. [all …]
|
| /openbsd-src/gnu/llvm/clang/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 ^
|
| /openbsd-src/gnu/llvm/clang/docs/analyzer/ |
| 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 ^
|
| /openbsd-src/gnu/llvm/llvm/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 ^
|
| H A D | README.txt | 8 system to create HTML pages which are hosted on <https://llvm.org/docs/> and 11 If you instead would like to generate and view the HTML locally, install 30 Building the manpages is similar to building the HTML documentation. The 42 These .rst files are also included during HTML generation so they are also
|
| /openbsd-src/gnu/llvm/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 ^
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/ |
| H A D | HTMLLegacy.pm | 50 *Pod::Simple::HTML::DEBUG = sub(){1}; 52 require Pod::Simple::HTML; 53 Pod::Simple::HTML->VERSION(3); 59 my $pod = Pod::Simple::HTML->new;
|
| H A D | HTMLBatch.pm | 4 our @ISA = (); # Yup, we're NOT a subclass of Pod::Simple::HTML! 8 use Pod::Simple::HTML (); 9 BEGIN {*esc = \&Pod::Simple::HTML::esc } 25 our $HTML_RENDER_CLASS ||= "Pod::Simple::HTML"; 80 'index' . ($HTML_EXTENSION || $Pod::Simple::HTML::HTML_EXTENSION) 84 $Pod::Simple::HTML::Doctype_decl, 87 $Pod::Simple::HTML::Content_decl, 178 $self->muse("Now converting pod files to HTML.", 231 $n[-1] .= $HTML_EXTENSION || $Pod::Simple::HTML::HTML_EXTENSION; 369 . ($HTML_EXTENSION || $Pod::Simple::HTML [all...] |
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | Makefile.SH | 25 HTML=`echo $POD|sed 's/perltoc.pod//'|sed 's/\.pod/\.html/g'` 44 HTML = $HTML 71 html: $(POD2HTML) $(HTML) 96 rm -f $(HTML)
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | sgml | 15 # HyperText Markup Language (HTML) is an SGML document type, 18 0 search/1/cB \<!DOCTYPE\ html HTML document text 20 0 search/1/cb \<head HTML document text 22 0 search/1/cb \<title HTML document text 24 0 search/1/cb \<html HTML document text
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/ |
| H A D | HTML-WebDAO.tml | 1 === HTML-WebDAO 4 name: HTML-WebDAO 19 name => 'HTML-WebDAO',
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | html01.t | 1 # Testing HTML paragraphs 8 use Pod::Simple::HTML; 12 Pod::Simple::HTML->_out( 129 package My::Pod::HTML; 131 @ISA = ('Pod::Simple::HTML'); 137 My::Pod::HTML->_out( 147 my $obj = Pod::Simple::HTML->new;
|
| H A D | html03.t | 1 # Testing HTML titles 8 use Pod::Simple::HTML; 10 sub x { Pod::Simple::HTML->_out(
|
| H A D | html02.t | 1 # Testing HTML text styles 8 use Pod::Simple::HTML; 10 sub x { Pod::Simple::HTML->_out(
|
| H A D | htmlbat.t | 58 open HTML, $_ or die "Cannot open $_: $!\n"; 59 my $html = do { local $/; <HTML> }; 60 close HTML;
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Analyses.def | 28 ANALYSIS_DIAGNOSTICS(HTML, "html", "Output analysis results using HTML", 33 "Output analysis results using HTML (not allowing for multi-file bugs)", 45 "Output analysis results using HTML wrapped with Plists", 52 "Output analysis results using both SARIF and HTML "
|
| /openbsd-src/gnu/llvm/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">,
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | installhtml | 17 installhtml - converts a collection of POD pages to HTML format. 29 collection of HTML pages. This is used to convert the pod pages found in the 31 converter/installer of POD pages in HTML format. See L<Pod::Html>.) 56 =item B<--htmldir> HTML destination directory 58 The base directory which all HTML files will be written to. This should 63 The base directory which all resulting HTML files will be visible at in 308 open(HTML, '>', $html) || 313 print HTML "<DL COMPACT>\n"; 334 print HTML qq(<DT><A HREF="$url">); 335 print HTML "$lcp1</A></DT><DD>$lcp2</DD>\n"; [all …]
|
| /openbsd-src/gnu/usr.bin/texinfo/makeinfo/tests/ |
| H A D | html-min.txi | 3 @settitle HTML min test 6 @top Top of HTML min test
|
| H A D | html-docdesc.txi | 3 @settitle HTML docdesc test 10 @top Top of HTML docdesc test
|
| H A D | html-para.txi | 3 @settitle HTML paragraph beginning test 13 @top Top of HTML paragraph test
|
| /openbsd-src/gnu/llvm/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1879 assert(HTML && "Expected outstream to be set"); in handleFunctionCompare() 1911 *HTML << genHTML(Text, DotFile, PDFFileName); in handleFunctionCompare() 1937 assert(HTML && "Expected outstream to be set"); in handleInitialIR() 1938 *HTML << "<button type=\"button\" class=\"collapsible\">0. " in handleInitialIR() 1955 *HTML << " </p>\n" in handleInitialIR() 1966 assert(HTML && "Expected outstream to be set"); in omitAfter() 1970 *HTML << Banner; in omitAfter() 1977 assert(HTML && "Expected outstream to be set"); in handleAfter() 1986 *HTML << " </p></div>\n"; in handleAfter() 1991 assert(HTML && "Expected outstream to be set"); in handleInvalidated() [all …]
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | TODO | 88 - HTML: split output by chapter to improve context, per Akim. 90 - HTML: support thumbnails. 91 - HTML: make images of math, maybe. 92 - HTML: allow settable background color, table colors and spacing, 94 - HTML: have a library of different CSS styles. 109 - @multitable: support a heading line concept (<thead> in HTML). 111 - How about using latex2html to produce HTML? 151 - also support installing HTML files, etc., along with subsidiary
|
| /openbsd-src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/ |
| H A D | List.pm | 1746 use HTML::TreeBuilder 3.10; 1747 my $root = HTML::TreeBuilder->new();
|
| /openbsd-src/gnu/usr.bin/texinfo/util/ |
| H A D | install-info-html | 23 Install HTML info document. 139 topmost node of the HTML Info hierarchy.
|