Home
last modified time | relevance | path

Searched refs:update_cache (Results 1 – 25 of 651) sorted by relevance

12345678910>>...27

/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dclass-wp-privacy-policy-content.php171 $update_cache = false;
176 $update_cache = true;
187 $update_cache = true;
193 if ( $update_cache ) {
215 $update_cache = false;
232 $update_cache = true;
239 $update_cache = true;
252 $update_cache = true;
270 $update_cache = true;
286 $update_cache = true;
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dclass-wp-privacy-policy-content.php171 $update_cache = false;
176 $update_cache = true;
187 $update_cache = true;
193 if ( $update_cache ) {
215 $update_cache = false;
232 $update_cache = true;
239 $update_cache = true;
252 $update_cache = true;
270 $update_cache = true;
286 $update_cache = true;
[all …]
/dports/devel/p5-Module-Refresh/Module-Refresh-0.17/lib/Module/
H A DRefresh.pm55 $self->update_cache($_) for keys %INC;
99 $self->update_cache($mod);
123 $self->update_cache($mod);
162 sub update_cache { subroutine
/dports/games/xzip/xzip/
H A Dmemory.c31 static cache_entry_t *update_cache (int);
34 static cache_entry_t *update_cache ();
199 current_code_cachep = update_cache (page_number); in read_code_byte()
267 current_data_cachep = update_cache (page_number);
346 static cache_entry_t *update_cache (int page_number) in update_cache() function
348 static cache_entry_t *update_cache (page_number) in update_cache()
/dports/games/jzip/jzip-2.0.1g/
H A Dmemory.c31 static cache_entry_t *update_cache (int);
34 static cache_entry_t *update_cache ();
194 current_code_cachep = update_cache (page_number); in read_code_byte()
262 current_data_cachep = update_cache (page_number);
341 static cache_entry_t *update_cache (int page_number) in update_cache() function
343 static cache_entry_t *update_cache (page_number) in update_cache()
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/inventory_cache/plugins/inventory/
H A Dcache_host.py40 update_cache = self.get_option('cache') and not cache
48 update_cache = True
55 if update_cache:
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/inventory_cache/plugins/inventory/
H A Dcache_host.py40 update_cache = self.get_option('cache') and not cache
48 update_cache = True
55 if update_cache:
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/inventory_cache/plugins/inventory/
H A Dcache_host.py40 update_cache = self.get_option('cache') and not cache
48 update_cache = True
55 if update_cache:
/dports/devel/py-gitdb/gitdb-4.0.9/gitdb/test/db/
H A Dtest_ref.py43 rdb.update_cache()
52 rdb.update_cache()
57 rdb.update_cache()
/dports/devel/py-gitdb2/gitdb2-2.0.6/gitdb/test/db/
H A Dtest_ref.py43 rdb.update_cache()
52 rdb.update_cache()
57 rdb.update_cache()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/ci/kokoro/install/
H A Dbuild.sh98 update_cache="false"
122 update_cache="true"
125 if "${update_cache}" && [[ "${RUNNING_CI:-}" == "yes" ]] &&
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/ci/kokoro/install/
H A Dbuild.sh98 update_cache="false"
122 update_cache="true"
125 if "${update_cache}" && [[ "${RUNNING_CI:-}" == "yes" ]] &&
/dports/www/fswiki/wiki3_6_2/plugin/category/
H A DCategoryCache.pm32 &update_cache($wiki,$hash,$pagename);
47 &update_cache($wiki,$hash,$page);
55 sub update_cache { subroutine
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/apt_repository/tasks/
H A Dapt.yml68 # TEST: apt_repository: repo=<name> update_cache=no
76 - name: 'name=<name> update_cache=no (expect: pass)'
77 apt_repository: repo='{{test_ppa_name}}' state=present update_cache=no
99 # TEST: apt_repository: repo=<name> update_cache=yes
107 - name: 'name=<name> update_cache=yes (expect: pass)'
108 apt_repository: repo='{{test_ppa_name}}' state=present update_cache=yes
147 update_cache: true
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/apt_repository/tasks/
H A Dapt.yml68 # TEST: apt_repository: repo=<name> update_cache=no
76 - name: 'name=<name> update_cache=no (expect: pass)'
77 apt_repository: repo='{{test_ppa_name}}' state=present update_cache=no
99 # TEST: apt_repository: repo=<name> update_cache=yes
107 - name: 'name=<name> update_cache=yes (expect: pass)'
108 apt_repository: repo='{{test_ppa_name}}' state=present update_cache=yes
147 update_cache: true
/dports/databases/p5-RRD-Simple/RRD-Simple-1.44/examples/rrd-server/bin/
H A Drrd-client.pl151 my %update_cache;
926 if (exists $update_cache{vmstat}) {
927 %update = %{$update_cache{vmstat}};
937 $update_cache{vmstat} = \%update;
950 if (exists $update_cache{ipmitool_sensor}) {
951 %update = %{$update_cache{ipmitool_sensor}};
961 $update_cache{ipmitool_sensor} = \%update;
1299 if (exists $update_cache{netstat}) {
1300 $update = $update_cache{netstat};
1311 $update_cache{netstat} = $update;
/dports/games/wesnoth/wesnoth-1.14.17/data/ai/lua/
H A Dcache.lua9 function ai.cache.update_cache(item, getter) function
16 local result = ai.cache.update_cache(item, getter)
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/apt_repository/tasks/
H A Dapt.yml68 # TEST: apt_repository: repo=<name> update_cache=no
76 - name: 'name=<name> update_cache=no (expect: pass)'
77 apt_repository: repo='{{test_ppa_name}}' state=present update_cache=no
99 # TEST: apt_repository: repo=<name> update_cache=yes
107 - name: 'name=<name> update_cache=yes (expect: pass)'
108 apt_repository: repo='{{test_ppa_name}}' state=present update_cache=yes
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/past/translation/
H A D__init__.py361 update_cache = True
365 update_cache = cachetime < sourcetime
368 if not update_cache:
375 update_cache = True
376 if update_cache:
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/past/translation/
H A D__init__.py361 update_cache = True
365 update_cache = cachetime < sourcetime
368 if not update_cache:
375 update_cache = True
376 if update_cache:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/past/translation/
H A D__init__.py374 update_cache = True
378 update_cache = cachetime < sourcetime
381 if not update_cache:
388 update_cache = True
389 if update_cache:
/dports/devel/py-future/future-0.18.2/src/past/translation/
H A D__init__.py361 update_cache = True
365 update_cache = cachetime < sourcetime
368 if not update_cache:
375 update_cache = True
376 if update_cache:
/dports/devel/py-xdg/pyxdg-0.27/xdg/
H A DMime.py115 update_cache()
123 update_cache()
573 def update_cache(): function
579 update_cache()
584 update_cache()
590 update_cache()
616 update_cache()
655 update_cache()
734 update_cache()
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/apt/tasks/
H A Dapt.yml50 update_cache: no
86 - name: Test update_cache 1
88 update_cache: true
92 - name: Test update_cache 2
94 update_cache: true
98 - name: verify update_cache
211 update_cache: no
242 update_cache: no
308 update_cache: yes
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/google/cloud/molecule/gcsfuse/
H A Dconverge.yml7 update_cache: yes
11 update_cache: yes

12345678910>>...27