Home
last modified time | relevance | path

Searched refs:_replicate (Results 1 – 23 of 23) sorted by relevance

/dports/sysutils/duplicity/duplicity-0.8.20/docs/
H A Dtesting.functional.test_replicate.rst1 testing.functional.test\_replicate module
/dports/math/py-flax/flax-0.3.3/flax/
H A Djax_utils.py46 def _replicate(x, devices=None): function
75 return jax.tree_map(lambda x: _replicate(x, devices), tree)
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/docs/rfcs/
H A D016-fdb-replicator.md19 by `POST`-ing requests to the HTTP `/_replicate` endpoint. Previously, in
45 `/_replicate` endpoint.
107 are created from the `_replicate` HTTP handler directly. Newly created jobs
207 update, or a POST to the `/_replicate` endpoint. Continuous jobs, will
214 POST /_replicate ---->+pending|
354 `_replicate` POST bodies
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/src/
H A Dcouch.app.src60 {"_replicate", "{couch_replicator_httpd, handle_req}"},
H A Dcouch.app.srce60 {"_replicate", "{couch_replicator_httpd, handle_req}"},
/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/
H A Dbaseframe.py844 def _replicate(self, data, copy=False, **kwargs): member in BaseCoordinateFrame
911 return self._replicate(self.data, copy=copy, **kwargs)
940 return self._replicate(None, copy=copy, **kwargs)
963 return self._replicate(data, **kwargs)
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/docs/src/replication/
H A Dintro.rst48 :ref:`/_replicate <api/server/replicate>` can be used. A replication is triggered
49 by sending a JSON object either to the ``_replicate`` endpoint or storing it as a
H A Dreplicator.rst35 ``POST`` to ``_replicate`` (fields ``source``, ``target``, ``create_target``,
349 ``_replicate`` HTTP endpoint is also supported.
356 stopping and starting some. Jobs posted via the ``_replicate`` endpoint bypass
500 (but not those started from ``_replicate`` HTTP endpoint) will
659 the old way of triggering a replication (POSTing to ``/_replicate/``),
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/flimzy/kivik/doc/
H A DCOMPATIBILITY.md43 | GET /_replicate | Replicate() | | ✅ | ✅<sup>[4](#replicator)</s…
126 database, not the /_replicate endpoint.
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/go-kivik/kivik/doc/
H A DCOMPATIBILITY.md43 | GET /_replicate | Replicate() | | ✅ | ✅<sup>[4](#replicator)</s…
126 database, not the /_replicate endpoint.
/dports/science/v_sim/v_sim-3.8.0/src/
H A Dvisu_data.c155 static void _replicate(VisuData *data, gfloat extension[3]);
740 _replicate(VISU_DATA(user_data), ext); in onBoxExtensChanged()
750 _replicate(VISU_DATA(user_data), ext); in onBoxExtensActive()
925 static void _replicate(VisuData *data, gfloat extension[3]) in _replicate() function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/docs/src/api/server/
H A Dcommon.rst585 ``/_replicate``
588 .. http:post:: /_replicate
677 POST /_replicate HTTP/1.1
773 POST http://couchdb:5984/_replicate HTTP/1.1
798 POST http://couchdb:5984/_replicate HTTP/1.1
822 POST http://couchdb:5984/_replicate HTTP/1.1
873 POST http://couchdb:5984/_replicate HTTP/1.1
904 POST http://couchdb:5984/_replicate HTTP/1.1
919 POST http://couchdb:5984/_replicate HTTP/1.1
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/docs/src/intro/
H A Dapi.rst616 curl -vX POST http://admin:password@127.0.0.1:5984/_replicate \
626 POSTed to the :ref:`_replicate <api/server/replicate>` URL. It implicitly
679 curl -vX POST http://admin:password@127.0.0.1:5984/_replicate \
698 curl -vX POST http://admin:password@127.0.0.1:5984/_replicate \
705 curl -vX POST http://admin:password@127.0.0.1:5984/_replicate \
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/docs/src/whatsnew/
H A D2.1.rst257 ``_replicate`` replications, started form _replicate endpoint not
445 * :ghissue:`677`: Make replication filter fetch error for _replicate return a
H A D2.3.rst134 * :ghissue:`1841`: Fix ``end_time`` field in ``/_replicate`` response.
241 * :ghissue:`1635`: ``/_replicate`` jobs are no longer restarted if parameters haven't
H A D2.0.rst109 * :issue:`2980`: The replicator (whether invoked via ``_replicate`` or a
H A D3.0.rst463 * :ghissue:`1845`: The ``end_time`` field in ``/_replicate`` now correctly converts time
/dports/security/nmap/nmap-7.91/scripts/
H A Dcouchdb-stats.nse196 …-- "_replicate":"{couch_httpd_misc_handlers, handle_replicate_req}","_restart":"{couch_httpd_mis…
/dports/databases/couchdb3/apache-couchdb-3.2.1/test/elixir/test/
H A Dreplication_test.exs27 resp = Couch.post("/_replicate", body: body)
136 result = Couch.post("/_replicate", body: repl_body)
143 result = Couch.post("/_replicate", body: repl_body)
181 resp = Couch.Session.post(sess, "/_replicate", body: repl_body)
187 resp = Couch.post("/_replicate", body: repl_body)
/dports/devel/py-distributed/distributed-2021.11.2/distributed/
H A Dclient.py2089 await self._replicate(list(out.values()), workers=workers, n=n)
3073 await self._replicate(future)
3146 async def _replicate(self, futures, n=None, workers=None, branching_factor=2): member in Client
3191 self._replicate,
/dports/databases/couchdb3/apache-couchdb-3.2.1/test/elixir/lib/couch/
H A Ddb_test.ex318 resp = Couch.post("/_replicate", Enum.to_list(options))
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_replicator/
H A DREADME.md78 `_replicator` db or the result of a POST to `_replicate` endpoint.
/dports/devel/p5-Object-InsideOut/Object-InsideOut-4.05/lib/Object/
H A DInsideOut.pod2666 sub _replicate :Replicate