Home
last modified time | relevance | path

Searched refs:replica_path (Results 1 – 15 of 15) sorted by relevance

/dports/databases/xapian-core/xapian-core-1.4.18/api/
H A Dreplication.cc455 string replica_path(get_replica_path(live_id ^ 1)); in possibly_make_offline_live() local
458 replicator.reset(DatabaseReplicator::open(replica_path)); in possibly_make_offline_live()
482 live_db = WritableDatabase(replica_path, Xapian::DB_OPEN); in possibly_make_offline_live()
547 string replica_path(get_replica_path(live_id)); in apply_next_changeset() local
563 DatabaseReplicator::open(replica_path)); in apply_next_changeset()
577 live_db = WritableDatabase(replica_path, Xapian::DB_OPEN); in apply_next_changeset()
/dports/databases/xapian-core12/xapian-core-1.2.25/api/
H A Dreplication.cc475 string replica_path(get_replica_path(live_id ^ 1)); in possibly_make_offline_live() local
478 replicator.reset(DatabaseReplicator::open(replica_path)); in possibly_make_offline_live()
502 live_db = WritableDatabase(replica_path, Xapian::DB_OPEN); in possibly_make_offline_live()
572 string replica_path(get_replica_path(live_id)); in apply_next_changeset() local
588 DatabaseReplicator::open(replica_path)); in apply_next_changeset()
602 live_db = WritableDatabase(replica_path, Xapian::DB_OPEN); in apply_next_changeset()
/dports/devel/R-cran-pkgcache/pkgcache/R/
H A Darchive.R101 replica_path = tempfile(), argument
104 cac_init(self, private, primary_path, replica_path, cran_mirror,
167 replica_path = NULL, field in cran_archive_cache
174 cac_init <- function(self, private, primary_path, replica_path, argument
177 private$replica_path <- replica_path
H A Dmetadata-cache.R174 replica_path = tempfile(), argument
180 cmc_init(self, private, primary_path, replica_path, platforms,
258 replica_path = NULL, field in cranlike_metadata_cache
271 cmc_init <- function(self, private, primary_path, replica_path, platforms, argument
277 private$replica_path <- replica_path
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/
H A Dstorage_cleanup.go153 `SELECT $1 AS virtual_storage, $2 AS storage, UNNEST($3::TEXT[]) AS replica_path
155 SELECT virtual_storage, storage, replica_path
158 WHERE virtual_storage = $1 AND storage = $2 AND replica_path = ANY($3)
H A Drepository_store.go355 replica_path,
468 replica_path = $4
H A Drepository_store_test.go48 SELECT repository_id, virtual_storage, relative_path, replica_path, "primary", assigned_storages
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/
H A Dstorage_cleanup.go153 `SELECT $1 AS virtual_storage, $2 AS storage, UNNEST($3::TEXT[]) AS replica_path
155 SELECT virtual_storage, storage, replica_path
158 WHERE virtual_storage = $1 AND storage = $2 AND replica_path = ANY($3)
H A Drepository_store.go355 replica_path,
468 replica_path = $4
H A Drepository_store_test.go48 SELECT repository_id, virtual_storage, relative_path, replica_path, "primary", assigned_storages
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/migrations/
H A D20210927083631_repository_path_index.go10 ON repositories (replica_path, virtual_storage)`,
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/migrations/
H A D20210927083631_repository_path_index.go10 ON repositories (replica_path, virtual_storage)`,
/dports/devel/R-cran-pkgcache/pkgcache/man/
H A Dcran_archive_cache.Rd26 replica_path = tempfile(),
51 \item \code{replica_path}: Path of the replica. Defaults to a temporary directory
H A Dcranlike_metadata_cache.Rd28 primary_path = NULL, replica_path = tempfile(),
59 \item \code{replica_path}: Path of the replica. Defaults to a temporary directory
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/
H A DCHANGELOG.md70 - [Backfill replica_path in 'repositories' records](gitlab-org/gitaly@99199b0887c09d93166d77cf01cae…