Searched refs:htmlroot (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | installhtml | 22 [--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",
|
| D | INSTALL | 2489 --htmlroot=/perl/nmanual \
|
| /openbsd/src/gnu/usr.bin/perl/ext/Pod-Html/t/ |
| D | htmldir2.t | 25 description => "test --htmldir and --htmlroot 2a", 38 description => "test --htmldir and --htmlroot 2b", 51 description => "test --htmldir and --htmlroot 2c",
|
| D | htmldir1.t | 30 description => "test --htmldir and --htmlroot 1a", 45 description => "test --htmldir and --htmlroot 1b", 51 htmlroot => '/',
|
| D | htmldir3.t | 31 …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…
|
| D | htmldir4.t | 27 description => "test --htmldir and --htmlroot 4a", 41 description => "test --htmldir and --htmlroot 4b",
|
| D | htmldir5.t | 30 description => "test --htmldir and --htmlroot 5", 36 htmlroot => '/',
|
| D | crossref3.t | 32 htmlroot => $cwd,
|
| /openbsd/src/gnu/usr.bin/perl/ext/Pod-Html/bin/ |
| D | pod2html | 9 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/ |
| D | Html.pm | 273 $parser->htmlroot($self->{Htmlroot}); 334 $self->{Htmlroot} = unixify($opts->{htmlroot}) if defined $opts->{htmlroot}; 708 my $url = File::Spec::Unix->catfile(Pod::Html::Util::unixify($self->htmlroot),
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | Makefile.SH | 58 POD2HTML_ARGS = --htmlroot=$(HTMLROOT) --podroot=.. --podpath=pod:lib:ext:vms
|
| /openbsd/src/gnu/usr.bin/perl/win32/ |
| D | pod.mak | 2 POD2HTML_ARGS = --htmlroot=$(HTMLROOT) --podroot=.. --podpath=pod:lib:ext:vms
|
| D | Makefile | 1127 --podpath=pod:lib:utils --htmlroot="file://$(INST_HTML::=|)" \
|
| D | GNUmakefile | 1608 --podpath=pod:lib:utils --htmlroot="file://$(subst :,|,$(INST_HTML))"\
|
| /openbsd/src/gnu/usr.bin/perl/Cross/ |
| D | Makefile-cross-SH | 796 --htmlroot=$(privlib)/html \
|
| /openbsd/src/gnu/usr.bin/perl/vms/ |
| D | descrip_mms.template | 513 …$(MINIPERL) installhtml. "--podroot=. --recurse --htmldir=/perl_root/lib/html --htmlroot=.. --verb…
|