Home
last modified time | relevance | path

Searched refs:check_update (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/dports/databases/pgFormatter/pgFormatter-5.1/t/test-files/
H A Dex38.sql1 CREATE TRIGGER check_update
6 CREATE TRIGGER check_update
11 CREATE TRIGGER check_update
/dports/databases/pgFormatter/pgFormatter-5.1/t/test-files/expected/
H A Dex38.sql1 CREATE TRIGGER check_update
6 CREATE TRIGGER check_update
11 CREATE TRIGGER check_update
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dboto3_elasticache.py432 check_update = True
434 check_update = False
443 check_update = True
471 if check_update:
888 check_update = True
890 check_update = False
895 check_update = True
923 if check_update:
1112 check_update = True
1114 check_update = False
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dtest28.446 proc check_update { job job_time } {
122 set new_job_id [check_update ${job_id}_$array_in 2]
126 set new_job_id [check_update ${job_id}_2 4]
129 check_update ${job_id}_1 1
/dports/dns/knot3/knot-3.1.5/tests/knot/
H A Dtest_acl.c40 void check_update(conf_t *conf, knot_rrset_t *authority, knot_tsig_key_t *key, in check_update() function
260 check_update(conf(), &A, &key1, key1_name, true, "Update, tsig, type"); in test_acl_allowed()
262 check_update(conf(), &A, &key2, key2_name, false, "Update, tsig, bad name"); in test_acl_allowed()
268 check_update(conf(), &MX, &key1, key1_name, false, "Update, tsig, bad type"); in test_acl_allowed()
276 check_update(conf(), &aA, &key2, key2_name, true, "Update, tsig, relative name"); in test_acl_allowed()
285 check_update(conf(), &bA, &key2, key2_name, true, "Update, tsig, absolute name"); in test_acl_allowed()
294 check_update(conf(), &aaA, &key2, key2_name, false, "Update, tsig, bad name"); in test_acl_allowed()
/dports/dns/knot3-lib/knot-3.1.5/tests/knot/
H A Dtest_acl.c40 void check_update(conf_t *conf, knot_rrset_t *authority, knot_tsig_key_t *key, in check_update() function
260 check_update(conf(), &A, &key1, key1_name, true, "Update, tsig, type"); in test_acl_allowed()
262 check_update(conf(), &A, &key2, key2_name, false, "Update, tsig, bad name"); in test_acl_allowed()
268 check_update(conf(), &MX, &key1, key1_name, false, "Update, tsig, bad type"); in test_acl_allowed()
276 check_update(conf(), &aA, &key2, key2_name, true, "Update, tsig, relative name"); in test_acl_allowed()
285 check_update(conf(), &bA, &key2, key2_name, true, "Update, tsig, absolute name"); in test_acl_allowed()
294 check_update(conf(), &aaA, &key2, key2_name, false, "Update, tsig, bad name"); in test_acl_allowed()
/dports/audio/spek/spek-0.8.2/src/
H A Dspek-preferences-dialog.cc98 wxCheckBox *check_update = new wxCheckBox(this, ID_CHECK, _("Check for &updates")); in BEGIN_EVENT_TABLE() local
99 inner_sizer->Add(check_update, 0 ,wxLEFT | wxTOP, 12); in BEGIN_EVENT_TABLE()
100 check_update->SetValue(SpekPreferences::get().get_check_update()); in BEGIN_EVENT_TABLE()
/dports/devel/brz/breezy-3.2.0/breezy/plugins/launchpad/
H A Dlp_api.py136 def __init__(self, lp_branch, bzr_url, bzr_branch=None, check_update=True): argument
146 self._check_update = check_update
210 check_update = True
222 check_update = False
223 return cls(lp_branch, bzr_branch.base, bzr_branch, check_update)
/dports/net-im/py-python-telegram-bot/python-telegram-bot-13.1/telegram/ext/
H A Dconversationhandler.py394 def check_update(self, update: HandlerArg) -> CheckUpdateType: # pylint: disable=R0911 member in ConversationHandler
444 check = hdlr.check_update(update)
456 check = entry_point.check_update(update)
470 check = candidate.check_update(update)
478 check = fallback.check_update(update)
588 check = handler.check_update(context.update)
H A Dprecheckoutqueryhandler.py85 def check_update(self, update: HandlerArg) -> bool: member in PreCheckoutQueryHandler
H A Dpollanswerhandler.py85 def check_update(self, update: HandlerArg) -> bool: member in PollAnswerHandler
H A Dshippingqueryhandler.py85 def check_update(self, update: HandlerArg) -> bool: member in ShippingQueryHandler
H A Dpollhandler.py85 def check_update(self, update: HandlerArg) -> bool: member in PollHandler
H A Dchoseninlineresulthandler.py89 def check_update(self, update: HandlerArg) -> Optional[Union[bool, object]]: member in ChosenInlineResultHandler
H A Dtypehandler.py95 def check_update(self, update: Any) -> bool: member in TypeHandler
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/configuration/
H A Dcheck.py197 return check_update(neighbor, raw)
201 return check_update(neighbor, raw)
216 def check_update(neighbor, raw): function
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/azure/azcollection/plugins/modules/
H A Dazure_rm_adserviceprincipal.py138 if self.check_update(response):
195 def check_update(self, response): member in AzureRMADServicePrincipal
H A Dazure_rm_applicationsecuritygroup.py145 if self.check_update(old_response):
176 def check_update(self, existing_asg): member in AzureRMApplicationSecurityGroup
H A Dazure_rm_rediscachefirewallrule.py199 if self.check_update(old_response):
233 def check_update(self, existing): member in AzureRMRedisCacheFirewallRule
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/azure/
H A Dazure_rm_applicationsecuritygroup.py150 if self.check_update(old_response):
181 def check_update(self, existing_asg): member in AzureRMApplicationSecurityGroup
H A Dazure_rm_rediscachefirewallrule.py204 if self.check_update(old_response):
238 def check_update(self, existing): member in AzureRMRedisCacheFirewallRule
/dports/net-mgmt/icinga2/icinga2-2.13.2/plugins/
H A Dcheck_update.cpp148 static int check_update(printInfoStruct& printInfo) in check_update() function
243 ret = check_update(printInfo); in wmain()
/dports/devel/elixir-hex/hex-1.0.1/lib/hex/
H A Dupdate_checker.ex31 if not state.started and not Hex.State.fetch!(:offline) and check_update?() do
121 defp check_update?() do
/dports/devel/py-pdm/pdm-1.11.0/pdm/
H A Dcore.py16 from pdm.cli.actions import check_update, migrate_pyproject, print_pep582_command
165 check_update(options.project)
/dports/deskutils/dosage/dosage-2.17/dosagelib/
H A Dupdater.py24 def check_update(): function

12345678910>>...14