Searched refs:HTML (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtest.sh31 HTML=`wget -O - -T 1 http://localhost:$CLIENT_PORT 2> /dev/null | grep "<HTML>"`
32 if [ "x$HTML" != "x" ]; then
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/DocBook/
H A DMakefile44 HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS))) macro
45 htmldocs: $(HTML)
139 echo '<h1>Linux Kernel HTML Documentation</h1>' >> $(main_idx) && \
141 cat $(HTML) >> $(main_idx)
143 quiet_cmd_db2html = HTML $@
203 @echo ' htmldocs - HTML'
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dlibxml2.spec1 Summary: Library providing XML and HTML support
16 to read, modify and write XML and HTML files. There is DTDs support
26 Summary: Libraries, includes, etc. to develop XML and HTML applications
35 to read, modify and write XML and HTML files. There is DTDs support
56 to read, modify and write XML and HTML files. There is DTDs support
H A DtestHTML.c2 * testHTML.c : a small tester program for HTML input.
718 * build an HTML tree from a string;
856 printf("\tParse the HTML files and output the result of the parsing\n");
877 printf("%s : HTML support not compiled in\n", argv[0]);
H A DMakefile.am209 @echo "## HTML regression tests"
210 -@(for i in $(srcdir)/test/HTML/* ; do \
213 if [ ! -f $(srcdir)/result/HTML/$$name ] ; then \
215 $(CHECKER) $(top_builddir)/testHTML $$i > $(srcdir)/result/HTML/$$name 2>$(srcdir)/result/HTML/$$name.err ; \
219 diff $(srcdir)/result/HTML/$$name result.$$name ; \
220 diff -b $(srcdir)/result/HTML/$$name.err error.$$name ; \
228 @echo "## Push HTML regression tests"
229 -@(for i in $(srcdir)/test/HTML/* ; do \
232 if [ ! -f $(srcdir)/result/HTML/
[all...]
H A DMakefile.in1597 @echo "## HTML regression tests"
1598 -@(for i in $(srcdir)/test/HTML/* ; do \
1601 if [ ! -f $(srcdir)/result/HTML/$$name ] ; then \
1603 $(CHECKER) $(top_builddir)/testHTML $$i > $(srcdir)/result/HTML/$$name 2>$(srcdir)/result/HTML/$$name.err ; \
1607 diff $(srcdir)/result/HTML/$$name result.$$name ; \
1608 diff -b $(srcdir)/result/HTML/$$name.err error.$$name ; \
1616 @echo "## Push HTML regression tests"
1617 -@(for i in $(srcdir)/test/HTML/* ; do \
1620 if [ ! -f $(srcdir)/result/HTML/
[all...]
H A DMakefile1597 @echo "## HTML regression tests"
1598 -@(for i in $(srcdir)/test/HTML/* ; do \
1601 if [ ! -f $(srcdir)/result/HTML/$$name ] ; then \
1603 $(CHECKER) $(top_builddir)/testHTML $$i > $(srcdir)/result/HTML/$$name 2>$(srcdir)/result/HTML/$$name.err ; \
1607 diff $(srcdir)/result/HTML/$$name result.$$name ; \
1608 diff -b $(srcdir)/result/HTML/$$name.err error.$$name ; \
1616 @echo "## Push HTML regression tests"
1617 -@(for i in $(srcdir)/test/HTML/* ; do \
1620 if [ ! -f $(srcdir)/result/HTML/
[all...]
H A Dconfigure1604 --with-html add the HTML support (on)
28946 echo Disabling HTML support
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/libcharset/djgpp/
H A Dconfig.bat24 set HTML=enabled variable
25 if not "%HTML%" == "enabled" goto SmallEnv
102 if "%1" == "withouthtml" set HTML=disabled variable
103 if "%1" == "withoutHTML" set HTML=disabled variable
104 if "%1" == "WITHOUTHTML" set HTML=disabled variable
105 if not "%HTML%" == "disabled" goto SmallEnv
132 if "%HTML%" == "enabled" echo --enable-html >> arguments
133 if "%HTML%" == "disabled" echo --disable-html >> arguments
140 set HTML= variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/djgpp/
H A Dconfig.bat29 set HTML=enabled variable
30 if not "%HTML%" == "enabled" goto SmallEnv
107 if "%1" == "withouthtml" set HTML=disabled variable
108 if "%1" == "withoutHTML" set HTML=disabled variable
109 if "%1" == "WITHOUTHTML" set HTML=disabled variable
110 if not "%HTML%" == "disabled" goto SmallEnv
137 if "%HTML%" == "enabled" echo --enable-html >> arguments
138 if "%HTML%" == "disabled" echo --disable-html >> arguments
145 set HTML= variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/common/
H A Ddoxygen.mk10 # (HTML, CHM, CHI, MAN, RTF, XML) but will not do the post
38 ## Rules specific for HTML output. ##
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/
H A DMakefile.custom147 synopsis -f HTML -Wf,title="'BusyBox Documentation'" -o $@ $^
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dtexi2html8 # Description: Program to transform most Texinfo documents to HTML #
50 $html2_doctype = '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0 Strict Level 2//EN">';
124 # texinfo "simple things" (@foo) to HTML ones
128 "*", "<BR>", # HTML+
141 # texinfo "things" (@foo{}) to HTML ones
170 # texinfo styles (@foo{bar}) to HTML ones
206 # texinfo format (@foo/@end foo) to HTML ones
461 # can I use ISO8879 characters? (HTML+)
511 $in_html = 0; # am I inside an HTML sectio
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A Dtexi2html8 # Description: Program to transform most Texinfo documents to HTML #
50 $html2_doctype = '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0 Strict Level 2//EN">';
124 # texinfo "simple things" (@foo) to HTML ones
128 "*", "<BR>", # HTML+
141 # texinfo "things" (@foo{}) to HTML ones
170 # texinfo styles (@foo{bar}) to HTML ones
206 # texinfo format (@foo/@end foo) to HTML ones
461 # can I use ISO8879 characters? (HTML+)
511 $in_html = 0; # am I inside an HTML sectio
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm844 eval { require HTML::Lint };
846 skip "HTML::Lint not installed", 2 if $@;
848 my $lint = new HTML::Lint;
849 isa_ok( $lint, "HTML::Lint" );
852 is( $lint->errors, 0, "No errors found in HTML" );
855 If the user does not have HTML::Lint installed, the whole block of
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/
H A Dpod2man.pl225 (W) An unknown HTML entity (probably for an 8-bit character) was given via
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2man.pl225 (W) An unknown HTML entity (probably for an 8-bit character) was given via
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/prebuilt/WW/www/
H A Djquery.js105 function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q<p;q++)k(g,h[q],l);return k.filter(m,l)};c.find=k;c.expr=k.selectors;c.expr[":"]=c.expr.filters;c.unique=k.uniqueSort;c.text=a;c.isXMLDoc=x;c.contains=E})();var eb=/Until$/,fb=/^(?:parents|prevUntil|prevAll)/,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/
H A Dbackup-configure1843 --enable-doxygen-chm generate doxygen compressed HTML help documentation
1844 --enable-doxygen-chi generate doxygen seperate compressed HTML help index
1846 --disable-doxygen-html don't generate doxygen plain HTML documentation
25788 # (Compressed) HTML help generation:
25930 { $as_echo "$as_me:$LINENO: WARNING: hhc not found - will not generate doxygen compressed HTML help documentation" >&5
25931 $as_echo "$as_me: WARNING: hhc not found - will not generate doxygen compressed HTML help documentation" >&2;}
26041 # Plain HTML pages generation:
H A Dconfigure1843 --enable-doxygen-chm generate doxygen compressed HTML help documentation
1844 --enable-doxygen-chi generate doxygen seperate compressed HTML help index
1846 --disable-doxygen-html don't generate doxygen plain HTML documentation
25899 # (Compressed) HTML help generation:
26041 { $as_echo "$as_me:$LINENO: WARNING: hhc not found - will not generate doxygen compressed HTML help documentation" >&5
26042 $as_echo "$as_me: WARNING: hhc not found - will not generate doxygen compressed HTML help documentation" >&2;}
26152 # Plain HTML pages generation:

Completed in 401 milliseconds