Searched refs:translators (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dbasic.t55 # Map of translators to file extensions to find the formatted output to
57 my %translators = ('Pod::Man' => 'man',
67 for (sort keys %translators) {
78 open (OUTPUT, "> out.$translators{$_}")
79 or die "Cannot create out.$translators{$_}: $!\n";
88 $parser->parse_from_file ($basic, "out.$translators{$_}");
92 open (MASTER, source_path ("basic.$translators{$_}"))
93 or die "Cannot open basic.$translators{$_}: $!\n";
94 open (OUTPUT, "out.$translators{$_}")
95 or die "Cannot open out.$translators{
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dcharnames.pm472 to custom translators.
489 to custom translators.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL511 the POD translators will figure it out for you. This makes it much easier
512 to later edit the documentation. Note that many existing translators
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFind.pm73 translators.
H A DChecker.pm237 numbered one. This is obviously inconsistent. For most translators the
326 POD translators can use this feature to syntax-check and get the nodes in
H A DParseUtils.pm30 POD parsing and processing (i.e. in POD formatters and translators).
185 # possibility for parsers/translators to store information about the
203 # possibility for parsers/translators to store information about the
435 # text can be parsed by the translators. It's their job to put
H A DParser.pm20 Pod::Parser - base class for creating POD filters and translators
82 B<Pod::Parser> is a base class for creating POD filters and translators.

Completed in 32 milliseconds