Home
last modified time | relevance | path

Searched refs:nstore_fd (Results 1 – 25 of 40) sorted by relevance

12

/dports/lang/perl5.34/perl-5.34.0/dist/Storable/t/
H A Dstore.t21 use Storable qw(store retrieve store_fd nstore_fd fd_retrieve);
65 isnt(nstore_fd($foo, ::OUT), undef);
66 isnt(nstore_fd(\%a, ::OUT), undef);
H A Dhugeids.t12 use Storable qw(store_fd retrieve_fd nstore_fd);
256 nstore_fd(\$y, $fh);
/dports/lang/perl5.32/perl-5.32.1/dist/Storable/t/
H A Dstore.t21 use Storable qw(store retrieve store_fd nstore_fd fd_retrieve);
65 isnt(nstore_fd($foo, ::OUT), undef);
66 isnt(nstore_fd(\%a, ::OUT), undef);
H A Dhugeids.t12 use Storable qw(store_fd retrieve_fd nstore_fd);
256 nstore_fd(\$y, $fh);
/dports/lang/perl5.30/perl-5.30.3/dist/Storable/t/
H A Dstore.t21 use Storable qw(store retrieve store_fd nstore_fd fd_retrieve);
65 isnt(nstore_fd($foo, ::OUT), undef);
66 isnt(nstore_fd(\%a, ::OUT), undef);
H A Dhugeids.t12 use Storable qw(store_fd retrieve_fd nstore_fd);
256 nstore_fd(\$y, $fh);
/dports/devel/p5-Storable/Storable-3.25/t/
H A Dstore.t21 use Storable qw(store retrieve store_fd nstore_fd fd_retrieve);
65 isnt(nstore_fd($foo, ::OUT), undef);
66 isnt(nstore_fd(\%a, ::OUT), undef);
H A Dhugeids.t12 use Storable qw(store_fd retrieve_fd nstore_fd);
256 nstore_fd(\$y, $fh);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Storable/t/
H A Dstore.t21 use Storable qw(store retrieve store_fd nstore_fd fd_retrieve);
65 isnt(nstore_fd($foo, ::OUT), undef);
66 isnt(nstore_fd(\%a, ::OUT), undef);
H A Dhugeids.t12 use Storable qw(store_fd retrieve_fd nstore_fd);
256 nstore_fd(\$y, $fh);
/dports/devel/p5-Coro/Coro-6.57/Coro/
H A DStorable.pm126 Storable::nstore_fd $_[0], $fh;
150 Storable::nstore_fd $_[0], $fh;
/dports/www/rt50/rt-5.0.2/lib/RT/Migrate/Serializer/
H A DFile.pm177 Storable::nstore_fd( $meta, $self->{Filehandle} );
188 Storable::nstore_fd($record, $self->{Filehandle});
/dports/www/p5-HTTP-Engine/HTTP-Engine-0.03005/inc/Test/SharedFork/
H A DStore.pm27 Storable::nstore_fd($init, $self->{fh}) or die "Cannot write initialize data to $filename";
66 Storable::nstore_fd($dat => $self->{fh}) or die "Cannot store data to $self->{filename}";
/dports/devel/p5-Test-SharedFork/Test-SharedFork-0.35/lib/Test/SharedFork/
H A DStore.pm26 Storable::nstore_fd($init, $self->{fh}) or die "Cannot write initialize data to $filename";
65 Storable::nstore_fd($dat => $self->{fh}) or die "Cannot store data to $self->{filename}";
/dports/www/p5-CGI-Application-PSGI/CGI-Application-PSGI-1.00/inc/Test/SharedFork/
H A DStore.pm18 Storable::nstore_fd(+{
79 Storable::nstore_fd($dat => $self->{fh});
/dports/www/p5-Gantry/Gantry-3.64/lib/Gantry/Plugins/Cache/
H A DStorable.pm150 nstore_fd( \$serialized, \*CACHE ) or die "Can't store $key!\n";
200 nstore_fd( \$serialized, \*CACHE ) or die "Can't store $key!\n";
/dports/sysutils/munin-common/munin-2.0.67/master/_bin/
H A Dmunin-datafile2storable.in12 Storable::nstore_fd($config, \*STDOUT);
/dports/sysutils/munin-master/munin-2.0.67/master/_bin/
H A Dmunin-datafile2storable.in12 Storable::nstore_fd($config, \*STDOUT);
/dports/sysutils/munin-node/munin-2.0.67/master/_bin/
H A Dmunin-datafile2storable.in12 Storable::nstore_fd($config, \*STDOUT);
/dports/sysutils/munin-common/munin-2.0.67/contrib/perf/
H A Dtest_weak.pl28 nstore_fd($a, $temp_storable);
/dports/sysutils/munin-node/munin-2.0.67/contrib/perf/
H A Dtest_weak.pl28 nstore_fd($a, $temp_storable);
/dports/sysutils/munin-master/munin-2.0.67/contrib/perf/
H A Dtest_weak.pl28 nstore_fd($a, $temp_storable);
/dports/www/rt44/rt-4.4.5/lib/RT/Migrate/
H A DSerializer.pm333 Storable::nstore_fd( $meta, $self->{Filehandle} );
505 Storable::nstore_fd($e, $self->{Filehandle});
538 Storable::nstore_fd(\@store, $self->{Filehandle});
/dports/devel/p5-MooseX-POE/MooseX-POE-0.215/ex/tbray/
H A Dwidefinder.pl34 nstore_fd( \%tmp, \*STDOUT );
/dports/devel/p5-Alzabo/Alzabo-0.92/lib/Alzabo/
H A DBackCompat.pm138 Storable::nstore_fd( $raw, $fh )

12