Searched refs:filters (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDBM_Filter.pm134 my %filters = %Filters ;
143 { $filters{Fetch_Key} = $filters{Fetch_Value} = $v }
145 { $filters{Fetch_Key} = $v }
147 { $filters{Fetch_Value} = $v }
152 { $filters{Store_Key} = $filters{Store_Value} = $v }
154 { $filters{Store_Key} = $v }
156 { $filters{Store_Value} = $v }
171 push @{ $LayerStack{$this} }, \%filters ;
[all...]
H A DSwitch.pm867 Due to the way source filters work in Perl, you can't use Switch inside
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/
H A D_BSMparse.pm51 my $filters = shift; # options for filtering
74 'classFilter' => $filters->{'classFilter'},
78 'eventFilter' => $filters->{'eventFilter'},
79 'idFilter' => $filters->{'idFilter'},
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm198 See the filters at the end of this documents for examples of using
199 context information using both I<method filters> and I<closure
200 filters>.
215 blessed into the filter's package. See the example filters later on for
225 Although C<$_> doesn't actually appear explicitly in the sample filters
254 aren't any other filters.
297 The C<examples> sub-directory has copies of all these filters
298 implemented both as I<method filters> and as I<closure filters>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm308 C<no>. Effectively this limits source code filters to line-by-line
397 By default, the installed filter only filters up to a line consisting of one of
524 (and possibly multiple) filters that act on only parts of the source code.
535 subroutine only filters Perl quotelikes (including here documents).
573 the component filters is called repeatedly, once for each component
594 component filter behaves slightly differently from the other partial filters
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2ph.PL763 If run with no arguments, filters standard input to standard output.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBytecode.pm854 scripts that use source filters will fail miserably.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
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 59 milliseconds