Searched refs:methods (Results 1 - 25 of 507) sorted by path

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/docs_src/
H A Dbuild39 # Build a sorted list of all methods.
52 egrep m4_table_element $i/m4.methods
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DBuilder.pm189 These methods are for setting up tests and declaring how many there
190 are. You usually only want to call one of these methods.
222 If you call plan(), don't call any of the other methods below.
H A DMore.pm97 can_ok($module, @methods);
461 can_ok($module, @methods);
462 can_ok($object, @methods);
464 Checks to make sure the $module or $object can do these @methods
479 No matter how many @methods you check, a single can_ok() call counts
482 foreach my $meth (@methods) {
489 my($proto, @methods) = @_;
492 unless( @methods ) {
494 $Test->diag(' can_ok() called with no methods');
499 foreach my $method (@methods) {
[all...]
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm256 # Preloaded methods go here. Autoload methods go after __END__, and are
713 interface methods (DB_HASH, DB_BTREE or DB_RECNO) is to be used.
1114 a few utility methods.
1437 of methods are supplied with B<DB_File> to simulate the missing array
1438 operations. All these methods are accessed via the object returned from
1441 Here are the methods:
1473 Here is a more complete example that makes use of some of the methods
1509 # use the push & pop methods
1514 # and the shift & unshift methods
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drpc003.tcl32 set methods {dbtree dbtree}
33 set argses [convert_argses $methods ""]
34 set omethods [convert_methods $methods]
38 puts "\tRpc003.b: ($pmethod/$methods) $nentries equal key/data pairs"
H A Dsdbtest001.tcl8 # TEST Tests multiple access methods in one subdb
16 # TEST Make several subdb's of different access methods all in one DB.
17 # TEST Rotate methods and repeat [#762].
25 puts "Subdbtest001: many different subdb access methods in one"
37 # Set up various methods to rotate through
59 foreach methods $method_list {
61 puts "\tSubdbtest001.a: create subdbs of different access methods:"
62 puts "\tSubdbtest001.a: $methods"
63 set nsubdbs [llength $methods]
71 build_all_subdb $testfile $methods
[all...]
H A Dsdbtest002.tcl8 # TEST Tests multiple access methods in one subdb access by multiple
19 # TEST Make several subdb's of different access methods all in one DB.
29 puts "Subdbtest002: many different subdb access methods in one"
41 # Set up various methods to rotate through
42 set methods \
45 puts "\tSubdbtest002.a: create subdbs of different methods: $methods"
47 set nsubdbs [llength $methods]
62 build_all_subdb $testfile $methods $psize $duplist $newent
80 set method [lindex $methods
[all...]
H A Dsdbutils.tcl7 proc build_all_subdb { dbname methods psize dups {nentries 100} {dbargs ""}} {
9 set mlen [llength $methods]
12 set m [lindex $methods [expr $i % $mlen]]
H A Dsi001.tcl17 proc si001 { methods {nentries 200} {tnum "001"} args } {
22 set pmethod [lindex $methods 0]
44 set methods [lrange $methods 1 end]
45 if { [llength $methods] == 0 } {
48 lappend methods $pmethod
51 lappend methods "-btree"
53 lappend methods "-hash"
59 set argses [convert_argses $methods $args]
60 set omethods [convert_methods $methods]
[all...]
H A Dsi002.tcl17 proc si002 { methods {nentries 200} {tnum "002"} args } {
22 set pmethod [lindex $methods 0]
36 set methods [lrange $methods 1 end]
37 if { [llength $methods] == 0 } {
40 lappend methods $pmethod
43 lappend methods "-btree"
45 lappend methods "-hash"
51 set argses [convert_argses $methods $args]
52 set omethods [convert_methods $methods]
[all...]
H A Dsi003.tcl11 proc si003 { methods {nentries 200} {tnum "003"} args } {
22 set pmethod [lindex $methods 0]
36 set methods [lrange $methods 1 end]
37 if { [llength $methods] == 0 } {
40 lappend methods $pmethod
43 lappend methods "-btree"
45 lappend methods "-hash"
51 set argses [convert_argses $methods $args]
52 set omethods [convert_methods $methods]
[all...]
H A Dsi004.tcl11 proc si004 { methods {nentries 200} {tnum "004"} args } {
22 set pmethod [lindex $methods 0]
36 set methods [lrange $methods 1 end]
37 if { [llength $methods] == 0 } {
40 lappend methods $pmethod
43 lappend methods "-btree"
45 lappend methods "-hash"
51 set argses [convert_argses $methods $args]
52 set omethods [convert_methods $methods]
[all...]
H A Dsi005.tcl9 proc si005 { methods {nentries 200} {tnum "005"} args } {
14 set pmethod [lindex $methods 0]
28 set methods [lrange $methods 1 end]
29 if { [llength $methods] == 0 } {
32 lappend methods $pmethod
35 lappend methods "-btree"
37 lappend methods "-hash"
49 set argses [convert_argses $methods $args]
50 set omethods [convert_methods $methods]
[all...]
H A Dsi006.tcl18 proc si006 { methods {nentries 200} {tnum "006"} args } {
23 set pmethod [lindex $methods 0]
37 set methods [lrange $methods 1 end]
39 if { [llength $methods] == 0 } {
42 lappend methods $pmethod
45 lappend methods "-btree"
47 lappend methods "-hash"
53 set argses [convert_argses $methods $args]
54 set omethods [convert_methods $methods]
[all...]
H A Dsi007.tcl14 proc si007 { methods {nentries 10} {tnum "007"} args } {
19 set pmethod [lindex $methods 0]
41 set methods [lrange $methods 1 end]
42 if { [llength $methods] == 0 } {
45 lappend methods $pmethod
48 lappend methods "-btree"
50 lappend methods "-hash"
56 set argses [convert_argses $methods $args]
57 set omethods [convert_methods $methods]
[all...]
H A Dsi008.tcl14 proc si008 { methods {nentries 10} {tnum "008"} args } {
19 set pmethod [lindex $methods 0]
41 set methods [lrange $methods 1 end]
42 if { [llength $methods] == 0 } {
45 lappend methods $pmethod
48 lappend methods "-btree"
50 lappend methods "-hash"
56 set argses [convert_argses $methods $args]
57 set omethods [convert_methods $methods]
[all...]
H A Dsijointest.tcl9 proc sijointest { methods {nentries 1000} args } {
13 set pmethod [lindex $methods 0]
26 set methods [lrange $methods 1 end]
27 if { [llength $methods] == 0 } {
29 lappend methods $pmethod
31 } elseif { [llength $methods] != 2 } {
36 set argses [convert_argses $methods $args]
37 set omethods [convert_methods $methods]
40 puts "sijoin \{\[ list $pmethod $methods \]\}
[all...]
H A Dsiutils.tcl13 # list of methods is passed into the secondary index tests.
26 # access methods, at least not in the current test framework (the
276 # The secondary index tests take a list of the access methods that
279 proc convert_argses { methods largs } {
281 foreach m $methods {
286 proc convert_methods { methods } {
288 foreach m $methods {
/macosx-10.10/CPANInternal-159.1/Class-C3-XS-0.13/
H A DXS.xs494 SV** svp_cc3_mro_class_methods = hv_fetch(cc3_mro_class, "methods", 7, 0);
610 HV* methods;
640 methods = newHV();
666 if(hv_exists_ent(methods, mskey, 0)) continue;
684 || !hv_store_ent(methods, mskey, newRV_noinc((SV*)meth_hash), 0) ) {
690 if(!hv_store(our_c3mro, "methods", 7, newRV_noinc((SV*)methods), 0)) {
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm1406 That's it! You now have a class with methods to L<"insert">,
1536 The following are methods provided for convenience to insert, retrieve
1615 Class::DBI provides a few very simple search methods.
1796 pairs. The individual triggers are further documented with the methods
1847 the provided insert() or set() methods. It will always be possible to
1947 Exceptions generated by some methods may provide additional data in
1964 accessor methods for every column in your subclass. It also overrides
1965 the get() and set() methods provided by Accessor to automagically handle
1970 =head2 the fundamental set() and get() methods
1978 These methods ar
[all...]
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Cascade/
H A DNone.pm13 several important methods:
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/
H A DRelationship.pm57 sub methods { () } subroutine
61 my %methods = $self->methods or return;
64 foreach my $method (keys %methods) {
65 *{"$class\::$method"} = $methods{$method};
90 provide a variety of methods to represent the relationship. For
116 and is available for you to call methods on whilst performing this
153 =head2 methods
155 sub methods {
162 Subclasses may define a 'methods' metho
[all...]
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Relationship/
H A DHasMany.pm78 sub methods { subroutine
H A DMightHave.pm9 my ($proto, $class, $method, $f_class, @methods) = @_;
11 return ($class, $method, $f_class, { import => \@methods });
30 sub methods { subroutine
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Search/
H A DBasic.pm61 into a variety of methods for you to override.
72 There are also a variety of private methods underneath this that could

Completed in 450 milliseconds

1234567891011>>