Home
last modified time | relevance | path

Searched refs:THAW (Results 51 – 75 of 108) sorted by relevance

12345

/dports/devel/p5-CBOR-XS/CBOR-XS-1.3/
H A DREADME537 look up the "THAW" method, by using the stored classname, and will fail
540 After the lookup it will call the "THAW" method with the stored
576 to use "FREEZE" and "THAW". To take the URI module as example, this
584 sub URI::THAW {
592 values would cause an invocation of "THAW" with 5 arguments:
600 sub My::Object::THAW {
696 objects using the "FREEZE/THAW" methods (the Types::Serialier object
/dports/shells/modernish/modernish-0.16.5/lib/modernish/mdl/var/stack/
H A Dtrap.mm208 ( CANCEL | FREEZE | JVM1 | JVM2 | LWP | THAW | WAITING | XRES )
/dports/lang/snobol4/snobol4-2.2.2/
H A Dproc.h2116 extern int THAW(ret_t);
H A Dcallgraph730 ARGVAL THAW
731 FAIL THAW
732 NONARY THAW
733 RETNUL THAW
H A Dgendep.sno32 DEFINE("THAW(T)","RETURN")
/dports/lang/snobol4/snobol4-2.2.2/test/
H A Dproc.h.ref116 extern int THAW __P((ret_t));
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/programs/
H A DSARKAR80.DP82 let string stcond11 = DMSO THAW
/dports/devel/p5-MCE/MCE-1.876/lib/
H A DMCE.pm167 $_p->{THAW} = shift, next if ( $_arg eq 'thaw' );
184 $_p->{THAW} = \&Storable::thaw;
381 $self{thaw} ||= $_def->{$_pkg}{THAW} || $_thaw;
/dports/lang/snobol4/snobol4-2.2.2/doc/
H A Dsnobol4ext.1.pea73 B<THAW()>,
/dports/devel/p5-MCE-Shared/MCE-Shared-1.874/lib/MCE/Shared/
H A DCache.pm346 sub THAW { subroutine
/dports/devel/p5-Class-InsideOut/Class-InsideOut-1.14/
H A DChanges129 - *API CHANGE* renamed serialization hooks to FREEZE and THAW
/dports/devel/p5-Class-InsideOut/Class-InsideOut-1.14/lib/Class/InsideOut/Manual/
H A DAdvanced.pod147 superclass provides a C<<< THAW >>> method, they are each called
/dports/devel/p5-Time-Moment/Time-Moment-0.44/
H A DChanges237 - Implemented support for generic FREEZE / THAW serialization, upcomming Sereal
H A DREADME1412 serialization protocol "FREEZE/THAW".
1414 FREEZE/THAW
1416 representation of the instance and a "THAW" method according to the
/dports/lang/perl5.30/perl-5.30.3/cpan/JSON-PP/lib/JSON/
H A DPP.pm1034 $tag->THAW('JSON', @$val);
/dports/lang/perl5.34/perl-5.34.0/cpan/JSON-PP/lib/JSON/
H A DPP.pm1033 $tag->THAW('JSON', @$val);
/dports/lang/perl5.32/perl-5.32.1/cpan/JSON-PP/lib/JSON/
H A DPP.pm1034 $tag->THAW('JSON', @$val);
/dports/converters/p5-JSON-PP/JSON-PP-4.06/lib/JSON/
H A DPP.pm1033 $tag->THAW('JSON', @$val);
/dports/sysutils/webmin/webmin-1.981/JSON/
H A DPP.pm1034 $tag->THAW('JSON', @$val);
/dports/sysutils/usermin/usermin-1.830/JSON/
H A DPP.pm1034 $tag->THAW('JSON', @$val);
/dports/devel/p5-CPANPLUS/CPANPLUS-0.9912/inc/bundle/JSON/
H A DPP.pm1033 $tag->THAW('JSON', @$val);
/dports/devel/p5-Path-Tiny/Path-Tiny-0.120/lib/Path/
H A DTiny.pm37 sub THAW { return path( $_[2] ) } subroutine
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/JSON-PP/lib/JSON/
H A DPP.pm1033 $tag->THAW('JSON', @$val);
/dports/converters/p5-JSON-XS/JSON-XS-4.03/
H A DREADME461 deserialise them via a call to the "THAW" method.
1120 If "allow_tags" is enabled, "JSON::XS" will look up the "THAW" method of
1125 Otherwise, the "THAW" method is invoked with the classname as first
1135 As an example, let's implement a "THAW" function that regenerates the
1138 sub My::Object::THAW {
/dports/devel/p5-MCE/MCE-1.876/
H A DChanges904 * MCE models now set $MCE::FREEZE, $MCE::THAW, and $MCE::TMP_DIR when
1623 * MAX_WORKERS, CHUNK_SIZE, TMP_DIR, FREEZE and THAW can be specified
1624 when loading the module. FREEZE and THAW allows one to choose an
1628 use MCE FREEZE => \&encode_sereal, THAW => \&decode_sereal;

12345