Home
last modified time | relevance | path

Searched refs:databaseType (Results 1 – 25 of 1338) sorted by relevance

12345678910>>...54

/dports/databases/adodb/adodb/tests/
H A Dtestdatabases.inc.php72 print "<h1>Connecting $db->databaseType...</h1>";
83 print "<h1>Connecting $db->databaseType...</h1>";
95 print "<h1>Connecting $db->databaseType...</h1>";
124 print "<h1>Connecting $db->databaseType...</h1>";
134 print "<h1>Connecting $db->databaseType...</h1>";
145 print "<h1>Connecting $db->databaseType...</h1>";
157 print "<h1>Connecting $db->databaseType...</h1>";
168 print "<h1>Connecting $db->databaseType...</h1>";
179 print "<h1>Connecting $db->databaseType...</h1>";
188 print "<h1>Connecting $db->databaseType...</h1>";
[all …]
H A Dtest5.php24 print $conn->databaseType.':'.$conn->GenID().'<br>';
31 print $conn->databaseType.':'.$conn->GenID();
38 print $conn->databaseType.':'.$conn->GenID().'<br>';
45 print $conn->databaseType.':'.$conn->GenID().'<br>';
/dports/www/phprecipebook/phprecipebook/libs/adodb4/tests/
H A Dtestdatabases.inc.php72 print "<h1>Connecting $db->databaseType...</h1>";
83 print "<h1>Connecting $db->databaseType...</h1>";
95 print "<h1>Connecting $db->databaseType...</h1>";
124 print "<h1>Connecting $db->databaseType...</h1>";
134 print "<h1>Connecting $db->databaseType...</h1>";
145 print "<h1>Connecting $db->databaseType...</h1>";
157 print "<h1>Connecting $db->databaseType...</h1>";
168 print "<h1>Connecting $db->databaseType...</h1>";
179 print "<h1>Connecting $db->databaseType...</h1>";
188 print "<h1>Connecting $db->databaseType...</h1>";
[all …]
/dports/www/phprecipebook/phprecipebook/libs/adodb5/tests/
H A Dtestdatabases.inc.php84 print "<h1>Connecting $db->databaseType...</h1>";
95 print "<h1>Connecting $db->databaseType...</h1>";
107 print "<h1>Connecting $db->databaseType...</h1>";
136 print "<h1>Connecting $db->databaseType...</h1>";
146 print "<h1>Connecting $db->databaseType...</h1>";
157 print "<h1>Connecting $db->databaseType...</h1>";
169 print "<h1>Connecting $db->databaseType...</h1>";
180 print "<h1>Connecting $db->databaseType...</h1>";
191 print "<h1>Connecting $db->databaseType...</h1>";
200 print "<h1>Connecting $db->databaseType...</h1>";
[all …]
/dports/devel/rth/rth/adodb-4.65/tests/
H A Dtestdatabases.inc.php71 print "<h1>Connecting $db->databaseType...</h1>";
82 print "<h1>Connecting $db->databaseType...</h1>";
94 print "<h1>Connecting $db->databaseType...</h1>";
109 print "<h1>Connecting $db->databaseType...</h1>";
122 print "<h1>Connecting $db->databaseType...</h1>";
132 print "<h1>Connecting $db->databaseType...</h1>";
144 print "<h1>Connecting $db->databaseType...</h1>";
155 print "<h1>Connecting $db->databaseType...</h1>";
166 print "<h1>Connecting $db->databaseType...</h1>";
175 print "<h1>Connecting $db->databaseType...</h1>";
[all …]
H A Dtest5.php24 print $conn->databaseType.':'.$conn->GenID().'<br>';
31 print $conn->databaseType.':'.$conn->GenID();
38 print $conn->databaseType.':'.$conn->GenID().'<br>';
45 print $conn->databaseType.':'.$conn->GenID().'<br>';
/dports/devel/truc/truc_0.12.0/adodb-4.65/tests/
H A Dtestdatabases.inc.php71 print "<h1>Connecting $db->databaseType...</h1>";
82 print "<h1>Connecting $db->databaseType...</h1>";
94 print "<h1>Connecting $db->databaseType...</h1>";
109 print "<h1>Connecting $db->databaseType...</h1>";
122 print "<h1>Connecting $db->databaseType...</h1>";
132 print "<h1>Connecting $db->databaseType...</h1>";
144 print "<h1>Connecting $db->databaseType...</h1>";
155 print "<h1>Connecting $db->databaseType...</h1>";
166 print "<h1>Connecting $db->databaseType...</h1>";
175 print "<h1>Connecting $db->databaseType...</h1>";
[all …]
H A Dtest5.php24 print $conn->databaseType.':'.$conn->GenID().'<br>';
31 print $conn->databaseType.':'.$conn->GenID();
38 print $conn->databaseType.':'.$conn->GenID().'<br>';
45 print $conn->databaseType.':'.$conn->GenID().'<br>';
/dports/lang/seed7/seed7/src/
H A Dsql_drv.h33 void (*freeDatabase) (databaseType database);
55 void (*sqlClose) (databaseType database);
71 void (*sqlCommit) (databaseType database);
74 boolType (*sqlGetAutoCommit) (databaseType database);
76 sqlStmtType (*sqlPrepare) (databaseType database,
78 void (*sqlRollback) (databaseType database);
95 databaseType sqlOpenDb2 (const const_striType host, intType port,
104 databaseType sqlOpenMy (const const_striType host, intType port,
107 databaseType sqlOpenOci (const const_striType host, intType port,
110 databaseType sqlOpenOdbc (const const_striType driver,
[all …]
H A Dsql_rtl.h52 void sqlClose (databaseType database);
68 void sqlCommit (databaseType database);
69 void sqlCpyDb (databaseType *const db_to, const databaseType db_from);
71 databaseType sqlCreateDb (const databaseType db_from);
73 void sqlDestrDb (const databaseType old_db);
75 intType sqlDriver (databaseType database);
82 boolType sqlGetAutoCommit (databaseType database);
84 sqlStmtType sqlPrepare (databaseType database,
86 void sqlRollback (databaseType database);
87 void sqlSetAutoCommit (databaseType database, boolType autoCommit);
/dports/net/pear-Net_GeoIP/Net_GeoIP-1.0.0RC1/
H A DGeoIP.php275 private $databaseType; variable in Net_GeoIP
436 $this->databaseType = self::COUNTRY_EDITION;
469 if ($this->databaseType == self::COUNTRY_EDITION) {
502 if ($this->databaseType === self::COUNTRY_EDITION){
542 if ($this->databaseType !== self::COUNTRY_EDITION) {
629 if ($this->databaseType !== self::ORG_EDITION) {
648 …if ($this->databaseType !== self::REGION_EDITION_REV0 && $this->databaseType !== self::REGION_EDIT…
668 …if ($this->databaseType !== self::CITY_EDITION_REV0 && $this->databaseType !== self::CITY_EDITION_…
703 if ($this->databaseType == self::REGION_EDITION_REV0) {
713 } elseif ($this->databaseType == self::REGION_EDITION_REV1) {
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/thirtybees/geoip/src/
H A Dgeoip.inc174 public $databaseType;
1497 $gi->databaseType = GEOIP_COUNTRY_EDITION;
1506 if ($gi->databaseType >= 106) {
1507 $gi->databaseType -= 105;
1556 ($gi->databaseType == GEOIP_PROXY_EDITION) ||
1557 ($gi->databaseType == GEOIP_NETSPEED_EDITION)
1568 if ($gi->databaseType >= 106) {
1569 $gi->databaseType -= 105;
1619 ($gi->databaseType == GEOIP_PROXY_EDITION) ||
1783 if ($gi->databaseType == GEOIP_CITY_EDITION_REV1) {
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/
H A DDatabaseDump.php20 public $databaseType; variable in Google_Service_DataprocMetastore_DatabaseDump
25 public function setDatabaseType($databaseType) argument
27 $this->databaseType = $databaseType;
31 return $this->databaseType;
/dports/databases/adodb5/ADOdb-5.21.3/drivers/
H A Dadodb-mssql_n.inc.php35 var $databaseType = "mssql_n"; variable in ADODB_mssql_n
85 … ADOConnection::outp("{$this->databaseType} index $inboundKey value is resource, continue");
96 …ADOConnection::outp("{$this->databaseType} index $inboundKey value $inboundValue has no single quo…
107 …ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Wrong number of…
120 …ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Found bad use o…
200 …ADOConnection::outp("{$this->databaseType} internal transformation: {$inboundArray[$inboundKey]} t…
225 var $databaseType = "mssql_n"; variable in ADORecordset_mssql_n
/dports/deskutils/egroupware/egroupware/vendor/egroupware/adodb-php/drivers/
H A Dadodb-mssql_n.inc.php54 var $databaseType = "mssql_n"; variable in ADODB_mssql_n
104 … ADOConnection::outp("{$this->databaseType} index $inboundKey value is resource, continue");
115 …ADOConnection::outp("{$this->databaseType} index $inboundKey value $inboundValue has no single quo…
126 …ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Wrong number of…
139 …ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Found bad use o…
219 …ADOConnection::outp("{$this->databaseType} internal transformation: {$inboundArray[$inboundKey]} t…
244 var $databaseType = "mssql_n"; variable in ADORecordset_mssql_n
/dports/www/moodle311/moodle/lib/adodb/drivers/
H A Dadodb-mssql_n.inc.php55 var $databaseType = "mssql_n"; variable in ADODB_mssql_n
105 … ADOConnection::outp("{$this->databaseType} index $inboundKey value is resource, continue");
116 …ADOConnection::outp("{$this->databaseType} index $inboundKey value $inboundValue has no single quo…
127 …ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Wrong number of…
140 …ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Found bad use o…
220 …ADOConnection::outp("{$this->databaseType} internal transformation: {$inboundArray[$inboundKey]} t…
245 var $databaseType = "mssql_n"; variable in ADORecordset_mssql_n
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/adodb/adodb-php/drivers/
H A Dadodb-mssql_n.inc.php55 var $databaseType = "mssql_n"; variable in ADODB_mssql_n
105 … ADOConnection::outp("{$this->databaseType} index $inboundKey value is resource, continue");
116 …ADOConnection::outp("{$this->databaseType} index $inboundKey value $inboundValue has no single quo…
127 …ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Wrong number of…
140 …ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Found bad use o…
220 …ADOConnection::outp("{$this->databaseType} internal transformation: {$inboundArray[$inboundKey]} t…
245 var $databaseType = "mssql_n"; variable in ADORecordset_mssql_n
/dports/databases/mantis/mantisbt-2.25.2/vendor/adodb/adodb-php/drivers/
H A Dadodb-mssql_n.inc.php55 var $databaseType = "mssql_n"; variable in ADODB_mssql_n
105 … ADOConnection::outp("{$this->databaseType} index $inboundKey value is resource, continue");
116 …ADOConnection::outp("{$this->databaseType} index $inboundKey value $inboundValue has no single quo…
127 …ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Wrong number of…
140 …ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Found bad use o…
220 …ADOConnection::outp("{$this->databaseType} internal transformation: {$inboundArray[$inboundKey]} t…
245 var $databaseType = "mssql_n"; variable in ADORecordset_mssql_n
/dports/www/moodle310/moodle/lib/adodb/drivers/
H A Dadodb-mssql_n.inc.php55 var $databaseType = "mssql_n"; variable in ADODB_mssql_n
105 … ADOConnection::outp("{$this->databaseType} index $inboundKey value is resource, continue");
116 …ADOConnection::outp("{$this->databaseType} index $inboundKey value $inboundValue has no single quo…
127 …ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Wrong number of…
140 …ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Found bad use o…
220 …ADOConnection::outp("{$this->databaseType} internal transformation: {$inboundArray[$inboundKey]} t…
245 var $databaseType = "mssql_n"; variable in ADORecordset_mssql_n
/dports/www/moodle39/moodle/lib/adodb/drivers/
H A Dadodb-mssql_n.inc.php55 var $databaseType = "mssql_n"; variable in ADODB_mssql_n
105 … ADOConnection::outp("{$this->databaseType} index $inboundKey value is resource, continue");
116 …ADOConnection::outp("{$this->databaseType} index $inboundKey value $inboundValue has no single quo…
127 …ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Wrong number of…
140 …ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Found bad use o…
220 …ADOConnection::outp("{$this->databaseType} internal transformation: {$inboundArray[$inboundKey]} t…
245 var $databaseType = "mssql_n"; variable in ADORecordset_mssql_n
/dports/graphics/digikam/digikam-7.4.0/core/libs/database/engine/
H A Ddbengineparameters.cpp109 : databaseType (_type), in DbEngineParameters()
184 q.addQueryItem(QLatin1String("databaseType"), databaseType); in insertInUrl()
253 (databaseType == other.databaseType) && in operator ==()
288 return (databaseType == QLatin1String("QSQLITE")); in isSQLite()
293 return (databaseType == QLatin1String("QMYSQL")); in isMySQL()
320 md5.addData(databaseType.toUtf8()); in hash()
358 databaseType = group.readEntry(configDatabaseType, QString()); in readFromConfig()
535 if ((databaseType == QLatin1String("QMYSQL")) && internalServer) in legacyAndDefaultChecks()
562 if (databaseType.isEmpty()) in legacyAndDefaultChecks()
631 group.writeEntry(configDatabaseType, databaseType); in writeToConfig()
[all …]
/dports/net/clash/clash-1.6.0/vendor/github.com/oschwald/geoip2-golang/
H A Dreader.go204 type databaseType int type
221 databaseType databaseType member
273 func getDBType(reader *maxminddb.Reader) (databaseType, error) {
316 if isEnterprise&r.databaseType == 0 {
328 if isCity&r.databaseType == 0 {
341 if isCountry&r.databaseType == 0 {
352 if isAnonymousIP&r.databaseType == 0 {
363 if isASN&r.databaseType == 0 {
374 if isConnectionType&r.databaseType == 0 {
385 if isDomain&r.databaseType == 0 {
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/oschwald/geoip2-golang/
H A Dreader.go204 type databaseType int type
221 databaseType databaseType member
273 func getDBType(reader *maxminddb.Reader) (databaseType, error) {
316 if isEnterprise&r.databaseType == 0 {
328 if isCity&r.databaseType == 0 {
341 if isCountry&r.databaseType == 0 {
352 if isAnonymousIP&r.databaseType == 0 {
363 if isASN&r.databaseType == 0 {
374 if isConnectionType&r.databaseType == 0 {
385 if isDomain&r.databaseType == 0 {
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/oschwald/geoip2-golang/
H A Dreader.go202 type databaseType int type
219 databaseType databaseType member
271 func getDBType(reader *maxminddb.Reader) (databaseType, error) {
312 if isEnterprise&r.databaseType == 0 {
324 if isCity&r.databaseType == 0 {
337 if isCountry&r.databaseType == 0 {
348 if isAnonymousIP&r.databaseType == 0 {
359 if isASN&r.databaseType == 0 {
370 if isConnectionType&r.databaseType == 0 {
381 if isDomain&r.databaseType == 0 {
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/oschwald/geoip2-golang/
H A Dreader.go204 type databaseType int type
221 databaseType databaseType member
273 func getDBType(reader *maxminddb.Reader) (databaseType, error) {
316 if isEnterprise&r.databaseType == 0 {
328 if isCity&r.databaseType == 0 {
341 if isCountry&r.databaseType == 0 {
352 if isAnonymousIP&r.databaseType == 0 {
363 if isASN&r.databaseType == 0 {
374 if isConnectionType&r.databaseType == 0 {
385 if isDomain&r.databaseType == 0 {
[all …]

12345678910>>...54