Searched refs:htmlroot (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/ |
| H A 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",
|
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/ |
| H A D | htmldir2.t | 25 description => "test --htmldir and --htmlroot 2a", 38 description => "test --htmldir and --htmlroot 2b", 51 description => "test --htmldir and --htmlroot 2c",
|
| H A D | htmldir1.t | 30 description => "test --htmldir and --htmlroot 1a", 45 description => "test --htmldir and --htmlroot 1b", 51 htmlroot => '/',
|
| H A 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…
|
| H A D | htmldir4.t | 27 description => "test --htmldir and --htmlroot 4a", 41 description => "test --htmldir and --htmlroot 4b",
|
| H A D | htmldir5.t | 30 description => "test --htmldir and --htmlroot 5", 36 htmlroot => '/',
|
| H A D | crossref3.t | 32 htmlroot => $cwd,
|
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/bin/ |
| H A 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/ |
| H A D | Html.pm | 49 "--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 D | Makefile.SH | 58 POD2HTML_ARGS = --htmlroot=$(HTMLROOT) --podroot=.. --podpath=pod:lib:ext:vms
|
| /openbsd-src/gnu/usr.bin/perl/win32/ |
| H A D | pod.mak | 2 POD2HTML_ARGS = --htmlroot=$(HTMLROOT) --podroot=.. --podpath=pod:lib:ext:vms
|
| H A D | Makefile | 1127 --podpath=pod:lib:utils --htmlroot="file://$(INST_HTML::=|)" \
|
| H A D | GNUmakefile | 1608 --podpath=pod:lib:utils --htmlroot="file://$(subst :,|,$(INST_HTML))"\
|
| /openbsd-src/gnu/usr.bin/perl/vms/ |
| H A D | descrip_mms.template | 513 $(MINIPERL) installhtml. "--podroot=. --recurse --htmldir=/perl_root/lib/html --htmlroot=.. --verbose"
|