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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/
H A Dcompress.pm20 sub Fetch { $_ = uncompress($_) } subroutine
H A Dint32.pm16 sub Fetch subroutine
H A Dutf8.pm19 sub Fetch { $_ = Encode::decode_utf8($_) if defined $_ } subroutine
H A Dencode.pm32 Fetch => sub {
H A Dnull.pm14 sub Fetch subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDBM_Filter.pm102 my $fetch = *{ "${class}::Fetch" }{CODE};
110 { croak "$caller: No methods (Filter, Fetch or Store) found in class '$class'" }
112 my $need = defined($fetch) ? 'Store' : 'Fetch';
116 { croak "$caller: Can't mix Filter with Store and Fetch in class '$class'" }
125 $callbacks{Fetch} = $fetch;
141 push @got, 'Fetch';
167 croak "$caller: expected both Store & Fetch - got @got";
237 $db->Filter_Push(Fetch => sub {...},
252 sub Fetch { ... }
264 sub Fetch {
[all...]
H A DCGI.pm6953 Fetch the value of a hidden field this way:
6998 Fetch the value of the button this way:

Completed in 36 milliseconds