Home
last modified time | relevance | path

Searched refs:update_after (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/R-cran-pkgcache/pkgcache/R/
H A Darchive.R105 update_after),
107 list = function(packages = NULL, update_after = NULL) argument
108 synchronise(self$async_list(packages, update_after)),
109 async_list = function(packages = NULL, update_after = NULL) argument
111 update_after %||% private$update_after),
137 async_ensure_cache = function(max_age = private$update_after)
169 update_after = NULL, field in cran_archive_cache
175 cran_mirror, update_after) { argument
179 private$update_after <- update_after
186 private$async_ensure_cache(update_after)$
[all …]
H A Dmetadata-cache.R179 update_after = as.difftime(7, units = "days")) argument
181 r_version, bioc, cran_mirror, repos, update_after),
219 async_ensure_cache = function(max_age = private$update_after)
263 update_after = NULL, field in cranlike_metadata_cache
272 r_version, bioc, cran_mirror, repos, update_after) { argument
282 private$update_after <- update_after
/dports/devel/R-cran-pkgcache/pkgcache/man/
H A Dcran_archive_cache.Rd28 update_after = as.difftime(7, units = "days"),
31 cac$list(packages = NULL, update_after = NULL)
32 cac$async_list(packages = NULL, update_after = NULL)
54 \item \code{update_after}: \code{difftime} object. Automatically update the cache if
H A Dcran_archive_list.Rd12 update_after = as.difftime(7, units = "days"),
25 \item{update_after}{\code{difftime} object. Automatically update the cache if
H A Dcranlike_metadata_cache.Rd32 update_after = as.difftime(7, units = "days"))
66 \item \code{update_after}: \code{difftime} object. Automatically update the cache if
/dports/www/py-scrapy/Scrapy-2.5.1/tests/
H A Dtest_utils_project.py53 update_after = {k: os.environ[k] for k in modified}
59 os.environ.update(update_after)
/dports/devel/tass64/64tass-1.56.2625-src/
H A Dlabelobj.h37 bool update_after; member
/dports/databases/erlang-couchbeam/couchbeam-1.4.2/include/
H A Dcouchbeam.hrl82 -type stale() :: ok | update_after.
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ospfv3/tests/cli/
H A Dmerged.yaml108 that: "{{ merged['update_after'] == result['after'] }}"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ospfv2/tests/cli/
H A Dmerged.yaml120 that: "{{ merged['update_after'] == result['after'] }}"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ospf_interfaces/tests/cli/
H A Dmerged.yaml108 - "{{ merged['update_after'] | symmetric_difference(result['after']) | length\
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/dreyfus/src/
H A Ddreyfus_rpc.erl117 Stale == ok orelse Stale == update_after ->
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ospf_interfaces/vars/
H A Dmain.yaml35 update_after:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_acl_interfaces/tests/cli/
H A Dmerged.yaml118 - "{{ merged['update_after'] | symmetric_difference(result['after']) |length\
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_static_routes/tests/cli/
H A Dmerged.yaml141 "{{ merged['update_after'] | symmetric_difference(result['after'])\
/dports/sysutils/lava/lava-1.0.1/
H A DREADME.md11 `stale=update_after` view parameter.
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_acl_interfaces/vars/
H A Dmain.yaml63 update_after:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ospfv3/vars/
H A Dmain.yaml65 update_after:
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/petka/
H A Dtkguibrowser.py217 def update_after(self): member in TkBrowser
324 self.update_after()
327 self.update_after()
/dports/databases/couchdb3/apache-couchdb-3.2.1/test/elixir/test/
H A Dview_update_seq_test.exs107 :stale => "update_after",
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_static_routes/vars/
H A Dmain.yaml70 update_after:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ospfv2/vars/
H A Dmain.yaml80 update_after:
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/docs/src/whatsnew/
H A D1.1.rst165 * Added `stale=update_after` query option that triggers a view update after
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/docs/src/api/ddoc/
H A Dviews.rst74 Supported values: ``ok`` and ``update_after``.
76 ``update_after`` is equivalent to ``stable=true&update=lazy``.
306 As an alternative, you use the ``update_after`` value to the ``stale``
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/fabric/src/
H A Dfabric_util.erl342 update_after -> {true, lazy};

12