Home
last modified time | relevance | path

Searched refs:cacheonly (Results 1 – 25 of 82) sorted by relevance

1234

/dports/sysutils/dnf/dnf-4.9.0/tests/
H A Dtest_cli.py138 opts.cacheonly = True
157 opts.cacheonly = True
167 self.cli.demands.cacheonly = True
/dports/sysutils/dnf/dnf-4.9.0/dnf/cli/
H A Ddemand.py55 cacheonly = _BoolDefault(False) variable in DemandSheet
H A Dcli.py726 if demands.cacheonly or self.base.conf.cacheonly:
727 self.base.conf.cacheonly = True
794 if opts.cacheonly:
797 self.demands.cacheonly = True
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/
H A Dparserutils.php167 * @param bool $cacheonly
171 function p_cached_instructions($file,$cacheonly=false,$id='') { argument
177 if ($cacheonly || $cache->useCache() || (isset($run[$file]) && !defined('DOKU_UNITTEST'))) {
/dports/devel/flyspray/flyspray-0.9.9.7_4/plugins/dokuwiki/inc/
H A Dparserutils.php174 function p_cached_instructions($file,$cacheonly=false,$id='') { argument
179 if ($cacheonly || $cache->useCache()) {
/dports/sysutils/dnf/dnf-4.9.0/tests/api/
H A Dtest_dnf_cli_demand.py63 self.assertHasType(self.demand_sheet.cacheonly, bool)
/dports/shells/zsh/zsh-5.8.1/Completion/Redhat/Command/
H A D_dnf55 '(-C --cacheonly)'{-C,--cacheonly}'[run entirely from cache]' \
H A D_yum15 '(-C --cacheonly)'{-C,--cacheonly}'[run entirely from cache]' \
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/conf/
H A DConfigMain.cpp183 OptionBool cacheonly{false}; member in libdnf::ConfigMain::Impl
381 owner.optBinds().add("cacheonly", cacheonly); in Impl()
533 OptionBool & ConfigMain::cacheonly() { return pImpl->cacheonly; } in cacheonly() function in libdnf::ConfigMain
H A DConfigMain.hpp63 OptionBool & cacheonly();
/dports/net/cloud-init/cloud-init-21.4/tools/
H A Dread-dependencies59 error ":: running yum install --cacheonly --assumeyes $*"
H A Drun-container232 yum install --cacheonly --assumeyes "$@"
/dports/shells/fish/fish-3.3.1/share/completions/
H A Ddnf.fish6 dnf repoquery --cacheonly "$cur*" --qf "%{NAME}" --installed
18 # dnf --cacheonly list --available gives a list of non-installed packages dnf is aware of,
27 set results (dnf repoquery --cacheonly "$tok*" --qf "%{NAME}" --available 2>/dev/null)
313 complete -c dnf -n __fish_no_arguments -s C -l cacheonly -d "Run entirely from system cache"
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dyumpkg.py906 cacheonly = kwargs.pop("cacheonly", False)
976 if cacheonly:
988 if cacheonly:
999 if cacheonly:
/dports/shells/yash/yash-2.51/share/completion/
H A Ddnf15 "C --cacheonly; use local system cache only"
/dports/sysutils/dnf/dnf-4.9.0/etc/bash_completion.d/
H A Ddnf30 --cacheonly --config
/dports/sysutils/dnf/dnf-4.9.0/doc/
H A Dapi_cli.rst64 .. attribute:: cacheonly
H A Dsummaries_cache396 "dnf --cacheonly list installed tries to download repodata"
888 "--cacheonly is not being respected \u2013 will update the cache if expired"
2204 "dnf -C (or dnf --cacheonly) does not work as documented for a regular user"
2276 "dnf --cacheonly downloads packages"
H A Dconf_ref.rst134 ``cacheonly``
/dports/www/moodle310/moodle/cache/tests/
H A Dcache_test.php596 $cacheonly = cache::make('phpunit', 'mappingsonly');
597 $this->assertInstanceOf('cache_application', $cacheonly);
598 $this->assertEquals('cachestore_dummy', $cacheonly->phpunit_get_store_class());
/dports/www/moodle311/moodle/cache/tests/
H A Dcache_test.php596 $cacheonly = cache::make('phpunit', 'mappingsonly');
597 $this->assertInstanceOf('cache_application', $cacheonly);
598 $this->assertEquals('cachestore_dummy', $cacheonly->phpunit_get_store_class());
/dports/www/moodle39/moodle/cache/tests/
H A Dcache_test.php596 $cacheonly = cache::make('phpunit', 'mappingsonly');
597 $this->assertInstanceOf('cache_application', $cacheonly);
598 $this->assertEquals('cachestore_dummy', $cacheonly->phpunit_get_store_class());
/dports/security/lynis/lynis/include/
H A Dfunctions2064 …output=$(${DNFBINARY} --quiet --cacheonly --noplugins --assumeno info --installed ${package} > /de…
/dports/sysutils/dnf/dnf-4.9.0/dnf/
H A Dbase.py236 if self._repo_persistor and not self.conf.cacheonly:
2615 if self.conf.cacheonly:
/dports/sysutils/libdnf/libdnf-0.64.0/po/
H A Dru.po1056 msgstr "Использование режима cacheonly включено, но нет кэша для «%s»"

1234