Home
last modified time | relevance | path

Searched refs:param_key (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/www/chromium-legacy/chromium-88.0.4324.182/net/dns/
H A Dhttps_record_rdata.cc226 uint16_t param_key; in Parse() local
230 last_param_key = param_key; in Parse()
342 uint16_t param_key = 0; in Parse() local
357 !ReadNextServiceParam(param_key, reader, &param_key, &param_value)) { in Parse()
368 !ReadNextServiceParam(param_key, reader, &param_key, &param_value)) { in Parse()
380 !ReadNextServiceParam(param_key, reader, &param_key, &param_value)) { in Parse()
394 !ReadNextServiceParam(param_key, reader, &param_key, &param_value)) { in Parse()
405 !ReadNextServiceParam(param_key, reader, &param_key, &param_value)) { in Parse()
415 !ReadNextServiceParam(param_key, reader, &param_key, &param_value)) { in Parse()
426 !ReadNextServiceParam(param_key, reader, &param_key, &param_value)) { in Parse()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/namespace_settings/
H A Dupdate_service.rb19 param_key: :prevent_sharing_groups_outside_hierarchy,
23 param_key: :new_user_signups_cap,
45 def validate_settings_param_for_root_group(param_key:, user_policy:) argument
46 return if settings_params[param_key].nil?
49 settings_params.delete(param_key)
50 group.namespace_settings.errors.add(param_key, _('can only be changed by a group admin.'))
54 settings_params.delete(param_key)
55 group.namespace_settings.errors.add(param_key, _('only available on top-level groups.'))
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp/ontap/plugins/modules/
H A Dna_ontap_job_schedule.py251 job_details[param_key] = [-1]
344 if self.parameters.get(param_key):
345 if len(self.parameters[param_key]) == 1 and self.parameters[param_key][0] == -1:
352 cron[rest_key] = self.parameters[param_key]
399 def set_cron(param_key, rest_key, params, cron): argument
401 if params[param_key] == [-1]:
406 cron[rest_key] = params[param_key]
411 if modify.get(param_key):
412 set_cron(param_key, rest_key, modify, cron)
413 elif current.get(param_key):
[all …]
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/input_data/
H A Dmasker_validation.py84 for param_key in sorted(estimator_params):
85 if np.any(new_masker_params[param_key] != estimator_params[param_key]):
89 ).format(param_key,
90 new_masker_params[param_key],
91 estimator_params[param_key])
/dports/www/mod_auth_openid/mod_auth_openid-0.8/src/
H A Dhttp_helpers.cpp187 string param_key(iter->first); in remove_openid_vars() local
189 …if((param_key.substr(0, 7) == "openid." || param_key.substr(0, 14) == "modauthopenid." || param_ke… in remove_openid_vars()
200 string param_key(iter->first); in get_extension_params() local
201 vector<string> parts = explode(param_key, "."); in get_extension_params()
205 extparams[param_key] = params[param_key]; in get_extension_params()
213 string param_key(iter->first); in merge_params() local
214 params_two[param_key] = params_one[param_key]; in merge_params()
/dports/www/hiawatha/hiawatha-10.12/src/
H A Dssi-cgi.c432 char *command, *param_key, *param_value, *param_end; in process_ssi_file() local
458 if ((param_key = strchr(command, ' ')) != NULL) { in process_ssi_file()
459 *(param_key++) = '\0'; in process_ssi_file()
461 while (*param_key == ' ') { in process_ssi_file()
462 param_key++; in process_ssi_file()
466 while (*param_key != '\0') { in process_ssi_file()
467 if ((param_value = strstr(param_key, "=\"")) == NULL) { in process_ssi_file()
498 new->key = param_key; in process_ssi_file()
502 param_key = param_end + 1; in process_ssi_file()
503 while (*param_key == ' ') { in process_ssi_file()
[all …]
/dports/dns/knot3-lib/knot-3.1.5/src/libzscanner/
H A Dfunctions.c864 uint16_t param_key, param_len; in svcb_sort() local
865 memcpy(&param_key, param_pos, 2); in svcb_sort()
866 param_key = be16toh(param_key); in svcb_sort()
872 if (curr_key < param_key) { in svcb_sort()
879 } else if (curr_key == param_key) { in svcb_sort()
915 uint16_t param_key, param_len; in svcb_check() local
916 memcpy(&param_key, param_pos, 2); in svcb_check()
/dports/dns/knot3/knot-3.1.5/src/libzscanner/
H A Dfunctions.c864 uint16_t param_key, param_len; in svcb_sort() local
865 memcpy(&param_key, param_pos, 2); in svcb_sort()
866 param_key = be16toh(param_key); in svcb_sort()
872 if (curr_key < param_key) { in svcb_sort()
879 } else if (curr_key == param_key) { in svcb_sort()
915 uint16_t param_key, param_len; in svcb_check() local
916 memcpy(&param_key, param_pos, 2); in svcb_check()
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/input_data/tests/
H A Dtest_masker_validation.py75 for param_key in masker.get_params():
76 if param_key not in ['memory', 'memory_level', 'n_jobs',
78 assert (getattr(masker, param_key) ==
79 getattr(mask, param_key))
81 assert (getattr(masker, param_key) ==
82 getattr(owner, param_key))
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/plugins/
H A Dfunction.fetch.php76 foreach ($params as $param_key => $param_value) {
77 switch ($param_key) {
116 … trigger_error("[plugin] invalid value for attribute '{$param_key }'", E_USER_NOTICE);
134 … trigger_error("[plugin] invalid value for attribute '{$param_key}'", E_USER_NOTICE);
139 … trigger_error("[plugin] unrecognized attribute '{$param_key}'", E_USER_NOTICE);
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/plugins/
H A Dfunction.fetch.php76 foreach ($params as $param_key => $param_value) {
77 switch ($param_key) {
116 … trigger_error("[plugin] invalid value for attribute '{$param_key }'", E_USER_NOTICE);
134 … trigger_error("[plugin] invalid value for attribute '{$param_key}'", E_USER_NOTICE);
139 … trigger_error("[plugin] unrecognized attribute '{$param_key}'", E_USER_NOTICE);
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/plugins/
H A Dfunction.fetch.php76 foreach ($params as $param_key => $param_value) {
77 switch ($param_key) {
116 … trigger_error("[plugin] invalid value for attribute '{$param_key }'", E_USER_NOTICE);
134 … trigger_error("[plugin] invalid value for attribute '{$param_key}'", E_USER_NOTICE);
139 … trigger_error("[plugin] unrecognized attribute '{$param_key}'", E_USER_NOTICE);
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/plugins/
H A Dfunction.fetch.php76 foreach ($params as $param_key => $param_value) {
77 switch ($param_key) {
116 … trigger_error("[plugin] invalid value for attribute '{$param_key }'", E_USER_NOTICE);
134 … trigger_error("[plugin] invalid value for attribute '{$param_key}'", E_USER_NOTICE);
139 … trigger_error("[plugin] unrecognized attribute '{$param_key}'", E_USER_NOTICE);
/dports/www/smarty3/smarty-3.1.34/libs/plugins/
H A Dfunction.fetch.php76 foreach ($params as $param_key => $param_value) {
77 switch ($param_key) {
116 … trigger_error("[plugin] invalid value for attribute '{$param_key }'", E_USER_NOTICE);
134 … trigger_error("[plugin] invalid value for attribute '{$param_key}'", E_USER_NOTICE);
139 … trigger_error("[plugin] unrecognized attribute '{$param_key}'", E_USER_NOTICE);
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/plugins/
H A Dfunction.fetch.php76 foreach ($params as $param_key => $param_value) {
77 switch ($param_key) {
116 … trigger_error("[plugin] invalid value for attribute '{$param_key }'", E_USER_NOTICE);
134 … trigger_error("[plugin] invalid value for attribute '{$param_key}'", E_USER_NOTICE);
139 … trigger_error("[plugin] unrecognized attribute '{$param_key}'", E_USER_NOTICE);
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/plugins/
H A Dfunction.fetch.php80 foreach ($params as $param_key => $param_value) {
81 switch ($param_key) {
121 … trigger_error("[plugin] invalid value for attribute '".$param_key."'",E_USER_NOTICE);
140 … trigger_error("[plugin] invalid value for attribute '".$param_key."'",E_USER_NOTICE);
146 … trigger_error("[plugin] unrecognized attribute '".$param_key."'",E_USER_NOTICE);
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/plugins/
H A Dfunction.fetch.php76 foreach ($params as $param_key => $param_value) {
77 switch ($param_key) {
116 … trigger_error("[plugin] invalid value for attribute '{$param_key }'", E_USER_NOTICE);
134 … trigger_error("[plugin] invalid value for attribute '{$param_key}'", E_USER_NOTICE);
139 … trigger_error("[plugin] unrecognized attribute '{$param_key}'", E_USER_NOTICE);
/dports/www/piwigo/piwigo/include/smarty/libs/plugins/
H A Dfunction.fetch.php82 foreach ($params as $param_key => $param_value) {
83 switch ($param_key) {
123 … trigger_error("[plugin] invalid value for attribute '" . $param_key . "'", E_USER_NOTICE);
142 … trigger_error("[plugin] invalid value for attribute '" . $param_key . "'", E_USER_NOTICE);
148 … trigger_error("[plugin] unrecognized attribute '" . $param_key . "'", E_USER_NOTICE);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/plugins/
H A Dfunction.fetch.php76 foreach ($params as $param_key => $param_value) {
77 switch ($param_key) {
116 … trigger_error("[plugin] invalid value for attribute '{$param_key }'", E_USER_NOTICE);
134 … trigger_error("[plugin] invalid value for attribute '{$param_key}'", E_USER_NOTICE);
139 … trigger_error("[plugin] unrecognized attribute '{$param_key}'", E_USER_NOTICE);
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/plugins/
H A Dfunction.fetch.php82 foreach ($params as $param_key => $param_value) {
83 switch ($param_key) {
123 … trigger_error("[plugin] invalid value for attribute '" . $param_key . "'", E_USER_NOTICE);
142 … trigger_error("[plugin] invalid value for attribute '" . $param_key . "'", E_USER_NOTICE);
148 … trigger_error("[plugin] unrecognized attribute '" . $param_key . "'", E_USER_NOTICE);
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/fortinet/fortimanager/plugins/module_utils/
H A Dcommon.py279 param_key = None if not isinstance(param, dict) else list(param.keys())[0]
280 param_value = param if not isinstance(param, dict) else param[param_key]
437 for param_key in raw_url_params:
438 if param_key == 'adom':
440 url_params[param_key] = raw_url_params[param_key]
456 for param_key in url_params:
457 param = url_params[param_key]
460 if schema_item['name'] == param_key:
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Drds_param_group.py183 for param_key, param_value in desired.items():
184 if param_key not in lookup:
186 (param_key, module.params.get('engine')))
188 converted_value = convert_parameter(lookup[param_key], param_value)
190 if converted_value != lookup[param_key].get('ParameterValue'):
191 if lookup[param_key]['IsModifiable']:
192 …modify_list.append(dict(ParameterValue=converted_value, ParameterName=param_key, ApplyMethod=apply…
194 errors.append("Parameter %s is not modifiable" % param_key)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/cloudscale/
H A Dcloudscale_server.py369 def _update_param(self, param_key, server_info, requires_stop=False): argument
370 param_value = self._module.params.get(param_key)
374 if 'slug' in server_info[param_key]:
375 server_v = server_info[param_key]['slug']
377 server_v = server_info[param_key]
381 self._result['diff']['before'].update({param_key: server_v})
382 self._result['diff']['after'].update({param_key: param_value})
398 param_key: param_value,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Drds_param_group.py190 for param_key, param_value in desired.items():
191 if param_key not in lookup:
193 (param_key, module.params.get('engine')))
195 converted_value = convert_parameter(lookup[param_key], param_value)
197 if converted_value != lookup[param_key].get('ParameterValue'):
198 if lookup[param_key]['IsModifiable']:
199 …modify_list.append(dict(ParameterValue=converted_value, ParameterName=param_key, ApplyMethod=apply…
201 errors.append("Parameter %s is not modifiable" % param_key)
/dports/japanese/tiarra/tiarra-20100212/module/Channel/Join/
H A DConnect.pm76 my (@param_chan, @param_key);
80 push (@param_key, '');
83 unshift (@param_key, $session->[$i]->{key});
90 Params => [join(',', @param_chan), join(',', @param_key)]));

123456789