Home
last modified time | relevance | path

Searched refs:needs_update (Results 1 – 25 of 533) sorted by relevance

12345678910>>...22

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/build_tools/sdk_tools/command/
H A Dlist.py11 needs_update = local_bundle and local_manifest.BundleNeedsUpdate(bundle)
12 if needs_update:
15 _PrintBundle(local_bundle, bundle, needs_update, display_revisions)
29 def _PrintBundle(local_bundle, bundle, needs_update, display_revisions): argument
36 if needs_update:
45 '*' if needs_update else ' ',
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp_eseries/santricity/tests/unit/modules/
H A Dtest_na_santricity_host.py131 self.assertFalse(host.needs_update)
139 self.assertTrue(host.needs_update)
147 self.assertTrue(host.needs_update)
156 self.assertTrue(host.needs_update)
165 self.assertTrue(host.needs_update)
176 host.needs_update
221 self.assertTrue(host.needs_update)
231 self.assertTrue(host.needs_update)
240 self.assertTrue(host.needs_update)
249 self.assertTrue(host.needs_update)
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/storage/netapp/
H A Dtest_netapp_e_host.py135 self.assertFalse(host.needs_update())
143 self.assertTrue(host.needs_update())
151 self.assertTrue(host.needs_update())
160 self.assertTrue(host.needs_update())
169 self.assertTrue(host.needs_update())
180 host.needs_update()
258 self.assertTrue(host.needs_update())
268 self.assertTrue(host.needs_update())
277 self.assertTrue(host.needs_update())
286 self.assertTrue(host.needs_update())
[all …]
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/utils/plasmamule/
H A Dplasma-applet-plasmamule.cpp259 needs_update = TRUE;
264 needs_update = TRUE;
269 needs_update = TRUE;
274 needs_update = TRUE;
279 needs_update = TRUE;
284 needs_update = TRUE;
289 needs_update = TRUE;
294 needs_update = TRUE;
299 needs_update = TRUE;
304 needs_update = TRUE;
[all …]
/dports/net-p2p/amule/aMule-2.3.3/src/utils/plasmamule/
H A Dplasma-applet-plasmamule.cpp259 needs_update = TRUE; in dataUpdated()
264 needs_update = TRUE; in dataUpdated()
269 needs_update = TRUE; in dataUpdated()
274 needs_update = TRUE; in dataUpdated()
279 needs_update = TRUE; in dataUpdated()
284 needs_update = TRUE; in dataUpdated()
289 needs_update = TRUE; in dataUpdated()
294 needs_update = TRUE; in dataUpdated()
299 needs_update = TRUE; in dataUpdated()
304 needs_update = TRUE; in dataUpdated()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/src/Kernel/
H A DViewsConfigUpdaterTest.php66 $needs_update = $this->configUpdater->needsEntityLinkUrlUpdate($test_view);
67 $this->assertTrue($needs_update);
75 $needs_update = $this->configUpdater->needsOperatorDefaultsUpdate($test_view);
76 $this->assertTrue($needs_update);
84 $needs_update = $this->configUpdater->needsMultivalueBaseFieldUpdate($test_view);
85 $this->assertTrue($needs_update);
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/eos/
H A Deos_eapi.py223 def needs_update(x): function
231 if any((needs_update('http'), needs_update('http_port'))):
241 if any((needs_update('https'), needs_update('https_port'))):
251 if any((needs_update('local_http'), needs_update('local_http_port'))):
261 if any((needs_update('socket'), needs_update('socket'))):
267 if needs_update('state'):
273 if needs_update('vrf'):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/arista/eos/plugins/modules/
H A Deos_eapi.py232 def needs_update(x): function
240 if any((needs_update("http"), needs_update("http_port"))):
252 if any((needs_update("https"), needs_update("https_port"))):
264 if any((needs_update("local_http"), needs_update("local_http_port"))):
279 if any((needs_update("socket"), needs_update("socket"))):
284 if needs_update("state"):
290 if needs_update("vrf"):
/dports/games/stratagus/stratagus-3.2.0/tools/
H A Dgenversion.cpp86 bool needs_update = false; in main() local
91 needs_update = true; in main()
96 needs_update = true; in main()
99 if (!needs_update) { in main()
100 needs_update = strcmp(old_rev, git_rev); in main()
103 if (!needs_update) { in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/component_updater/
H A Dfake_cros_component_manager.cc86 it->second.front().needs_update; in UpdateRequested()
104 bool needs_update = update_policy == UpdatePolicy::kForce || in Load() local
110 if (needs_update || !installed_components_.count(name)) { in Load()
112 needs_update, std::move(load_callback)); in Load()
178 bool needs_update, in LoadRequest() argument
181 needs_update(needs_update), in LoadRequest()
188 bool needs_update, in HandlePendingRequest() argument
191 pending_loads_[name].emplace_back(mount_requested, needs_update, in HandlePendingRequest()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/msm/disp/
H A Dmdp_kms.c105 bool needs_update = false; in mdp_irq_register() local
112 needs_update = !mdp_kms->in_irq; in mdp_irq_register()
117 if (needs_update) in mdp_irq_register()
124 bool needs_update = false; in mdp_irq_unregister() local
131 needs_update = !mdp_kms->in_irq; in mdp_irq_unregister()
136 if (needs_update) in mdp_irq_unregister()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/msm/disp/
H A Dmdp_kms.c105 bool needs_update = false; in mdp_irq_register() local
112 needs_update = !mdp_kms->in_irq; in mdp_irq_register()
117 if (needs_update) in mdp_irq_register()
124 bool needs_update = false; in mdp_irq_unregister() local
131 needs_update = !mdp_kms->in_irq; in mdp_irq_unregister()
136 if (needs_update) in mdp_irq_unregister()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/msm/disp/
H A Dmdp_kms.c105 bool needs_update = false; in mdp_irq_register() local
112 needs_update = !mdp_kms->in_irq; in mdp_irq_register()
117 if (needs_update) in mdp_irq_register()
124 bool needs_update = false; in mdp_irq_unregister() local
131 needs_update = !mdp_kms->in_irq; in mdp_irq_unregister()
136 if (needs_update) in mdp_irq_unregister()
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/src/Kernel/
H A DViewsConfigUpdaterTest.php68 $needs_update = $this->configUpdater->needsEntityLinkUrlUpdate($test_view);
69 $this->assertTrue($needs_update);
98 $needs_update = $this->configUpdater->needsOperatorDefaultsUpdate($test_view);
99 $this->assertTrue($needs_update);
108 $needs_update = $this->configUpdater->needsMultivalueBaseFieldUpdate($test_view);
109 $this->assertTrue($needs_update);
/dports/emulators/vice/vice-3.5/src/raster/
H A Draster-line-changes.c44 int needs_update; in update_for_minor_changes() local
53 needs_update = raster_modes_fill_cache(raster->modes, in update_for_minor_changes()
59 if (needs_update) { in update_for_minor_changes()
77 return needs_update; in update_for_minor_changes()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/raster/
H A Draster-line-changes.c44 int needs_update; in update_for_minor_changes() local
53 needs_update = raster_modes_fill_cache(raster->modes, in update_for_minor_changes()
59 if (needs_update) { in update_for_minor_changes()
77 return needs_update; in update_for_minor_changes()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/pluginsimpl/
H A DUISWTStatusEntryImpl.java59 private boolean needs_update = false; field in UISWTStatusEntryImpl
108 if (menu_context.is_dirty) {needs_update = true; menu_context.is_dirty = false;} in update()
109 if (!needs_update) {return do_layout;} in update()
179 this.needs_update = false; in update0()
238 this.needs_update = true; in setImage()
249 this.needs_update = true; in setImageEnabled()
262 this.needs_update = true; in setText()
270 this.needs_update = true; in setTooltipText()
281 this.needs_update = true; in setVisible()
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/
H A Devent_loop.rs33 let mut needs_update = false; in event_loop() localVariable
50 needs_update = self.command_handler(&cmd) || needs_update; in event_loop()
54 …event_buffer.drain(..).for_each(|event| needs_update = self.display_event_handler(event) || needs_… in event_loop()
59 if needs_update { in event_loop()
/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_resource.erl8 needs_update/2,
27 -callback needs_update(file:filename_all(), tuple()) ->
50 needs_update(Module, AppInfo) -> function
51 Module:needs_update(rebar_app_info:dir(AppInfo), rebar_app_info:source(AppInfo)).
H A Drebar_fetch.erl12 needs_update/2]).
68 -spec needs_update(rebar_app_info:t(), rebar_state:t())
70 needs_update(AppInfo, State) -> function
72 rebar_resource_v2:needs_update(AppInfo, State)
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/
H A Dlayout_builder.post_update.php50 $needs_update = FALSE;
61 $needs_update = TRUE;
65 return $needs_update;
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/nxos/
H A Dnxos_nxapi.py215 def needs_update(x): function
218 if needs_update('state'):
227 if needs_update(parameter):
233 if needs_update(port_param) and want.get(parameter) is True:
236 if needs_update('sandbox'):
243 if needs_update('ssl_strong_ciphers'):
251 if needs_update(key):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/modules/
H A Dnxos_nxapi.py223 def needs_update(x): function
226 if needs_update("state"):
235 if needs_update(parameter):
244 if needs_update(port_param) and want.get(parameter) is True:
250 if needs_update("sandbox"):
259 if needs_update("ssl_strong_ciphers"):
273 if needs_update(key):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/plugins/modules/
H A Diosxr_system.py210 def needs_update(x): function
234 if needs_update("hostname"):
239 if needs_update("domain_name"):
244 if needs_update("lookup_source"):
665 def needs_update(x): function
670 if needs_update("domain_name"):
676 if needs_update("hostname"):
685 if needs_update("lookup_source"):
713 def needs_update(x): function
722 if needs_update("domain_name"):
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/iosxr/
H A Diosxr_system.py198 def needs_update(x): function
216 if needs_update('hostname'):
219 if needs_update('domain_name'):
222 if needs_update('lookup_source'):
410 def needs_update(x): function
413 if needs_update('domain_name'):
416 if needs_update('hostname'):
422 if needs_update('lookup_source'):
448 def needs_update(x): function
452 if needs_update('domain_name'):
[all …]

12345678910>>...22