/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/ |
H A D | correctness.t | 70 @arrays = (\@f1, \@f2, \@f3, \@f4); 75 print ((@{$arrays[$i]} == @{$arrays[$j]}) ? "ok $n\n" : "not ok $n\n"); 77 for ($k=0; $k < @{$arrays[$i]}; $k++) { 78 (print "not ok $n\n", next) if $arrays[$i][$k] != $arrays[$j][$k];
|
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | AttributeDescriptor.java | 339 private String formatByteArrays(Vector arrays) { argument 340 int i, n = arrays.size(); 346 byte array[] = (byte[])arrays.elementAt(i);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/ |
H A D | Iterator.pm | 23 This is a simple iterator wrapper for arrays and filehandles.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
H A D | Array.pm | 118 Tie::Array - base class for tied arrays 172 The B<Tie::StdArray> package provides efficient methods required for tied arrays 174 It inherits from B<Tie::Array>, and should cause tied arrays to behave exactly 175 like standard arrays, allowing for selective overloading of methods. 177 For developers wishing to write their own tied arrays, the required methods 280 Very little consideration has been given to the behaviour of tied arrays
|
H A D | File.pm | 448 $pos = $oldsize; # This is what perl does for normal arrays 2454 The behavior of tied arrays is not precisely the same as for regular 2455 arrays. For example:
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | sort.pm | 107 arrays before sorting. 127 C<sort()> to merge several sorted arrays. On the other hand, quicksort 128 is often faster for small arrays, and on arrays of a few distinct
|
H A D | Env.pm | 7 Env - perl module that imports environment variables as scalars or arrays 65 On VMS systems, arrays tied to environment variables are read-only. Attempting
|
H A D | Dumpvalue.pm | 511 Print only first N elements of arrays and hashes. If false, prints all the 525 Dump arrays holding contents of debugged files.
|
H A D | fields.pm | 242 fields which are as compact and as fast arrays to access. This only
|
H A D | Exporter.pm | 138 The arrays C<@EXPORT> and C<@EXPORT_OK> in a module hold lists of 141 symbols can represent functions, scalars, arrays, hashes, or typeglobs.
|
H A D | constant.pm | 230 List constants are lists, not arrays. To index or slice them, they
|
H A D | Test.pm | 650 to compare the I<size> of the two arrays. But don't be fooled into 652 arrays -- you're comparing I<just> the number of elements of each. It's
|
H A D | perl5db.pl | 2669 is used to save aggregate variables (both hashes and arrays); scalars are 6879 I<DumpDBFiles> dump arrays holding debugged files; 7055 I<DumpDBFiles> dump arrays holding debugged files; 7974 =item * Look through all the symbols in the package. C<grep> out all the possible hashes/arrays/scalars, and then C<grep> the possible matches out of those. C<map> the prefix onto all the possibilities. 8473 Since the lists of actions are all held in arrays that are pointed to by
|
H A D | Memoize.pm | 897 would have referred to different arrays.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
H A D | ParseWords.pm | 151 Text::ParseWords - parse text into an array of tokens or array of arrays
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/ |
H A D | Struct.pm | 112 my %arrays = (); 154 $arrays{$name}++; 206 if( defined $arrays{$name} ){
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | tie.t | 171 Self-ties of arrays and hashes are not supported at - line 6.
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.xs | 288 # Functions below convert C arrays into Perl lists. They use XS PPCODE
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/ |
H A D | Dumper.pm | 52 # to cause output of arrays and hashes rather than refs. 711 arrays, and coderefs. Output of names will be avoided where possible if 829 up). Style 3 is like style 2, but also annotates the elements of arrays
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
H A D | More.pm | 910 need to see if two arrays are equivalent, for instance. For these 1003 Checks if two arrays are equivalent. This is a deep check, so 1118 # doesn't matter how we sort them, as long as both arrays are sorted
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
H A D | Cookie.pm | 287 array value (associative arrays are also allowed). Cookies also have
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | c2ph.PL | 224 into arrays of structures, perhaps like this
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Select.pm | 725 A reference to an array of references to arrays. Each subarray is a list
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | config_h.SH | 2255 * and SIG_NUM arrays, excluding the final NULL entry. 2272 * 2 = supports arrays of pointers to functions returning void
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/ |
H A D | Storable.pm | 854 temporary arrays to hold the keys for each hash have to be allocated,
|