Home
last modified time | relevance | path

Searched refs:Fetch (Results 1 – 10 of 10) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/t/
H A D01error.t84 like $@, qr/^Filter_Push: No methods \(Filter, Fetch or Store\) found in class 'DBM_Filter::bad1'/,
85 "croak if none of Filter/Fetch/Store in filter" ;
142 like $@, qr/^Filter_Push: expected both Store & Fetch - got neither/,
156 like $@, qr/^Filter_Push: expected both Store & Fetch - got Store/,
164 return { Fetch => sub {} } ;
170 like $@, qr/^Filter_Push: expected both Store & Fetch - got Fetch/,
178 sub Fetch {}
183 like $@, qr/^Filter_Push: Can't mix Filter with Store and Fetch in class 'DBM_Filter::bad8'/,
184 "croak if Fetch, Store and Filter";
195 like $@, qr/^Filter_Push: Can't mix Filter with Store and Fetch in class 'DBM_Filter::bad9'/,
[all …]
H A D02core.t45 sub Fetch { $_ /= 10 }
52 sub Fetch { s/A$// }
59 sub Fetch { s/B$// }
66 sub Fetch { s/C$// }
73 sub Fetch { s/D$// }
84 Fetch => sub { s/${string}$// }
93 sub Fetch { $_ /= 2 }
100 sub Fetch { $_ = lc $_ }
107 sub Fetch { $_ = reverse $_ }
535 Fetch => sub { s/A$// }) };
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/
H A Dnull.pm14 sub Fetch subroutine
H A Dint32.pm16 sub Fetch subroutine
H A Dutf8.pm19 sub Fetch { $_ = Encode::decode_utf8($_) if defined $_ } subroutine
H A Dcompress.pm20 sub Fetch { $_ = uncompress($_) } subroutine
H A Dencode.pm32 Fetch => sub {
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDBM_Filter.pm125 $callbacks{Fetch} = $fetch;
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dinstallperl207 # Fetch some frequently-used items from %Config
/onnv-gate/usr/src/grub/grub-0.97/
H A DChangeLog9046 (AM_INIT_AUTOMAKE): Fetch values for PACKAGE and VERSION from