Home
last modified time | relevance | path

Searched refs:htmlroot (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dinstallhtml22 [--htmldir=<name>] [--htmlroot=<name>] [--norecurse] [--recurse]
61 =item B<--htmlroot> URL base directory
178 htmlroot=s
192 $htmldir = "$htmlroot/html" unless $htmldir;
250 if ( ! defined $Options{htmlroot} || $Options{htmlroot} eq '' );
287 $htmlroot = $Options{htmlroot} if defined $Options{htmlroot};
330 if ( ! defined $Options{htmlroot} || $Options{htmlroot} eq '' ) {
579 "--htmlroot=$htmlroot",
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/
H A Dhtmldir2.t25 description => "test --htmldir and --htmlroot 2a",
38 description => "test --htmldir and --htmlroot 2b",
51 description => "test --htmldir and --htmlroot 2c",
H A Dhtmldir1.t30 description => "test --htmldir and --htmlroot 1a",
45 description => "test --htmldir and --htmlroot 1b",
51 htmlroot => '/',
H A Dhtmldir3.t31 …description => "test --htmldir and --htmlroot 3c: as expected pod file not yet locatable either un…
48 description => "test --htmldir and --htmlroot 3a",
62 …description => "test --htmldir and --htmlroot 3b: as expected pod file not yet locatable either un…
H A Dhtmldir4.t27 description => "test --htmldir and --htmlroot 4a",
41 description => "test --htmldir and --htmlroot 4b",
H A Dhtmldir5.t30 description => "test --htmldir and --htmlroot 5",
36 htmlroot => '/',
H A Dcrossref3.t32 htmlroot => $cwd,
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/bin/
H A Dpod2html9 pod2html --help --htmldir=<name> --htmlroot=<URL>
79 Do not use this and --htmlroot in the same call to pod2html; they are mutually
82 =item htmlroot
84 --htmlroot=URL
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/lib/Pod/
H A DHtml.pm49 "--htmlroot=/perl/nmanual",
107 Do not use this and --htmlroot in the same call to pod2html; they are
110 =item htmlroot
112 --htmlroot=name
273 $parser->htmlroot($self->{Htmlroot});
334 $self->{Htmlroot} = unixify($opts->{htmlroot}) if defined $opts->{htmlroot};
652 'htmlroot',
708 my $url = File::Spec::Unix->catfile(Pod::Html::Util::unixify($self->htmlroot),
712 # then $self->htmlroot e
[all...]
/openbsd-src/gnu/usr.bin/perl/pod/
H A DMakefile.SH58 POD2HTML_ARGS = --htmlroot=$(HTMLROOT) --podroot=.. --podpath=pod:lib:ext:vms
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dpod.mak2 POD2HTML_ARGS = --htmlroot=$(HTMLROOT) --podroot=.. --podpath=pod:lib:ext:vms
H A DMakefile1127 --podpath=pod:lib:utils --htmlroot="file://$(INST_HTML::=|)" \
H A DGNUmakefile1608 --podpath=pod:lib:utils --htmlroot="file://$(subst :,|,$(INST_HTML))"\
/openbsd-src/gnu/usr.bin/perl/vms/
H A Ddescrip_mms.template513 $(MINIPERL) installhtml. "--podroot=. --recurse --htmldir=/perl_root/lib/html --htmlroot=.. --verbose"