Home
last modified time | relevance | path

Searched full:pod (Results 1 – 25 of 1179) sorted by relevance

12345678910>>...48

/openbsd-src/gnu/usr.bin/perl/win32/
H A Dpod.mak2 POD2HTML_ARGS = --htmlroot=$(HTMLROOT) --podroot=.. --podpath=pod:lib:ext:vms
3 POD2HTML = ../ext/Pod-Html/pod2html
6 PODCHECKER = ../cpan/Pod-Parser/podchecker
15 POD = perl.pod \ macro
16 perl5004delta.pod \
17 perl5005delta.pod \
18 perl5100delta.pod \
19 perl5101delta.pod \
20 perl5120delta.pod \
[all...]
/openbsd-src/regress/usr.bin/make/
H A Dmk169 perlfork 1 pod/perlfork.pod \
10 perlform 1 pod/perlform.pod \
11 perlfunc 1 pod/perlfunc.pod \
12 perlguts 1 pod/perlguts.pod \
13 perlhack 1 pod/perlhack.pod \
14 perlhist 1 pod/perlhist.pod \
15 perlintern 1 pod/perlintern.pod \
16 perlipc 1 pod/perlipc.pod \
17 perllexwarn 1 pod/perllexwarn.pod \
18 perllocale 1 pod/perllocale.pod \
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dfcodes_e.t12 #use Pod::Simple::Debug (6);
14 use Pod::Simple::DumpAsXML;
15 use Pod::Simple::XMLOutStream;
17 print "# Pod::Simple version $Pod::Simple::VERSION\n";
19 print "# Pod::Escapes version $Pod::Escapes::VERSION\n",
20 if $Pod::Escapes::VERSION;
29 &is( Pod::Simple::XMLOutStream->_out("=pod\
[all...]
H A Dverb_fmt.t6 #use Pod::Simple::Debug (6);
8 use Pod::Simple::DumpAsXML;
9 use Pod::Simple::XMLOutStream;
11 print "# Pod::Simple version $Pod::Simple::VERSION\n";
13 sub e { Pod::Simple::DumpAsXML->_duo(\&without_vf, @_) }
14 sub ev { Pod::Simple::DumpAsXML->_duo(\&with_vf, @_) }
29 &is( Pod::Simple::XMLOutStream->_out(\&with_vf,
30 q{=pod
42 &is( Pod
[all...]
H A Deol2.t7 use_ok('Pod::Simple::XHTML') or exit;
9 open(POD, ">$$.pod") or die "$$.pod: $!";
10 print POD <<__EOF__;
11 =pod
35 close(POD);
39 my $p1 = Pod::Simple::XHTML->new ();
40 isa_ok ($p1, 'Pod::Simple::XHTML');
42 open(POD, "<
[all...]
H A Dverbatim.t7 #use Pod::Simple::Debug (6);
9 use Pod::Simple::DumpAsXML;
10 use Pod::Simple::XMLOutStream;
11 print "# Pod::Simple version $Pod::Simple::VERSION\n";
22 &is( e "\n=pod\n\n foo bar baz", "\n=pod\n\n foo bar baz" );
23 &is( e "\n=pod\n\n foo bar baz", "\n=pod\n\n foo bar baz\n" );
26 is( Pod
[all...]
H A Deol.t7 use_ok('Pod::Simple::XHTML') or exit;
9 open(POD, ">$$.pod") or die "$$.pod: $!";
10 print POD <<__EOF__;
11 =pod
35 close(POD);
39 my $p1 = Pod::Simple::XHTML->new ();
40 isa_ok ($p1, 'Pod::Simple::XHTML');
42 open(POD, "<
[all...]
H A Dfcodes.t5 #use Pod::Simple::Debug (5);
12 use Pod::Simple::DumpAsXML;
13 use Pod::Simple::XMLOutStream;
14 print "# Pod::Simple version $Pod::Simple::VERSION\n";
18 is( Pod::Simple::XMLOutStream->_out("=pod\n\nI<foo>\n"),
21 is( Pod::Simple::XMLOutStream->_out("=pod\n\nB< foo>\n"),
24 is( Pod
[all...]
H A Dbasic.t5 #use Pod::Simple::Debug (6);
7 require Pod::Simple::BlackBox;
10 require Pod::Simple; ok 1;
12 Pod::Simple->VERSION(.90); ok 1;
14 #print "# Pod::Simple version $Pod::Simple::VERSION\n";
16 require Pod::Simple::DumpAsXML; ok 1;
18 require Pod::Simple::XMLOutStream; ok 1;
36 &is( e "=pod\n\nFoo\n", "=pod\
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/
H A DMeta.pm8 #pod =head1 SYNOPSIS
9 #pod
10 #pod use v5.10;
11 #pod use strict;
12 #pod use warnings;
13 #pod use CPAN::Meta;
14 #pod use Module::Load;
15 #pod
16 #pod my $meta = CPAN::Meta->load_file('META.json');
17 #pod
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/File-Temp/lib/File/
H A DTemp.pm6 #pod =begin :__INTERNALS
7 #pod
8 #pod =head1 PORTABILITY
9 #pod
10 #pod This section is at the top in order to provide easier access to
11 #pod porters. It is not expected to be rendered by a standard pod
12 #pod formatting tool. Please skip straight to the SYNOPSIS section if you
13 #pod are not trying to port this module to a new platform.
14 #pod
15 #pod This module is designed to be portable across operating systems and it
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DPrereqs.pm8 #pod =head1 DESCRIPTION
9 #pod
10 #pod A CPAN::Meta::Prereqs object represents the prerequisites for a CPAN
11 #pod distribution or one of its optional features. Each set of prereqs is
12 #pod organized by phase and type, as described in L<CPAN::Meta::Prereqs>.
13 #pod
14 #pod =cut
20 #pod =method new
21 #pod
22 #pod my $prereq = CPAN::Meta::Prereqs->new( \%prereq_spec );
[all …]
H A DFeature.pm10 #pod =head1 DESCRIPTION
11 #pod
12 #pod A CPAN::Meta::Feature object describes an optional feature offered by a CPAN
13 #pod distribution and specified in the distribution's F<META.json> (or F<META.yml>)
14 #pod file.
15 #pod
16 #pod For the most part, this class will only be used when operating on the result of
17 #pod the C<feature> or C<features> methods on a L<CPAN::Meta> object.
18 #pod
19 #pod =method new
[all …]
H A DValidator.pm8 #pod =head1 SYNOPSIS
9 #pod
10 #pod my $struct = decode_json_file('META.json');
11 #pod
12 #pod my $cmv = CPAN::Meta::Validator->new( $struct );
13 #pod
14 #pod unless ( $cmv->is_valid ) {
15 #pod my $msg = "Invalid META structure. Errors found:\n";
16 #pod $msg .= join( "\n", $cmv->errors );
17 #pod die $msg;
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/
H A DRequirements.pm11 #pod =head1 SYNOPSIS
12 #pod
13 #pod use CPAN::Meta::Requirements;
14 #pod
15 #pod my $build_requires = CPAN::Meta::Requirements->new;
16 #pod
17 #pod $build_requires->add_minimum('Library::Foo' => 1.208);
18 #pod
19 #pod $build_requires->add_minimum('Library::Foo' => 2.602);
20 #pod
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/
H A Dpoderrs.xr1 *** WARNING: =head2 without preceding higher level at line 20 in file t/pod/poderrs.t
2 *** WARNING: empty section in previous paragraph at line 22 in file t/pod/poderrs.t
3 *** WARNING: Verbatim paragraph in NAME section at line 26 in file t/pod/poderrs.t
4 *** ERROR: Unknown directive: =unknown1 at line 28 in file t/pod/poderrs.t
5 *** ERROR: Deleting unknown formatting code Q<> at line 31 in file t/pod/poderrs.t
6 *** ERROR: Deleting unknown formatting code A<> at line 31 in file t/pod/poderrs.t
7 *** ERROR: Deleting unknown formatting code Y<> at line 31 in file t/pod/poderrs.t
8 *** ERROR: Deleting unknown formatting code V<> at line 31 in file t/pod/poderrs.t
9 *** ERROR: Unterminated I<B<...>> sequence at line 36 in file t/pod/poderrs.t
10 *** ERROR: Unterminated C<...> sequence at line 40 in file t/pod/poderrs.t
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DDebug.pm1 package Pod::Simple::Debug;
20 Carp::croak("Usage:\n use Pod::Simple::Debug (NUMVAL)\nor"
21 . "\n use Pod::Simple::Debug (\\\$var, STARTNUMVAL)\nAborting");
25 Carp::croak("Usage:\n use Pod::Simple::Debug (NUMVAL)\nor"
26 . "\n use Pod::Simple::Debug (\\\$var, STARTNUMVAL)\nAborting");
29 if( defined &Pod::Simple::DEBUG ) {
31 Carp::croak("It's too late to call Pod::Simple::Debug -- "
32 . "Pod::Simple has already loaded\nAborting");
40 . "\nUsage:\n use Pod::Simple::Debug (NUMVAL)\nor"
41 . "\n use Pod
[all...]
H A DTextContent.pm1 package Pod::Simple::TextContent;
5 use Pod::Simple ();
7 our @ISA = ('Pod::Simple');
25 $_[1] =~ s/$Pod::Simple::shy//g;
26 $_[1] =~ s/$Pod::Simple::nbsp/ /g;
44 Pod::Simple::TextContent -- get the text content of Pod
51 "exit Pod::Simple::TextContent->filter(shift)->any_errata_seen" \
52 thingy.pod
56 This class is that parses Pod an
[all...]
H A DMethody.pm1 package Pod::Simple::Methody;
4 use Pod::Simple ();
6 our @ISA = ('Pod::Simple');
44 Pod::Simple::Methody -- turn Pod::Simple events into method calls
51 use base qw(Pod::Simple::Methody);
72 interest to people writing Pod formatters based on Pod::Simple.
75 Pod::Simple's _handle_element_start, _handle_text, and
77 calls. (Otherwise, this is a subclass of L<Pod
[all...]
H A DXMLOutStream.pm1 package Pod::Simple::XMLOutStream;
5 use Pod::Simple ();
8 our @ISA = ('Pod::Simple');
9 *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG;
97 Pod::Simple::XMLOutStream -- turn Pod into XML
102 "exit Pod::Simple::XMLOutStream->filter(shift)->any_errata_seen" \
103 thingy.pod
107 Pod::Simple::XMLOutStream is a subclass of L<Pod
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Tie-RefHash/lib/Tie/
H A DRefHash.pm6 #pod =head1 SYNOPSIS
7 #pod
8 #pod require 5.004;
9 #pod use Tie::RefHash;
10 #pod tie HASHVARIABLE, 'Tie::RefHash', LIST;
11 #pod tie HASHVARIABLE, 'Tie::RefHash::Nestable', LIST;
12 #pod
13 #pod untie HASHVARIABLE;
14 #pod
15 #pod =head1 DESCRIPTION
[all …]
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dknown_pod_issues.dat10 # first field is the name of a pod; the second field is an error message
12 # known instances of that message there are in the pod. -1 means that the
278 Pod::HTML2Pod
279 Pod::LaTeX
280 Pod::Plainer
281 Pod::PXML
370 Tk::Pod
410 ext/pod-html/corpus/perlvar-copy.pod ? Should you be using L<...> instead of -1
411 ext/pod
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/docs/
H A Ddocknot.yaml19 synopsis: format POD source into various output formats
56 - name: pod-man
57 title: Pod::Man
58 - name: pod-text
59 title: Pod::Text
60 - name: pod-text-color
61 title: Pod::Text::Color
62 - name: pod-text-overstrike
63 title: Pod::Text::Overstrike
64 - name: pod-text-termcap
[all …]
/openbsd-src/gnu/usr.bin/binutils/binutils/doc/
H A DMakefile.am48 -$(TEXI2POD) $(MANCONF) -Daddr2line < $(binutils_TEXI) > addr2line.pod
49 -($(POD2MAN) addr2line.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
51 rm -f addr2line.pod
55 -$(TEXI2POD) $(MANCONF) -Dar < $(binutils_TEXI) > ar.pod
56 -($(POD2MAN) ar.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
58 rm -f ar.pod
62 -$(TEXI2POD) $(MANCONF) -Ddlltool < $(binutils_TEXI) > dlltool.pod
63 -($(POD2MAN) dlltool.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
65 rm -f dlltool.pod
69 -$(TEXI2POD) $(MANCONF) -Dnlmconv < $(binutils_TEXI) > nlmconv.pod
[all …]
/openbsd-src/gnu/usr.bin/perl/
H A Dinstallhtml12 use Pod::Html 1.32;
13 use Pod::Html::Util 1.32 qw(anchorify relativize_url);
17 installhtml - converts a collection of POD pages to HTML format.
28 I<installhtml> converts a collection of POD pages to a corresponding
29 collection of HTML pages. This is used to convert the pod pages found in the
31 converter/installer of POD pages in HTML format. See L<Pod::Html>.)
41 =item B<--podroot> POD search path base directory
43 The base directory to search for all .pod and .pm files to be converted.
46 =item B<--podpath> POD search path
48 The list of directories to search for .pod and .pm files to be converted.
[all …]

12345678910>>...48