Searched refs:scalars (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/CPANInternal-140/Test-Deep/lib/Test/Deep/
H A DSet.pm158 my @scalars = grep ! ref $_, @$list;
167 (map {Test::Deep::render_val($_)} sort {(defined $a ? $a : "") cmp (defined $b ? $b : "")} @scalars),
/macosx-10.9.5/CPANInternal-140/Readonly/
H A DReadonly.pm10 Readonly - Facility for creating read-only scalars, arrays, hashes.
53 # Read-only scalars
483 C<use constant> works for scalars and arrays, not hashes.
513 Another popular way to create read-only scalars is to modify the symbol
528 with lexical ("my") variables. It will create scalars, arrays, or
553 to make read-only scalars much faster. With Readonly::XS, Readonly
554 scalars are as fast as the other types of variables. Readonly arrays
556 of your Readonly variables will be scalars.
/macosx-10.9.5/CPANInternal-140/Readonly-1.03/
H A DReadonly.pm10 Readonly - Facility for creating read-only scalars, arrays, hashes.
53 # Read-only scalars
483 C<use constant> works for scalars and arrays, not hashes.
513 Another popular way to create read-only scalars is to modify the symbol
528 with lexical ("my") variables. It will create scalars, arrays, or
553 to make read-only scalars much faster. With Readonly::XS, Readonly
554 scalars are as fast as the other types of variables. Readonly arrays
556 of your Readonly variables will be scalars.
/macosx-10.9.5/CPANInternal-140/Bencode/lib/
H A DBencode.pm161 Takes a single argument which may be a scalar or a reference to a scalar, array or hash. Arrays and hashes may in turn contain values of these same types. Simple scalars that look like canonically represented integers will be serialised as such. To bypass the heuristic and force serialisation as a string, use a reference to a scalar.
225 =item * scalars
231 =item * references to scalars
/macosx-10.9.5/CPANInternal-140/Bencode-1.4/lib/
H A DBencode.pm175 Takes a single argument which may be a scalar or a reference to a scalar, array or hash. Arrays and hashes may in turn contain values of these same types. Simple scalars that look like canonically represented integers will be serialised as such. To bypass the heuristic and force serialisation as a string, use a reference to a scalar.
245 =item * scalars
251 =item * references to scalars
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Stash/
H A DContext.pm39 # arrays and promotes scalars to one-element arrays.
44 # - allows list ops to be applied to scalars by promoting the scalars
723 arrays and promotes scalars to one-element arrays.
728 * allows list ops to be applied to scalars by promoting the scalars
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Stash/
H A DContext.pm39 # arrays and promotes scalars to one-element arrays.
44 # - allows list ops to be applied to scalars by promoting the scalars
723 arrays and promotes scalars to one-element arrays.
728 * allows list ops to be applied to scalars by promoting the scalars
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Config/
H A DBaseConfigurator.pm26 # $text is an array of scalars (lines)
100 Specifies a reference to an array of scalars, representing configuration
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DLevel.pm254 C<Log::Log4perl>. The following scalars are defined:
/macosx-10.9.5/CPANInternal-140/Readonly-XS/
H A DXS.pm78 SvREADONLY flag only works for scalars. Arrays and hashes always use
/macosx-10.9.5/CPANInternal-140/Readonly-XS-1.05/
H A DXS.pm73 SvREADONLY flag only works for scalars. Arrays and hashes always use
/macosx-10.9.5/CPANInternal-140/Graph/lib/Graph/
H A DAdjacencyMatrix.pm198 Return the adjacency matrix itself (a list of bitvector scalars).
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Graph/
H A DAdjacencyMatrix.pm198 Return the adjacency matrix itself (a list of bitvector scalars).
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DBaseConfigurator.pm34 # $text is an array of scalars (lines)
219 Specifies a reference to an array of scalars, representing configuration
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DLevel.pm254 C<Log::Log4perl>. The following scalars are defined:
/macosx-10.9.5/CPANInternal-140/YAML-Syck/lib/YAML/
H A DSyck.pm214 scalars containing high-bit bytes.
/macosx-10.9.5/CPANInternal-140/XML-NamespaceSupport/
H A DNamespaceSupport.pm537 simple scalars are easier to use in a number of contexts. They are not
/macosx-10.9.5/CPANInternal-140/JSON/lib/
H A DJSON.pm1296 to a hash or array) to its JSON representation. Simple scalars will be
1309 JSON numbers and strings become simple Perl scalars. JSON arrays become
1693 =item simple scalars
1695 Simple Perl scalars (any scalar that is not a reference) are the most
1696 difficult objects to encode: JSON::XS and JSON::PP will encode undefined scalars as
1697 JSON C<null> values, scalars that have last been used in a string context
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/JSON/
H A DbackportPP.pm2249 to a hash or array) to its JSON representation. Simple scalars will be
2262 JSON numbers and strings become simple Perl scalars. JSON arrays become
2653 =item simple scalars
2655 Simple Perl scalars (any scalar that is not a reference) are the most
2656 difficult objects to encode: JSON::XS and JSON::PP will encode undefined scalars as
2657 JSON C<null> values, scalars that have last been used in a string context
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/
H A DJSON.pm1424 to a hash or array) to its JSON representation. Simple scalars will be
1437 JSON numbers and strings become simple Perl scalars. JSON arrays become
1860 =item simple scalars
1862 Simple Perl scalars (any scalar that is not a reference) are the most
1863 difficult objects to encode: JSON::XS and JSON::PP will encode undefined scalars as
1864 JSON C<null> values, scalars that have last been used in a string context
/macosx-10.9.5/CPANInternal-140/JSON-XS/
H A DXS.pm672 to a hash or array) to its JSON representation. Simple scalars will be
683 JSON numbers and strings become simple Perl scalars. JSON arrays become
1054 =item simple scalars
1056 Simple Perl scalars (any scalar that is not a reference) are the most
1057 difficult objects to encode: JSON::XS will encode undefined scalars as
1058 JSON C<null> values, scalars that have last been used in a string context
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/
H A DXS.pm672 to a hash or array) to its JSON representation. Simple scalars will be
683 JSON numbers and strings become simple Perl scalars. JSON arrays become
1064 =item simple scalars
1066 Simple Perl scalars (any scalar that is not a reference) are the most
1067 difficult objects to encode: JSON::XS will encode undefined scalars as
1068 JSON C<null> values, scalars that have last been used in a string context
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/
H A DChanges93 SOAP::Transport::HTTP->new() was leaking two scalars per call
/macosx-10.9.5/CPANInternal-140/Variable-Magic/lib/Variable/
H A DMagic.pm58 It's not surprising, as tied variables are implemented as a special kind of magic, just like any 'irregular' Perl variable : scalars like C<$!>, C<$(> or C<$^W>, the C<%ENV> and C<%SIG> hashes, the C<@ISA> array, C<vec()> and C<substr()> lvalues, L<threads::shared> variables...
82 The same magic can be applied on scalars, arrays, hashes, subs or globs.
/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm1000 # make a copy or caller's scalars get munged
1148 # make a copy or caller's scalars get munged
2678 return multiple scalars, one for each format string.
2689 given multiple format strings, then it will return multiple scalars,
3368 or scalars (strings, number, whatever) then an exception will be

Completed in 314 milliseconds

12