Home
last modified time | relevance | path

Searched refs:dBase (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/dports/games/scummvm/scummvm-2.5.1/engines/gob/
H A Ddbase.cpp27 dBase::dBase() : _recordData(0) { in dBase() function in Gob::dBase
31 dBase::~dBase() { in ~dBase()
35 bool dBase::load(Common::SeekableReadStream &stream) { in load()
129 void dBase::clear() { in clear()
142 byte dBase::getVersion() const { in getVersion()
146 TimeDate dBase::getLastUpdate() const { in getLastUpdate()
150 const Common::Array<dBase::Field> &dBase::getFields() const { in getFields()
154 const Common::Array<dBase::Record> &dBase::getRecords() const { in getRecords()
158 Common::String dBase::getString(const Record &record, int field) const { in getString()
166 inline uint32 dBase::stringLength(const byte *data, uint32 max) { in stringLength()
[all …]
H A Ddatabases.cpp74 dBase db; in open()
128 int Databases::findField(const dBase &db, const Common::String &field, in findField()
129 dBase::Type type) const { in findField()
131 const Common::Array<dBase::Field> &fields = db.getFields(); in findField()
147 int fLanguage = findField(db, "Langage", dBase::kTypeString); in buildMap()
148 int fGroup = findField(db, "Nom" , dBase::kTypeString); in buildMap()
149 int fSection = findField(db, "Section", dBase::kTypeString); in buildMap()
150 int fKeyword = findField(db, "Motcle" , dBase::kTypeString); in buildMap()
151 int fText = findField(db, "Texte" , dBase::kTypeString); in buildMap()
156 const Common::Array<dBase::Record> &records = db.getRecords(); in buildMap()
[all …]
H A Ddatabases.h55 int findField(const dBase &db, const Common::String &field, dBase::Type type) const;
56 bool buildMap(const dBase &db, Common::StringMap &map) const;
H A Ddbase.h41 class dBase {
66 dBase();
67 ~dBase();
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/
H A Ddbase.cpp27 dBase::dBase() : _recordData(0) { in dBase() function in Gob::dBase
31 dBase::~dBase() { in ~dBase()
35 bool dBase::load(Common::SeekableReadStream &stream) { in load()
129 void dBase::clear() { in clear()
142 byte dBase::getVersion() const { in getVersion()
146 TimeDate dBase::getLastUpdate() const { in getLastUpdate()
150 const Common::Array<dBase::Field> &dBase::getFields() const { in getFields()
154 const Common::Array<dBase::Record> &dBase::getRecords() const { in getRecords()
158 Common::String dBase::getString(const Record &record, int field) const { in getString()
166 inline uint32 dBase::stringLength(const byte *data, uint32 max) { in stringLength()
[all …]
H A Ddatabases.cpp74 dBase db; in open()
128 int Databases::findField(const dBase &db, const Common::String &field, in findField()
129 dBase::Type type) const { in findField()
131 const Common::Array<dBase::Field> &fields = db.getFields(); in findField()
147 int fLanguage = findField(db, "Langage", dBase::kTypeString); in buildMap()
148 int fGroup = findField(db, "Nom" , dBase::kTypeString); in buildMap()
149 int fSection = findField(db, "Section", dBase::kTypeString); in buildMap()
150 int fKeyword = findField(db, "Motcle" , dBase::kTypeString); in buildMap()
151 int fText = findField(db, "Texte" , dBase::kTypeString); in buildMap()
156 const Common::Array<dBase::Record> &records = db.getRecords(); in buildMap()
[all …]
H A Ddatabases.h55 int findField(const dBase &db, const Common::String &field, dBase::Type type) const;
56 bool buildMap(const dBase &db, Common::StringMap &map) const;
H A Ddbase.h41 class dBase {
66 dBase();
67 ~dBase();
/dports/dns/dhisd/dhisd-5.5/
H A Dddb.c60 struct dhis_rec *dBase=NULL; variable
97 if(dBase==NULL) { in get_rec()
127 struct dhis_rec *r=dBase; in db_free()
128 while(dBase!=NULL) { in db_free()
129 r=dBase; in db_free()
130 dBase=dBase->next; in db_free()
134 dBase=NULL; in db_free()
243 if(dBase==NULL) dBase=rec; in file_db_reload()
244 else { rec->next=dBase; dBase=rec; } in file_db_reload()
357 if(dBase==NULL) dBase=dp; in sql_db_reload()
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Dbase/
H A DDbInfo.py23 def GetDbNames(user='sysdba', password='masterkey', dirName='.', dBase='::template1', cn=None): argument
40 cn = DbModule.connect(dBase, user, password)
42 print('Problems opening database: %s' % (dBase))
50 names.remove(dBase)
60 def GetTableNames(dBase, user='sysdba', password='masterkey', includeViews=0, cn=None): argument
81 cn = DbModule.connect(dBase, user, password)
83 print('Problems opening database: %s' % (dBase))
138 def GetColumnNamesAndTypes(dBase, table, user='sysdba', password='masterkey', join='', what='*', argument
166 cn = DbModule.connect(dBase, user, password)
175 def GetColumnNames(dBase, table, user='sysdba', password='masterkey', join='', what='*', cn=None): argument
[all …]
H A DDbUtils.py32 def GetColumns(dBase, table, fieldString, user='sysdba', password='masterkey', join='', cn=None): argument
55 cn = DbModule.connect(dBase, user, password)
66 def GetData(dBase, table, fieldString='*', whereString='', user='sysdba', password='masterkey', argument
100 cn = DbModule.connect(dBase, user, password)
146 def DatabaseToText(dBase, table, fields='*', join='', where='', user='sysdba', password='masterkey', argument
178 cn = DbModule.connect(dBase, user, password)
313 def _AddDataToDb(dBase, table, user, password, colDefs, colTypes, data, nullMarker=None, argument
321 cn = DbModule.connect(dBase, user, password)
369 def TextFileToDatabase(dBase, table, inF, delim=',', user='sysdba', password='masterkey', argument
435 _AddDataToDb(dBase, table, user, password, colDefs, colTypes, data, nullMarker=nullMarker)
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/src/functions/
H A DFnLog.cpp67 const W_FLOAT dBase = aArguments[0].GetFloat(); in Handler() local
71 if (dBase <= 0) { return (INT_32)log((W_FLOAT)-1); } in Handler()
73 oCDTRetVal = log(dValue) / log(dBase); in Handler()
/dports/textproc/ctpp2/ctpp2-2.8.3/src/functions/
H A DFnLog.cpp67 const W_FLOAT dBase = aArguments[0].GetFloat(); in Handler() local
71 if (dBase <= 0) { return (INT_32)log((W_FLOAT)-1); } in Handler()
73 oCDTRetVal = log(dValue) / log(dBase); in Handler()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DClarisWksDatabase.hxx103 bool readFields(ClarisWksDatabaseInternal::Database &dBase);
106 bool readDefaults(ClarisWksDatabaseInternal::Database &dBase);
109 bool readLayout(ClarisWksDatabaseInternal::Database &dBase);
/dports/sysutils/file/file-5.39/magic/Magdir/
H A Ddatabase245 >>0 ubyte 0x03 FoxBase+/dBase III
248 >>0 ubyte 0x04 dBase IV
251 >>0 ubyte 0x05 dBase V
261 >>0 ubyte 0x43 dBase IV, with SQL table
267 >>0 ubyte 0x7b dBase IV, with memo
284 # dBase IV with SQL Table,no memo?
333 # dBase memo files .DBT or .FPT
388 >0 ubyte x dBase III DBT
404 >0 lelong x dBase IV DBT
431 # free dBase IV memo field
[all …]
/dports/devel/py-magic/file-5.40/magic/Magdir/
H A Ddatabase245 >>0 ubyte 0x03 FoxBase+/dBase III
248 >>0 ubyte 0x04 dBase IV
251 >>0 ubyte 0x05 dBase V
261 >>0 ubyte 0x43 dBase IV, with SQL table
267 >>0 ubyte 0x7b dBase IV, with memo
284 # dBase IV with SQL Table,no memo?
333 # dBase memo files .DBT or .FPT
388 >0 ubyte x dBase III DBT
404 >0 lelong x dBase IV DBT
431 # free dBase IV memo field
[all …]
/dports/net/grpcox/grpcox-1.0.0/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go45 func makeTable0EntryIndirect(rOffset, rLength, dBase, t1Offset int) uint64 { argument
52 if dBase >= 1<<bitsDataBase {
53 log.Fatalf("makeTable0EntryIndirect: dBase %d is too large", dBase)
60 uint64(dBase)<<shiftDataBase |
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go45 func makeTable0EntryIndirect(rOffset, rLength, dBase, t1Offset int) uint64 { argument
52 if dBase >= 1<<bitsDataBase {
53 log.Fatalf("makeTable0EntryIndirect: dBase %d is too large", dBase)
60 uint64(dBase)<<shiftDataBase |
/dports/databases/pgloader3/pgloader-3.6.2/docs/tutorial/
H A DdBase.rst1 Loading dBase files with pgloader
4 The dBase format is still in use in some places as modern tools such as
12 some details. Here's our example for loading a dBase file, using a file
28 the dBase file to create a PostgreSQL table capable of hosting the data as
/dports/databases/tile38/tile38-1.12.0/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go45 func makeTable0EntryIndirect(rOffset, rLength, dBase, t1Offset int) uint64 { argument
52 if dBase >= 1<<bitsDataBase {
53 log.Fatalf("makeTable0EntryIndirect: dBase %d is too large", dBase)
60 uint64(dBase)<<shiftDataBase |
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go45 func makeTable0EntryIndirect(rOffset, rLength, dBase, t1Offset int) uint64 { argument
52 if dBase >= 1<<bitsDataBase {
53 log.Fatalf("makeTable0EntryIndirect: dBase %d is too large", dBase)
60 uint64(dBase)<<shiftDataBase |
/dports/www/fabio/fabio-1.5.14/vendor/golang.org/x/text/text-0.3.0/unicode/runenames/
H A Dgen.go45 func makeTable0EntryIndirect(rOffset, rLength, dBase, t1Offset int) uint64 { argument
52 if dBase >= 1<<bitsDataBase {
53 log.Fatalf("makeTable0EntryIndirect: dBase %d is too large", dBase)
60 uint64(dBase)<<shiftDataBase |
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go45 func makeTable0EntryIndirect(rOffset, rLength, dBase, t1Offset int) uint64 { argument
52 if dBase >= 1<<bitsDataBase {
53 log.Fatalf("makeTable0EntryIndirect: dBase %d is too large", dBase)
60 uint64(dBase)<<shiftDataBase |
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go45 func makeTable0EntryIndirect(rOffset, rLength, dBase, t1Offset int) uint64 { argument
52 if dBase >= 1<<bitsDataBase {
53 log.Fatalf("makeTable0EntryIndirect: dBase %d is too large", dBase)
60 uint64(dBase)<<shiftDataBase |
/dports/misc/lf/lf-r26/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go45 func makeTable0EntryIndirect(rOffset, rLength, dBase, t1Offset int) uint64 { argument
52 if dBase >= 1<<bitsDataBase {
53 log.Fatalf("makeTable0EntryIndirect: dBase %d is too large", dBase)
60 uint64(dBase)<<shiftDataBase |

12345678910>>...16