Home
last modified time | relevance | path

Searched refs:db_found (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/mnogosearch/mnogosearch-3.4.1/
H A Dinstall.pl300 push @db_found,1;
306 push @db_found,2;
316 push @db_found,3;
322 push @db_found,4;
328 push @db_found,5;
332 $db_found=@db_found;
335 if (($db_found == 0) && ($db_found2 == 0) && ($db_found3 == 0)) {
351 if ($db_found == 0) {
354 $db=$db_found[0];
/dports/emulators/jzintv/jzintv-20200712-src/src/util/
H A Dintvname.c446 int db_found = 0; in main() local
555 db_found = find_cart_metadata(crc, db_meta); in main()
556 if (!db_found && get_alt_crc) in main()
559 db_found = find_cart_metadata(crc, db_meta); in main()
562 if (db_found) in main()
/dports/net/dictd/dictd-1.13.1/
H A Ddaemon.c708 int db_found = 0; in daemon_define() local
731 &db_found)); in daemon_define()
733 if (db_found && matches > 0) { in daemon_define()
751 if (!db_found) { in daemon_define()
779 int db_found = 0; in daemon_match() local
810 &db_found)); in daemon_match()
812 if (db_found && matches > 0) { in daemon_match()
830 if (!db_found) { in daemon_match()
977 int *db_found) in dict_search_databases() argument
995 *db_found = 0; in dict_search_databases()
[all …]
H A Dindex.h55 int *db_found);
/dports/textproc/dict/dictd-1.13.1/
H A Ddaemon.c708 int db_found = 0; in daemon_define() local
731 &db_found)); in daemon_define()
733 if (db_found && matches > 0) { in daemon_define()
751 if (!db_found) { in daemon_define()
779 int db_found = 0; in daemon_match() local
810 &db_found)); in daemon_match()
812 if (db_found && matches > 0) { in daemon_match()
830 if (!db_found) { in daemon_match()
977 int *db_found) in dict_search_databases() argument
995 *db_found = 0; in dict_search_databases()
[all …]
H A Dindex.h55 int *db_found);
/dports/textproc/dictfmt/dictd-1.13.1/
H A Ddaemon.c708 int db_found = 0; in daemon_define() local
731 &db_found)); in daemon_define()
733 if (db_found && matches > 0) { in daemon_define()
751 if (!db_found) { in daemon_define()
779 int db_found = 0; in daemon_match() local
810 &db_found)); in daemon_match()
812 if (db_found && matches > 0) { in daemon_match()
830 if (!db_found) { in daemon_match()
977 int *db_found) in dict_search_databases() argument
995 *db_found = 0; in dict_search_databases()
[all …]
H A Dindex.h55 int *db_found);
/dports/databases/py-berkeleydb/berkeleydb-18.1.4/
H A Dsetup3.py158 class db_found(Exception): pass class
229 raise db_found
232 except db_found:
/dports/databases/py-bsddb3/bsddb3-6.2.9/
H A Dsetup2.py196 class db_found(Exception): pass class
267 raise db_found
270 except db_found:
H A Dsetup3.py196 class db_found(Exception): pass class
267 raise db_found
270 except db_found:
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dconfigure.ac828 db_found=no
841 db_found=no
899 db_found=tc],
909 if test "$with_qdbm" != "no" && test $db_found = no \
931 db_found=qdbm],
942 if test x$with_gdbm != xno && test $db_found = no \
961 db_found=gdbm
1021 db_found=bdb
1027 if test $db_found = no
1034 AM_CONDITIONAL(BUILD_HCACHE, test x$db_found != xno)
[all …]
H A Dconfigure9953 db_found=no
9985 db_found=no
10083 db_found=tc
10169 db_found=qdbm
10182 if test x$with_gdbm != xno && test $db_found = no \
10226 db_found=gdbm
10235 if test x$ac_bdb_prefix != xno && test $db_found = no
10304 db_found=bdb
10311 if test $db_found = no
10317 if test x$db_found != xno; then
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/src/
H A Dcouch_multidb_changes.erl65 -callback db_found(DbName :: binary(), Context :: term()) ->
218 Ctx = Mod:db_found(DbName, State#state.ctx),
492 ?assert(meck:called(?MOD, db_found, [?DBNAME, zig]))
502 ?assertNot(meck:called(?MOD, db_found, [?DBNAME, somethingelse]))
642 ?assert(meck:called(?MOD, db_found, [?DBNAME, zig])),
820 meck:expect(?MOD, db_found, fun(_DbName, Ctx) -> Ctx end),
/dports/lang/perl5.34/perl-5.34.0/cpan/Scalar-List-Utils/t/
H A Dexotic_names.t61 my ($db_found) = grep /^$prefix/, keys %DB::sub;
62 is $db_found, $expected, "%DB::sub entry for $type is correct $for_what";
/dports/lang/perl5.30/perl-5.30.3/cpan/Scalar-List-Utils/t/
H A Dexotic_names.t61 my ($db_found) = grep /^$prefix/, keys %DB::sub;
62 is $db_found, $expected, "%DB::sub entry for $type is correct $for_what";
/dports/lang/perl5.32/perl-5.32.1/cpan/Scalar-List-Utils/t/
H A Dexotic_names.t61 my ($db_found) = grep /^$prefix/, keys %DB::sub;
62 is $db_found, $expected, "%DB::sub entry for $type is correct $for_what";
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Scalar-List-Utils/t/
H A Dexotic_names.t61 my ($db_found) = grep /^$prefix/, keys %DB::sub;
62 is $db_found, $expected, "%DB::sub entry for $type is correct $for_what";
/dports/devel/p5-Sub-Name/Sub-Name-0.26/t/
H A Dexotic_names.t61 my ($db_found) = grep /^$prefix/, keys %DB::sub;
62 is $db_found, $expected, "%DB::sub entry for $type is correct $for_what";
/dports/lang/p5-Scalar-List-Utils/Scalar-List-Utils-1.60/t/
H A Dexotic_names.t61 my ($db_found) = grep /^$prefix/, keys %DB::sub;
62 is $db_found, $expected, "%DB::sub entry for $type is correct $for_what";
/dports/www/ilias/ILIAS-5.4.25/Services/Language/classes/
H A Dclass.ilObjLanguageExtGUI.php193 $db_found = array();
196 $db_found[] = $keys[1];
198 $missing_entries = array_diff($topics, $db_found);
/dports/www/ilias6/ILIAS-6.14/Services/Language/classes/
H A Dclass.ilObjLanguageExtGUI.php193 $db_found = array();
196 $db_found[] = $keys[1];
198 $missing_entries = array_diff($topics, $db_found);
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DROLOptimizer.cpp117 bool db_found = iteratedModel.db_lookup(best_vars, search_set, best_resp); in core_run() local
120 if (db_found) in core_run()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_replicator/src/
H A Dcouch_replicator_doc_processor.erl34 db_found/2,
93 db_found(DbName, Server) -> function
/dports/lang/python-legacy/Python-2.7.18/
H A Dsetup.py1049 class db_found(Exception): pass class
1132 raise db_found
1136 except db_found:

12