代码搜索结果

找到约 10,000 项符合 T 的代码

t.dat

1 2 3 4 5 6 7 8 9 10 11 12

filter.t

#!./perl -w # ID: %I%, %G% use strict ; use lib 't' ; use BerkeleyDB; use util ; print "1..52\n"; my $Dfile = "dbhash.tmp"; unlink $Dfile; umask(0) ; { # DBM Filter tests use strict

encrypt.t

#!./perl -w # ID: %I%, %G% use strict ; use lib 't' ; use BerkeleyDB; use util ; BEGIN { if ($BerkeleyDB::db_version < 4.1) { print "1..0 # Skip: this needs Berkeley DB 4.1.x or be

cds.t

#!./perl -w # Tests for Concurrent Data Store mode use strict ; use lib 't' ; use BerkeleyDB; use util ; BEGIN { if ($BerkeleyDB::db_version < 2) { print "1..0 # Skip: this needs Berk