Searched refs:subhash (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/examples/COM/
H A Dhashecho.vbs7 Set subhash = soaplite.hash("key_c", "Value C")
8 Set hash = soaplite.hash("key_a", "Value A", "key_b", subhash)
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dvalidator.rb152 errors.each do |name, subhash|
153 errors[name] = subhash.map do |path, msg|
/macosx-10.10.1/CPANInternal-159.1/Class-Std-Utils-v0.0.3/lib/Class/Std/
H A DUtils.pm105 set, by appending the class-specific initializer subhash to the end of
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.900/lib/Config/
H A DStd.pm324 my $subhash = $hash_ref->{$block_name};
326 for my $key ( keys %{$subhash} ) {
327 if (!defined $subhash->{$key}) {
330 my $value = $subhash->{$key};
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.901/lib/Config/
H A DStd.pm325 my $subhash = $hash_ref->{$block_name};
328 for my $key ( sort keys %{$subhash} ) {
329 if (!defined $subhash->{$key}) {
332 my $value = $subhash->{$key};
/macosx-10.10.1/swig-12/Source/Swig/
H A Dtypesys.c1800 Hash *subhash = Getattr(sub, bk.key); local
1801 String *convcode = Getattr(subhash, "convcode");
1809 String *cast = Getattr(subhash, "cast");

Completed in 170 milliseconds