Home
last modified time | relevance | path

Searched refs:db_filename (Results 176 – 200 of 1134) sorted by relevance

12345678910>>...46

/dports/www/mod_php80/php-8.0.15/ext/dba/tests/
H A Ddba_db4_013.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
21 if (($db_file = dba_popen($db_filename, "rl", $handler)) !== FALSE) {
27 echo "Error creating $db_filename\n";
/dports/devel/kyua/kyua-0.13/utils/sqlite/
H A Ddatabase.cpp58 optional< fs::path > db_filename; member
77 db_filename(db_filename_), db(db_), owned(owned_) in impl()
265 sqlite::database::db_filename(void) const in db_filename() function in sqlite::database
267 return _pimpl->db_filename; in db_filename()
/dports/www/flexget/Flexget-3.2.18/flexget/components/scheduler/
H A Dscheduler.py120 db_filename = os.path.join(manager.config_base, 'db-%s-jobs.sqlite' % manager.config_name)
122 db_filename = db_filename.replace('\\', '\\\\')
123 database_uri = 'sqlite:///%s' % db_filename
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/sessions_sqlite3/
H A Dtls_session_manager_sqlite.cpp17 const std::string& db_filename, in Session_Manager_SQLite() argument
20 Session_Manager_SQL(std::make_shared<Sqlite3_Database>(db_filename), in Session_Manager_SQLite()
/dports/security/botan2/Botan-2.18.2/src/lib/tls/sessions_sqlite3/
H A Dtls_session_manager_sqlite.cpp17 const std::string& db_filename, in Session_Manager_SQLite() argument
20 Session_Manager_SQL(std::make_shared<Sqlite3_Database>(db_filename), in Session_Manager_SQLite()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/sessions_sqlite3/
H A Dtls_session_manager_sqlite.cpp17 const std::string& db_filename, in Session_Manager_SQLite() argument
20 Session_Manager_SQL(std::make_shared<Sqlite3_Database>(db_filename), in Session_Manager_SQLite()
/dports/www/flexget/Flexget-3.2.18/flexget/tests/
H A Dtest_migrate.py17 db_filename = tmpdir.join('upgrade_test.sqlite')
19 filename = db_filename.strpath.replace('\\', '\\\\')
/dports/www/flexget/Flexget-3.2.18/flexget/
H A Dmanager.py147 self.db_filename: str = ''
370 if os.path.exists(self.db_filename):
371 shutil.copy(self.db_filename, db_test_filename)
373 self.db_filename = db_test_filename
617 self.db_filename = os.path.join(self.config_base, f'db-{self.config_name}.sqlite')
792 filename = self.db_filename.replace('\\', '\\\\')
795 if self.db_filename and not os.path.exists(self.db_filename):
822 if os.path.exists(self.db_filename):
825 % (e.message, self.db_filename),
1039 if 'test' not in self.db_filename:
[all …]
/dports/www/coppermine/cpg1.6.x-1.6.12/tools/refresh/
H A Drefresh.php65 $full_pic_url = $this->config['fullpath'] . $db_filepath . $db_filename;
66 … $thumb_url = $this->config['fullpath'] . $db_filepath . $this->config['thumb_pfx'] . $db_filename;
67 …normal_url = $this->config['fullpath'] . $db_filepath . $this->config['normal_pfx'] . $db_filename;
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/
H A Dhiscore.c14 const char *db_filename = "hiscore.dat"; /* high score definition file */ variable
228 db_file = mame_fopen(NULL, db_filename, FILETYPE_HIGHSCORE_DB, 0); in hs_open()
233 db_file = mame_fopen(NULL, db_filename, FILETYPE_HIGHSCORE_DB, 1); in hs_open()
238 db_file = mame_fopen(NULL, db_filename, FILETYPE_HIGHSCORE_DB, 0); in hs_open()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/
H A Dhiscore.c14 const char *db_filename = "hiscore.dat"; /* high score definition file */ variable
228 db_file = mame_fopen(NULL, db_filename, FILETYPE_HIGHSCORE_DB, 0); in hs_open()
233 db_file = mame_fopen(NULL, db_filename, FILETYPE_HIGHSCORE_DB, 1); in hs_open()
238 db_file = mame_fopen(NULL, db_filename, FILETYPE_HIGHSCORE_DB, 0); in hs_open()
/dports/security/kc24/kc-2.4.2/
H A Dcmd_status.c43 printf("Database file: %s", db_params.db_filename); in cmd_status()
44 db_filename_realpath = realpath((const char*)db_params.db_filename, NULL); in cmd_status()
/dports/devel/tex-kpathsea/texlive-20150521-source/texk/kpathsea/
H A Ddb.c88 db_build (kpathsea kpse, hash_table_type *table, const_string db_filename) in db_build() argument
92 unsigned len = strlen (db_filename) - sizeof (DB_NAME) + 1; /* Keep the /. */ in db_build()
95 FILE *db_file = fopen (db_filename, FOPEN_R_MODE); in db_build()
100 strncpy (top_dir, db_filename, len); in db_build()
158 xfclose (db_file, db_filename); in db_build()
161 WARNING1 ("kpathsea: %s: No usable entries in ls-R", db_filename); in db_build()
177 db_filename, file_count, dir_count, ignore_dir_count); in db_build()
/dports/print/tex-xdvik/xdvik-22.87/texk/kpathsea/
H A Ddb.c90 db_build (kpathsea kpse, hash_table_type *table, const_string db_filename) in db_build() argument
94 unsigned len = strlen (db_filename) - sizeof (DB_NAME) + 1; /* Keep the /. */ in db_build()
97 FILE *db_file = fopen (db_filename, FOPEN_R_MODE); in db_build()
102 strncpy (top_dir, db_filename, len); in db_build()
160 xfclose (db_file, db_filename); in db_build()
163 WARNING1 ("kpathsea: %s: No usable entries in ls-R", db_filename); in db_build()
179 db_filename, file_count, dir_count, ignore_dir_count); in db_build()
/dports/databases/php74-dba/php-7.4.27/ext/dba/tests/
H A Ddba_db4_001.phpt15 if (($db_file = dba_open($db_filename, "c", $handler)) !== FALSE) {
21 echo "Error creating $db_filename\n";
H A Ddba_db4_002.phpt15 if (($db_file = dba_open($db_filename, "n", $handler)) !== FALSE) {
21 echo "Error creating $db_filename\n";
H A Ddba_db4_006.phpt15 if (($db_file = dba_popen($db_filename, "n", $handler)) !== FALSE) {
21 echo "Error creating $db_filename\n";
H A Ddba_db4_005.phpt15 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
21 echo "Error creating $db_filename\n";
/dports/databases/php80-dba/php-8.0.15/ext/dba/tests/
H A Ddba_db4_001.phpt15 if (($db_file = dba_open($db_filename, "c", $handler)) !== FALSE) {
21 echo "Error creating $db_filename\n";
H A Ddba_db4_005.phpt15 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
21 echo "Error creating $db_filename\n";
H A Ddba_db4_006.phpt15 if (($db_file = dba_popen($db_filename, "n", $handler)) !== FALSE) {
21 echo "Error creating $db_filename\n";
H A Ddba_db4_002.phpt15 if (($db_file = dba_open($db_filename, "n", $handler)) !== FALSE) {
21 echo "Error creating $db_filename\n";
/dports/lang/php80/php-8.0.15/ext/dba/tests/
H A Ddba_db4_001.phpt15 if (($db_file = dba_open($db_filename, "c", $handler)) !== FALSE) {
21 echo "Error creating $db_filename\n";
H A Ddba_db4_006.phpt15 if (($db_file = dba_popen($db_filename, "n", $handler)) !== FALSE) {
21 echo "Error creating $db_filename\n";
H A Ddba_db4_002.phpt15 if (($db_file = dba_open($db_filename, "n", $handler)) !== FALSE) {
21 echo "Error creating $db_filename\n";

12345678910>>...46