Searched defs:Text (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
H A D | Abbrev.pm | 1 package Text::Abbrev; 13 use Text::Abbrev;
|
H A D | Soundex.pm | 1 package Text::Soundex; 82 Text::Soundex - Implementation of the Soundex Algorithm as Described by Knuth 86 use Text::Soundex;
|
H A D | Tabs.pm | 2 package Text::Tabs; 72 Text::Tabs -- expand and unexpand tabs per the unix expand(1) and unexpand(1) 76 use Text::Tabs; 84 Text::Tabs does about what the unix utilities expand(1) and unexpand(1)
|
H A D | Wrap.pm | 1 package Text::Wrap; 25 use Text::Tabs qw(expand unexpand); 31 local($Text::Tabs::tabstop) = $tabstop; 109 Text::Wrap - line wrapping to form simple paragraphs 115 use Text::Wrap 129 use Text::Wrap qw(wrap $columns $huge); 138 use Text::Wrap 140 $Text::Wrap::columns = 72; 145 C<Text::Wrap::wrap()> is a very simple paragraph formatter. It formats a 152 Text [all...] |
H A D | ParseWords.pm | 1 package Text::ParseWords; 151 Text::ParseWords - parse text into an array of tokens or array of arrays 155 use Text::ParseWords; 196 use Text::ParseWords;
|
H A D | Balanced.pm | 7 package Text::Balanced; 44 $@ = bless { error=>$message, pos=>$pos }, "Text::Balanced::ErrorMsg"; 925 elsif (ref($func) eq 'Text::Balanced::Extractor') 1003 my @match = Text::Balanced::_match_tagged($textref, $pre, $ldel, $rdel, $omode, $bad, $ignore); 1011 bless $closure, 'Text::Balanced::Extractor'; 1014 package Text::Balanced::Extractor; 1021 package Text::Balanced::ErrorMsg; 1031 Text::Balanced - Extract delimited text sequences from strings. 1036 use Text::Balanced qw ( 2028 to facilitate the use of other Text [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/ |
H A D | Color.pm | 1 # Pod::Text::Color -- Convert POD data to formatted color ASCII text 17 package Pod::Text::Color; 21 use Pod::Text (); 27 @ISA = qw(Pod::Text); 97 Pod::Text::Color - Convert POD data to formatted color ASCII text 101 use Pod::Text::Color; 102 my $parser = Pod::Text::Color->new (sentence => 0, width => 78); 112 Pod::Text::Color is a simple subclass of Pod::Text that highlights output 114 ways functions like Pod::Text [all...] |
H A D | Termcap.pm | 1 # Pod::Text::Termcap -- Convert POD data to ASCII text with format escapes. 9 # This is a simple subclass of Pod::Text that overrides a few key methods to 17 package Pod::Text::Termcap; 21 use Pod::Text (); 28 @ISA = qw(Pod::Text); 133 Pod::Text::Termcap - Convert POD data to ASCII text with format escapes 137 use Pod::Text::Termcap; 138 my $parser = Pod::Text::Termcap->new (sentence => 0, width => 78); 148 Pod::Text::Termcap is a simple subclass of Pod::Text tha [all...] |
H A D | Overstrike.pm | 1 # Pod::Text::Overstrike -- Convert POD data to formatted overstrike text 5 # (based on Pod::Text::Color by Russ Allbery <rra@stanford.edu>) 12 # pod2text Text.pm > plain.txt; less plain.txt 16 # pod2man Text.pm | nroff -man > fancy.txt; less fancy.txt 18 # and because both Pod::Text::Color and Pod::Text::Termcap are not device 25 package Pod::Text::Overstrike; 29 use Pod::Text (); 34 @ISA = qw(Pod::Text); 151 Pod::Text [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Text.pm | 1 # Pod::Text -- Convert POD data to formatted ASCII text. 2 # $Id: Text.pm,v 2.21 2002/08/04 03:34:58 eagle Exp $ 9 # This module converts POD to formatted text. It replaces the old Pod::Text 24 package Pod::Text; 54 # got it near verbatim from the original Pod::Text. It is therefore credited 568 # Wrap a line, indenting by the current left margin. We can't use Text::Wrap 622 # The old Pod::Text module did everything in a pod2text() function. This 628 # module. But the old Pod::Text module supported passing flags to its 641 my $parser = Pod::Text->new (@args); 671 Pod::Text [all...] |
Completed in 73 milliseconds