| /pkg/gate/src/tests/cli/ |
| t_util_update_file_layout.py | 86 hashes = ["2be802388acdf0e17c1ea0855be5d29715290d01", 93 old_paths = [self.touch_old_file(h) for h in hashes] 103 for h in hashes: 109 for h in hashes:
|
| t_pkg_search.py | 76 set name=pkg.description value="pseudo-hashes as arrays tied to a "type" (list of fields)"
|
| t_api_search.py | 135 set name=pkg.description value="pseudo-hashes as arrays tied to a "type" (list of fields)" [all...] |
| /pkg/2008.11/src/ |
| pull.py | 68 actions. Return a set of all content hashes found in the manifest.""" 70 hashes = set() 89 hashes.add(action.hash) 93 return hashes 95 def fetch_files_byhash(server_url, hashes, pkgdir, keep_compressed): 101 for i, k in enumerate(hashes):
|
| /pkg/2009.06/src/ |
| pull.py | 68 actions. Return a set of all content hashes found in the manifest.""" 70 hashes = set() 89 hashes.add(action.hash) 93 return hashes 95 def fetch_files_byhash(server_url, hashes, pkgdir, keep_compressed): 101 for i, k in enumerate(hashes):
|
| /pkg/on_ips/usr/src/cmd/refer/ |
| inv1.c | 49 int chatty = 0, docs, hashes, fp[2], fr, fw, pfork, pwait, status; local 152 whash(fta, fa, fb, nhash, iflong, &keys, &hashes); 162 printf(gettext("%ld key occurrences, %d hashes, %d docs\n"), 163 keys, hashes, docs);
|
| /pkg/on_ips/usr/src/cmd/perl/5.8.4/distrib/lib/base/t/ |
| fields.t | 67 return if $_[0] =~ /^Pseudo-hashes are deprecated/ 75 like $@, qr/^Pseudo-hashes have been removed from Perl/;
|
| /pkg/on_ips/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
| RefHash.pm | 23 references as keys in hashes-of-hashes, use Tie::RefHash::Nestable, 30 and converting them to tied hashes so that they too can have 32 store a reference to one of your own hashes in the tied hash.
|
| Hash.pm | 7 Tie::Hash, Tie::StdHash, Tie::ExtraHash - base class definitions for tied hashes 59 provide most methods for hashes described in L<perltie> (the exceptions 60 are C<UNTIE> and C<DESTROY>). They cause tied hashes to behave exactly like standard hashes, 65 For developers wishing to write their own tied hashes, the required methods 169 B<Tie::StdHash>, or B<Tie::ExtraHash>. Tied hashes do not require 182 F<NDBM_File>, etc.) show examples of general tied hashes, as does the
|
| /pkg/on_ips/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| fields.pm | 133 die "Pseudo-hashes have been removed from Perl" if $] >= 5.009; 262 This function is usable with or without pseudo-hashes. It is the 284 pseudo-hashes directly. 309 Pseudo-hashes have been removed from Perl as of 5.10. Consider using 310 restricted hashes or fields::new() instead. Using fields::phash()
|
| Dumpvalue.pm | 511 Print only first N elements of arrays and hashes. If false, prints all the
|
| overload.pm | 929 L<pseudo-hash|perlref/"Pseudo-hashes: Using an array as a hash"> [all...] |
| perl5db.pl | 462 not yet been compiled. Keys are filenames; values are references to hashes. 463 Each of these hashes is keyed by line number, and its values are breakpoint [all...] |
| /pkg/on_ips/usr/src/cmd/perl/5.8.4/distrib/lib/Class/ |
| Struct.pm | 113 my %hashes = (); 160 $hashes{$name}++; 212 elsif( defined $hashes{$name} ){
|
| /pkg/on_ips/usr/src/uts/common/inet/kssl/ |
| ksslrec.c | 375 SSL3Hashes *hashes, 391 MD5Final(hashes->md5, md5ctx); 392 SHA1Final(hashes->sha1, sha1ctx); 394 bcopy(hashes->md5, seed, MD5_HASH_LEN); 395 bcopy(hashes->sha1, seed + MD5_HASH_LEN, SHA1_HASH_LEN); 407 hashes->tlshash, (size_t)TLS_FINISHED_SIZE)); 419 MD5Final(hashes->md5, md5ctx); 425 MD5Update(md5ctx, hashes->md5, MD5_HASH_LEN); 426 MD5Final(hashes->md5, md5ctx); 432 SHA1Final(hashes->sha1, sha1ctx) [all...] |
| /pkg/2009.06/src/util/publish/ |
| merge.py | 69 def fetch_files_byhash(server_url, hashes, pkgdir): 75 for i, k in enumerate(hashes): 413 # generate list of hashes for each server; last is commom
|
| /pkg/gate/src/util/publish/ |
| merge.py | 69 def fetch_files_byhash(server_url, hashes, pkgdir): 75 for i, k in enumerate(hashes): 438 # generate list of hashes for each server; last is commom
|
| /pkg/on_ips/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/ |
| Util.pm | 40 C<Hash::Util> contains special functions for manipulating hashes that 45 =head2 Restricted hashes 52 This is intended to largely replace the deprecated pseudo-hashes.
|
| /pkg/on_ips/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| tie.t | 171 Self-ties of arrays and hashes are not supported at - line 6. 248 # correct unlocalisation of tied hashes (patch #16431)
|
| /pkg/on_ips/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/ |
| Storable.pm | 58 # By default restricted hashes are downgraded on earlier perls. 509 Normally, Storable stores elements of hashes in the order they are 512 hashes with the elements sorted by their key. This allows you to 560 =item restricted hashes 562 Perl 5.8 adds support for restricted hashes, which have keys 576 types (such as restricted hashes) are added to the vocabulary of the file 852 Storing data canonically that contains large hashes can be [all...] |
| /pkg/2009.06/src/tests/cli/ |
| t_pkg_search.py | 129 set name=pkg.description value="pseudo-hashes as arrays tied to a "type" (list of fields)" [all...] |
| /pkg/on_ips/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/ |
| Dumper.pm | 52 # to cause output of arrays and hashes rather than refs. 710 describe the dereferenced type of the supplied reference for hashes and 967 sorted order. A true value will cause the keys of all hashes to be [all...] |