Lines Matching refs:HTML

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::HTML_EXTENSION);
1046 Pod::Simple::HTMLBatch - convert several Pod files to several HTML files
1055 This module is used for running batch-conversions of a lot of HTML
1058 This class is NOT a subclass of Pod::Simple::HTML
1060 Pod::Simple::HTML for doing the conversion of each document.
1098 (to convert the pod under the current dir into HTML
1121 HTML files for each of these to a corresponding directory
1161 This specifies that you want the HTML output to go into the current
1171 This specifies that you want the HTML output to go into the
1217 This controls whether or not each HTML page is liable to have a little
1225 to write the HTML index to. The default value is "index.html".
1262 output directory, and set our HTML files to use those.
1268 output directory, and set our HTML files to use it. Currently,
1280 The default is "Pod::Simple::HTML". If you set it to something else,
1281 it should probably be a subclass of Pod::Simple::HTML, and you should
1307 subclass Pod::Simple::HTML and set $batchconv->html_render_class to