| /src/external/bsd/ipf/dist/l4check/ |
| l4check.conf | 19 response string <HTML>
|
| /src/external/ibm-public/postfix/dist/mantools/ |
| get_anchors.pl | 11 use HTML::Parser; 30 $p = HTML::Parser->new(api_version => 3);
|
| /src/external/mit/libuv/dist/docs/ |
| Makefile | 24 .PHONY: help clean html livehtml dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext 28 @echo " html to make standalone HTML files" 29 @echo " livehtml to make standalone HTML files and live reload them" 30 @echo " dirhtml to make HTML files named index.html in directories" 31 @echo " singlehtml to make a single large HTML file" 34 @echo " htmlhelp to make HTML files and a HTML help project" 35 @echo " qthelp to make HTML files and a qthelp project [all...] |
| make.bat | 22 echo. html to make standalone HTML files
23 echo. dirhtml to make HTML files named index.html in directories
24 echo. singlehtml to make a single large HTML file
27 echo. htmlhelp to make HTML files and a HTML help project
28 echo. qthelp to make HTML files and a qthelp project
29 echo. devhelp to make HTML files and a Devhelp project
64 if "%1" == "html" (
[all...] |
| /src/external/mit/libcbor/dist/doc/ |
| Makefile | 22 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext 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 [all...] |
| 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
63 if "%1" == "html" (
[all...] |
| /src/external/historical/nawk/dist/testdir/ |
| funstack.awk | 19 ### keywords = "BibTeX, bibliography, HTML, journal table of 26 ### The output can be either plain text, or HTML. 32 ### [-v HTML=nnn] [-v INDENT=nnn] \ 40 ### [-v HTML=nnn] [-v INDENT=nnn] \ 44 ### HTML=nnn, results in HTML output instead of 46 ### to HTML=0). The 50 ### level of HTML. The default is INDENT=4. 52 ### option has no effect when the default HTML=0 55 ### When HTML output is selected, th [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Index/ |
| CommentToXML.h | 29 SmallVectorImpl<char> &HTML,
|
| /src/external/apache2/llvm/dist/clang/docs/analyzer/ |
| 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 47 if "%1" == "html" ( [all...] |
| /src/external/apache2/llvm/dist/clang/docs/ |
| 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 47 if "%1" == "html" ( [all...] |
| /src/external/apache2/llvm/dist/llvm/docs/ |
| 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 47 if "%1" == "html" ( [all...] |
| /src/crypto/external/bsd/heimdal/dist/cf/ |
| w32-hh-toc-from-info.pl | 32 use HTML::TreeBuilder; 35 my $input_file = "index.html"; 54 my $tree = HTML::TreeBuilder->new(); 63 print TOC '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 64 <html> 75 </html>
|
| /src/external/mit/libuv/dist/tools/ |
| make_dist_html.py | 8 HTML = r''' 9 <!DOCTYPE html> 10 <html> 38 </html> 106 html = '' 109 html += GROUPS.format(groups=groups) 111 return html 120 html = HTML.format(groups=groups).strip() variable 121 html = re.sub('>\\s+<', '><', html variable [all...] |
| /src/external/gpl3/gcc/dist/gcc/doc/ |
| install.texi2html | 3 # Convert the GCC install documentation from texinfo format to HTML. 6 # the texinfo source and the directory to put the HTML version in. 30 DESTDIR=${DESTDIR-HTML} 49 for x in index.html specific.html prerequisites.html download.html \ 50 configure.html build.html test.html finalinstall.html [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/doc/ |
| install.texi2html | 3 # Convert the GCC install documentation from texinfo format to HTML. 6 # the texinfo source and the directory to put the HTML version in. 30 DESTDIR=${DESTDIR-HTML} 49 for x in index.html specific.html prerequisites.html download.html \ 50 configure.html build.html test.html finalinstall.html [all...] |
| /src/share/doc/standards/xopen/ |
| Makefile | 5 TARGS+= ${i}.ps ${i}.txt ${i}.html ${i}.more 12 ARGS_HTML= ${GFLAGS} -dformat=HTML ${POST_PLAIN} -ww 26 ${i}.html: ${i}
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
| CoverageViewOptions.h | 22 HTML,
|
| SourceCoverageView.cpp | 80 case CoverageViewOptions::OutputFormat::HTML: 147 case CoverageViewOptions::OutputFormat::HTML:
|
| /src/external/gpl2/texinfo/dist/util/ |
| install-info-html | 2 # Id: install-info-html,v 1.3 2004/04/11 17:56:47 karl Exp 4 name=install-info-html 23 Install HTML info document. 114 echo "$name: No HTML documents given" 128 index_file=$index_dir/index.html 134 <html> 138 This is the directory file \`index.html' a.k.a. \`DIR', which contains the 139 topmost node of the HTML Info hierarchy. 148 echo "<li> <a href=\"$i/$i.html\">$i</a></li>" 155 </html> [all...] |
| /src/distrib/mac68k/stand/ |
| Makefile | 7 UUDECODE_FILES=BSD_Mac68k_Booter.bin Mkfs.sea.hqx Booter-HTML-manual-12.tar 22 for i in BSD_Mac68k_Booter.bin Mkfs.sea.hqx Booter-HTML-manual-12.tar \
|
| /src/external/gpl3/binutils/dist/binutils/ |
| rcparse.h | 102 HTML = 303, /* HTML */ 207 #define HTML 303
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| rcparse.h | 102 HTML = 303, /* HTML */ 207 #define HTML 303
|
| /src/external/bsd/ntp/dist/scripts/deprecated/ |
| html2man.in | 3 # html2man: Converts the NTP HTML documentation to man page format 5 # This file require the Perl HTML::TokeParser module: 6 # http://search.cpan.org/search?module=HTML::TokeParser 13 require HTML::TokeParser; 19 # HTML files to convert. Also include per-file info here: 48 $seealso_disclaimer = "The official HTML documentation.\n\n" . 49 "This file was automatically generated from HTML source.\n"; 68 $p = HTML::TokeParser->new("$filename.html") || die "Can't open $filename.html: $!" [all...] |
| /src/external/apache2/llvm/dist/clang/tools/libclang/ |
| CXComment.cpp | 388 SmallString<1024> HTML; 390 ->convertCommentToHTML(FC, HTML, cxtu::getASTUnit(TU)->getASTContext()); 391 return cxstring::createDup(HTML.str());
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
| report.py | 5 """ This module is responsible to generate 'index.html' for the report. 8 could be found. It parses those reports and generates 'index.html'. """ 29 html_reports_available = args.output_format in {'html', 'plist-html', 'sarif-html'} 30 sarif_reports_available = args.output_format in {'sarif', 'sarif-html'} 42 logging.debug('generate index.html file') 78 with open(os.path.join(args.output, 'index.html'), 'w') as handle: 81 |<!DOCTYPE html> 82 |<html> [all...] |