Searched refs:dbfile (Results 1 – 12 of 12) sorted by relevance
124 dbfile=None): argument129 if dbfile is None:130 dbfile = s.optiondb().get('DBFILE')134 if dbfile is None:135 dbfile = files.pop()138 colordb = ColorDB.get_colordb(dbfile)144 dbfile = files.pop(0)200 dbfile = None213 dbfile = arg222 dbfile=dbfile)
28 dbfile = options.get('databasefile', self.__databasefile)31 if dbfile <> self.__databasefile:32 colordb = ColorDB.get_colordb(dbfile)
28 dbfile = options.get('databasefile', self.__databasefile)31 if dbfile != self.__databasefile:32 colordb = ColorDB.get_colordb(dbfile)
69 dbfile = args[0]76 dbfile = args[1]125 db = dbopen(dbfile, 'c')127 sys.stderr.write("Unable to open %s. " % dbfile)
63 dbfile = args[0]66 dbfile = args[0]120 db = dbopen(dbfile, 'r')122 sys.stderr.write("Unable to open %s. " % dbfile)
32 dbfile = os.path.join(tmpdir, "foo.db")33 anydbm.open(dbfile, "c").close()34 ftype = whichdb.whichdb(dbfile)
53 private String dbfile = null; field in JDBCConnection112 dbx.open(dbfile, readonly ? SQLite.Constants.SQLITE_OPEN_READONLY : in open()148 dbfile = url.substring(8); in JDBCConnection()150 dbfile = url.substring(13); in JDBCConnection()
3530 It is now [ picklefile ] dbfile. This provides better symmetry with
20914 It is now [ picklefile ] dbfile. This provides better symmetry with