Home
last modified time | relevance | path

Searched refs:dbPath (Results 176 – 200 of 1193) sorted by relevance

12345678910>>...48

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/java/src/main/java/org/rocksdb/
H A DDbPath.java32 final DbPath dbPath = (DbPath) o; in equals() local
34 if (targetSize != dbPath.targetSize) { in equals()
38 return path != null ? path.equals(dbPath.path) : dbPath.path == null; in equals()
/dports/sysutils/kf5-baloo/baloo-5.89.0/src/file/
H A Dmigrator.cpp15 Migrator::Migrator(const QString& dbPath, FileIndexerConfig* config) in Migrator() argument
16 : m_dbPath(dbPath) in Migrator()
19 Q_ASSERT(!dbPath.isEmpty()); in Migrator()
20 Q_ASSERT(!dbPath.endsWith(QLatin1Char('/'))); in Migrator()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/java/src/main/java/org/rocksdb/
H A DDbPath.java32 final DbPath dbPath = (DbPath) o; in equals() local
34 if (targetSize != dbPath.targetSize) { in equals()
38 return path != null ? path.equals(dbPath.path) : dbPath.path == null; in equals()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/java/src/main/java/org/rocksdb/
H A DDbPath.java32 final DbPath dbPath = (DbPath) o; in equals() local
34 if (targetSize != dbPath.targetSize) { in equals()
38 return path != null ? path.equals(dbPath.path) : dbPath.path == null; in equals()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/java/src/main/java/org/rocksdb/
H A DDbPath.java32 final DbPath dbPath = (DbPath) o; in equals() local
34 if (targetSize != dbPath.targetSize) { in equals()
38 return path != null ? path.equals(dbPath.path) : dbPath.path == null; in equals()
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/zenhack/go.notmuch/
H A Dthread_test.go16 db, err := Open(dbPath, DBReadOnly)
33 db, err := Open(dbPath, DBReadOnly)
53 db, err := Open(dbPath, DBReadOnly)
73 db, err := Open(dbPath, DBReadOnly)
103 db, err := Open(dbPath, DBReadOnly)
160 db, err := Open(dbPath, DBReadOnly)
190 db, err := Open(dbPath, DBReadOnly)
207 db, err := Open(dbPath, DBReadOnly)
224 db, err := Open(dbPath, DBReadOnly)
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/firestore/
H A Dcollref.go55 func newTopLevelCollRef(c *Client, dbPath, id string) *CollectionRef { argument
59 parentPath: dbPath + "/documents",
61 Path: dbPath + "/documents/" + id,
65 path: dbPath + "/documents/" + id,
66 parentPath: dbPath + "/documents",
/dports/www/gitea/gitea-1.16.5/vendor/go.etcd.io/etcd/client/v3/snapshot/
H A Dv3_snapshot.go46 func Save(ctx context.Context, lg *zap.Logger, cfg clientv3.Config, dbPath string) error {
59 partpath := dbPath + ".part"
96 if err = os.Rename(partpath, dbPath); err != nil {
97 return fmt.Errorf("could not rename %s to %s (%v)", partpath, dbPath, err)
99 lg.Info("saved", zap.String("path", dbPath))
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/cloud.google.com/go/firestore/
H A Dcollref.go55 func newTopLevelCollRef(c *Client, dbPath, id string) *CollectionRef { argument
59 parentPath: dbPath + "/documents",
61 Path: dbPath + "/documents/" + id,
65 path: dbPath + "/documents/" + id,
66 parentPath: dbPath + "/documents",
/dports/misc/concourse/concourse-6.7.2/vendor/cloud.google.com/go/firestore/
H A Dcollref.go55 func newTopLevelCollRef(c *Client, dbPath, id string) *CollectionRef { argument
59 parentPath: dbPath + "/documents",
61 Path: dbPath + "/documents/" + id,
65 path: dbPath + "/documents/" + id,
66 parentPath: dbPath + "/documents",
/dports/graphics/digikam/digikam-7.4.0/core/tests/database/
H A Ddatabasetags_utest.cpp77 dbPath = QDir::temp().absolutePath() + QLatin1Char('/') + tempSuffix; in initTestCase()
81 QString msg = QLatin1String("Error creating temp path") + dbPath; in initTestCase()
87 qCDebug(DIGIKAM_TESTS_LOG) << "Using database path for test: " << dbPath; in initTestCase()
96 params.setInternalServerPath(dbPath); in initTestCase()
133 QDir dir(dbPath); in cleanupTestCase()
136 qCDebug(DIGIKAM_TESTS_LOG) << "deleted test folder " << dbPath; in cleanupTestCase()
/dports/databases/sqlitemanager/SQLiteManager-1.2.4/include/
H A Dsqlite.class.php5 var $dbPath; variable in sqlite
19 function __construct($dbPath) { argument
20 $this->dbPath = $dbPath;
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/firestore/
H A Dcollref.go54 func newTopLevelCollRef(c *Client, dbPath, id string) *CollectionRef { argument
58 parentPath: dbPath + "/documents",
60 Path: dbPath + "/documents/" + id,
64 path: dbPath + "/documents/" + id,
65 parentPath: dbPath + "/documents",
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/cloud.google.com/go/firestore/
H A Dcollref.go54 func newTopLevelCollRef(c *Client, dbPath, id string) *CollectionRef { argument
58 parentPath: dbPath + "/documents",
60 Path: dbPath + "/documents/" + id,
64 path: dbPath + "/documents/" + id,
65 parentPath: dbPath + "/documents",
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/firestore/
H A Dcollref.go54 func newTopLevelCollRef(c *Client, dbPath, id string) *CollectionRef { argument
58 parentPath: dbPath + "/documents",
60 Path: dbPath + "/documents/" + id,
64 path: dbPath + "/documents/" + id,
65 parentPath: dbPath + "/documents",
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/firestore/
H A Dcollref.go54 func newTopLevelCollRef(c *Client, dbPath, id string) *CollectionRef { argument
58 parentPath: dbPath + "/documents",
60 Path: dbPath + "/documents/" + id,
64 path: dbPath + "/documents/" + id,
65 parentPath: dbPath + "/documents",
/dports/sysutils/helm/helm-3.5.2/vendor/cloud.google.com/go/firestore/
H A Dcollref.go54 func newTopLevelCollRef(c *Client, dbPath, id string) *CollectionRef { argument
58 parentPath: dbPath + "/documents",
60 Path: dbPath + "/documents/" + id,
64 path: dbPath + "/documents/" + id,
65 parentPath: dbPath + "/documents",
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/cloud.google.com/go/firestore/
H A Dcollref.go54 func newTopLevelCollRef(c *Client, dbPath, id string) *CollectionRef { argument
58 parentPath: dbPath + "/documents",
60 Path: dbPath + "/documents/" + id,
64 path: dbPath + "/documents/" + id,
65 parentPath: dbPath + "/documents",
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/firestore/
H A Dcollref.go54 func newTopLevelCollRef(c *Client, dbPath, id string) *CollectionRef { argument
58 parentPath: dbPath + "/documents",
60 Path: dbPath + "/documents/" + id,
64 path: dbPath + "/documents/" + id,
65 parentPath: dbPath + "/documents",
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/cloud.google.com/go/firestore/
H A Dcollref.go54 func newTopLevelCollRef(c *Client, dbPath, id string) *CollectionRef { argument
58 parentPath: dbPath + "/documents",
60 Path: dbPath + "/documents/" + id,
64 path: dbPath + "/documents/" + id,
65 parentPath: dbPath + "/documents",
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/firestore/
H A Dcollref.go54 func newTopLevelCollRef(c *Client, dbPath, id string) *CollectionRef { argument
58 parentPath: dbPath + "/documents",
60 Path: dbPath + "/documents/" + id,
64 path: dbPath + "/documents/" + id,
65 parentPath: dbPath + "/documents",
/dports/security/lego/lego-4.5.3/vendor/cloud.google.com/go/firestore/
H A Dcollref.go54 func newTopLevelCollRef(c *Client, dbPath, id string) *CollectionRef { argument
58 parentPath: dbPath + "/documents",
60 Path: dbPath + "/documents/" + id,
64 path: dbPath + "/documents/" + id,
65 parentPath: dbPath + "/documents",
/dports/security/vault/google-cloud-go-spanner-v1.5.1/firestore/
H A Dcollref.go54 func newTopLevelCollRef(c *Client, dbPath, id string) *CollectionRef { argument
58 parentPath: dbPath + "/documents",
60 Path: dbPath + "/documents/" + id,
64 path: dbPath + "/documents/" + id,
65 parentPath: dbPath + "/documents",
/dports/security/vault/vault-1.8.2/vendor/cloud.google.com/go/firestore/
H A Dcollref.go54 func newTopLevelCollRef(c *Client, dbPath, id string) *CollectionRef { argument
58 parentPath: dbPath + "/documents",
60 Path: dbPath + "/documents/" + id,
64 path: dbPath + "/documents/" + id,
65 parentPath: dbPath + "/documents",
/dports/security/vault/google-cloud-go-storage-v1.6.0/firestore/
H A Dcollref.go54 func newTopLevelCollRef(c *Client, dbPath, id string) *CollectionRef { argument
58 parentPath: dbPath + "/documents",
60 Path: dbPath + "/documents/" + id,
64 path: dbPath + "/documents/" + id,
65 parentPath: dbPath + "/documents",

12345678910>>...48