Home
last modified time | relevance | path

Searched refs:update_check (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/net-mgmt/check_multi/check_multi-0.26/sample_config/nagios_version/
H A Dnagios_update.cmd.in14 eval [ update_check ] = \
20 eeval [ product_name ] = if ("$update_check$"=~/PRODUCT_NAME=(.*)/) { $?=$OK<<8; "$1" } …
21 eeval [ update_version ] = if ("$update_check$"=~/UPDATE_VERSION=(.*)/) { $?=$OK<<8; "$1" } …
22 eeval [ update_releasedate ] = if ("$update_check$"=~/UPDATE_RELEASEDATE=(.*)/){ $?=$OK<<8; "$1" } …
23 eeval [ update_available ] = if ("$update_check$"=~/UPDATE_AVAILABLE=0/) { $?=$OK<<8; "no" } …
/dports/www/mybb/mybb-mybb_1829/admin/modules/home/
H A Dindex.php248 $update_check = $cache->read("update_check"); variable
251 if(isset($update_check['last_check']) && $update_check['last_check'] <= TIME_NOW-60*60*24*14)
258 …if(isset($update_check['latest_version_code']) && $update_check['latest_version_code'] > $mybb->ve…
260 …https://mybb.com/download\" target=\"_blank\" rel=\"noopener\">MyBB {$update_check['latest_version…
330 if(!empty($update_check['news']) && is_array($update_check['news']))
332 foreach($update_check['news'] as $news_item)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/tests/integration/targets/win_dns_record/tasks/
H A Dtests-diff.yml28 register: update_check
40 - update_check.diff.before == update_do.diff.before
41 - update_check.diff.before == "[{{ win_dns_record_zone }}] diff_host 3600 IN A 1.2.3.4\n"
42 - update_check.diff.after == update_do.diff.after
43 - update_check.diff.after == "[{{ win_dns_record_zone }}] diff_host 7200 IN A 1.2.3.4\n"
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_dns_record/tasks/
H A Dtests-diff.yml28 register: update_check
40 - update_check.diff.before == update_do.diff.before
41 - update_check.diff.before == "[{{ win_dns_record_zone }}] diff_host 3600 IN A 1.2.3.4\n"
42 - update_check.diff.after == update_do.diff.after
43 - update_check.diff.after == "[{{ win_dns_record_zone }}] diff_host 7200 IN A 1.2.3.4\n"
/dports/devel/py-update_checker/update_checker-0.16/
H A Dupdate_checker_test.py8 from update_checker import UpdateChecker, update_check
51 update_check(self.TRACKED_PACKAGE, '0.0.1', bypass_cache=True)
61 update_check(self.TRACKED_PACKAGE, '0.0.1', bypass_cache=True,
72 update_check(self.UNTRACKED_PACKAGE, '0.0.1', bypass_cache=True)
H A DREADME.md22 from update_checker import update_check
23 update_check('praw', '0.0.1')
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/meraki/tests/integration/targets/meraki_mx_l2_interface/tasks/
H A Dmain.yml85 register: update_check
89 var: update_check
93 - update_check.data is defined
94 - update_check.data.vlan == 10
95 - update_check is changed
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/update_client/
H A Dprotocol_serializer.cc197 base::Optional<protocol_request::UpdateCheck> update_check, in MakeProtocolApp() argument
210 app.update_check = std::move(update_check); in MakeProtocolApp()
216 protocol_request::UpdateCheck update_check; in MakeProtocolUpdateCheck() local
217 update_check.is_update_disabled = is_update_disabled; in MakeProtocolUpdateCheck()
218 return update_check; in MakeProtocolUpdateCheck()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/update_client/
H A Dprotocol_serializer.cc198 base::Optional<protocol_request::UpdateCheck> update_check, in MakeProtocolApp() argument
212 app.update_check = std::move(update_check); in MakeProtocolApp()
218 protocol_request::UpdateCheck update_check; in MakeProtocolUpdateCheck() local
219 update_check.is_update_disabled = is_update_disabled; in MakeProtocolUpdateCheck()
220 return update_check; in MakeProtocolUpdateCheck()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/meraki/tests/integration/targets/meraki_alert/tasks/
H A Dmain.yml52 register: update_check
57 - update_check.data is defined
58 - update_check.diff is defined
59 - update_check is changed
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/crypto/tests/integration/targets/openssl_privatekey_pipe/tasks/
H A Dimpl.yml31 register: update_check
89 - update_check is changed
90 - update_check.privatekey == 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER'
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dupdate_check.py114 def update_check() -> bool: function
129 update_check()
133 if update_check():
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/ovirt/
H A Dovirt_affinity_label.py120 self.update_check(entity)
125 self.update_check(entity)
159 def update_check(self, entity): member in AffinityLabelsModule
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ovirt/ovirt/plugins/modules/
H A Dovirt_affinity_label.py127 self.update_check(entity)
132 self.update_check(entity)
166 def update_check(self, entity): member in AffinityLabelsModule
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/policy/
H A Dcomponent_updater_policy_browsertest.cc240 const auto* update_check = in VerifyExpectations() local
243 ASSERT_TRUE(update_check); in VerifyExpectations()
245 EXPECT_EQ(true, update_check->FindKey("updatedisabled")->GetBool()); in VerifyExpectations()
247 EXPECT_FALSE(update_check->FindKey("updatedisabled")); in VerifyExpectations()
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/updatechecker/src/
H A Dupdatechecker.c78 static void update_check(gint type) in update_check() function
106 update_check(UPDATECHECK_STARTUP); in on_geany_startup_complete()
234 update_check(UPDATECHECK_MANUAL); in manual_check_activated_cb()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/updatechecker/src/
H A Dupdatechecker.c78 static void update_check(gint type) in update_check() function
106 update_check(UPDATECHECK_STARTUP); in on_geany_startup_complete()
234 update_check(UPDATECHECK_MANUAL); in manual_check_activated_cb()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/updatechecker/src/
H A Dupdatechecker.c78 static void update_check(gint type) in update_check() function
106 update_check(UPDATECHECK_STARTUP); in on_geany_startup_complete()
234 update_check(UPDATECHECK_MANUAL); in manual_check_activated_cb()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/updatechecker/src/
H A Dupdatechecker.c78 static void update_check(gint type) in update_check() function
106 update_check(UPDATECHECK_STARTUP); in on_geany_startup_complete()
234 update_check(UPDATECHECK_MANUAL); in manual_check_activated_cb()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/updatechecker/src/
H A Dupdatechecker.c78 static void update_check(gint type) in update_check() function
106 update_check(UPDATECHECK_STARTUP); in on_geany_startup_complete()
234 update_check(UPDATECHECK_MANUAL); in manual_check_activated_cb()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/updatechecker/src/
H A Dupdatechecker.c78 static void update_check(gint type) in update_check() function
106 update_check(UPDATECHECK_STARTUP); in on_geany_startup_complete()
234 update_check(UPDATECHECK_MANUAL); in manual_check_activated_cb()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/updatechecker/src/
H A Dupdatechecker.c78 static void update_check(gint type) in update_check() function
106 update_check(UPDATECHECK_STARTUP); in on_geany_startup_complete()
234 update_check(UPDATECHECK_MANUAL); in manual_check_activated_cb()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/updatechecker/src/
H A Dupdatechecker.c78 static void update_check(gint type) in update_check() function
106 update_check(UPDATECHECK_STARTUP); in on_geany_startup_complete()
234 update_check(UPDATECHECK_MANUAL); in manual_check_activated_cb()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/updatechecker/src/
H A Dupdatechecker.c78 static void update_check(gint type) in update_check() function
106 update_check(UPDATECHECK_STARTUP); in on_geany_startup_complete()
234 update_check(UPDATECHECK_MANUAL); in manual_check_activated_cb()
/dports/devel/geany-plugin-overview/geany-plugins-1.38/updatechecker/src/
H A Dupdatechecker.c78 static void update_check(gint type) in update_check() function
106 update_check(UPDATECHECK_STARTUP); in on_geany_startup_complete()
234 update_check(UPDATECHECK_MANUAL); in manual_check_activated_cb()

12345678910