Home
last modified time | relevance | path

Searched refs:sub_key (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/dports/lang/python310/Python-3.10.1/PC/clinic/
H A Dwinreg.c.h223 const Py_UNICODE *sub_key; in winreg_CreateKey() local
233 sub_key = NULL; in winreg_CreateKey()
241 if (sub_key == NULL) { in winreg_CreateKey()
304 const Py_UNICODE *sub_key; in winreg_CreateKeyEx() local
357 const Py_UNICODE *sub_key; in winreg_DeleteKey() local
374 if (sub_key == NULL) { in winreg_DeleteKey()
428 const Py_UNICODE *sub_key; in winreg_DeleteKeyEx() local
724 const Py_UNICODE *sub_key; in winreg_LoadKey() local
742 if (sub_key == NULL) { in winreg_LoadKey()
805 const Py_UNICODE *sub_key; in winreg_OpenKey() local
[all …]
/dports/lang/python311/Python-3.11.0a3/PC/clinic/
H A Dwinreg.c.h223 const Py_UNICODE *sub_key; in winreg_CreateKey() local
233 sub_key = NULL; in winreg_CreateKey()
241 if (sub_key == NULL) { in winreg_CreateKey()
304 const Py_UNICODE *sub_key; in winreg_CreateKeyEx() local
357 const Py_UNICODE *sub_key; in winreg_DeleteKey() local
374 if (sub_key == NULL) { in winreg_DeleteKey()
428 const Py_UNICODE *sub_key; in winreg_DeleteKeyEx() local
724 const Py_UNICODE *sub_key; in winreg_LoadKey() local
742 if (sub_key == NULL) { in winreg_LoadKey()
805 const Py_UNICODE *sub_key; in winreg_OpenKey() local
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/luminance-derive-0.5.0/src/
H A Dattrib.rs16 AttrError::Several(ref field, ref key, ref sub_key) => in fmt()
18 AttrError::CannotFindAttribute(ref field, ref key, ref sub_key) => in fmt()
19 write!(f, "no attribute found {}({}) for {}", key, sub_key, field), in fmt()
20 AttrError::CannotParseAttribute(ref field, ref key, ref sub_key) => in fmt()
21 write!(f, "cannot parse attribute {}({}) for {}", key, sub_key, field), in fmt()
22 AttrError::UnknownSubKey(ref field, ref key, ref sub_key) => in fmt()
23 write!(f, "unknown sub key “{}” in {}({}) for {}", sub_key, key, sub_key, field), in fmt()
36 sub_key: &str, in get_field_attr_once()
48 if mnv.path.is_ident(sub_key) { in get_field_attr_once()
82 sub_key: &str, in get_field_flag_once()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/PC/clinic/
H A Dwinreg.c.h199 const Py_UNICODE *sub_key; in winreg_CreateKey() local
203 clinic_HKEY_converter, &key, &sub_key)) { in winreg_CreateKey()
256 const Py_UNICODE *sub_key; in winreg_CreateKeyEx() local
304 const Py_UNICODE *sub_key; in winreg_DeleteKey() local
307 clinic_HKEY_converter, &key, &sub_key)) { in winreg_DeleteKey()
356 const Py_UNICODE *sub_key; in winreg_DeleteKeyEx() local
619 const Py_UNICODE *sub_key; in winreg_LoadKey() local
665 const Py_UNICODE *sub_key; in winreg_OpenKey() local
717 const Py_UNICODE *sub_key; in winreg_OpenKeyEx() local
803 const Py_UNICODE *sub_key; in winreg_QueryValue() local
[all …]
/dports/databases/py-gdbm/Python-3.8.12/PC/clinic/
H A Dwinreg.c.h199 const Py_UNICODE *sub_key; in winreg_CreateKey() local
203 clinic_HKEY_converter, &key, &sub_key)) { in winreg_CreateKey()
256 const Py_UNICODE *sub_key; in winreg_CreateKeyEx() local
304 const Py_UNICODE *sub_key; in winreg_DeleteKey() local
307 clinic_HKEY_converter, &key, &sub_key)) { in winreg_DeleteKey()
356 const Py_UNICODE *sub_key; in winreg_DeleteKeyEx() local
619 const Py_UNICODE *sub_key; in winreg_LoadKey() local
665 const Py_UNICODE *sub_key; in winreg_OpenKey() local
717 const Py_UNICODE *sub_key; in winreg_OpenKeyEx() local
803 const Py_UNICODE *sub_key; in winreg_QueryValue() local
[all …]
/dports/lang/python37/Python-3.7.12/PC/clinic/
H A Dwinreg.c.h195 const Py_UNICODE *sub_key; in winreg_CreateKey() local
199 clinic_HKEY_converter, &key, &sub_key)) { in winreg_CreateKey()
252 const Py_UNICODE *sub_key; in winreg_CreateKeyEx() local
300 const Py_UNICODE *sub_key; in winreg_DeleteKey() local
303 clinic_HKEY_converter, &key, &sub_key)) { in winreg_DeleteKey()
352 const Py_UNICODE *sub_key; in winreg_DeleteKeyEx() local
593 const Py_UNICODE *sub_key; in winreg_LoadKey() local
639 const Py_UNICODE *sub_key; in winreg_OpenKey() local
691 const Py_UNICODE *sub_key; in winreg_OpenKeyEx() local
777 const Py_UNICODE *sub_key; in winreg_QueryValue() local
[all …]
/dports/lang/python-tools/Python-3.8.12/PC/clinic/
H A Dwinreg.c.h199 const Py_UNICODE *sub_key; in winreg_CreateKey() local
203 clinic_HKEY_converter, &key, &sub_key)) { in winreg_CreateKey()
256 const Py_UNICODE *sub_key; in winreg_CreateKeyEx() local
304 const Py_UNICODE *sub_key; in winreg_DeleteKey() local
307 clinic_HKEY_converter, &key, &sub_key)) { in winreg_DeleteKey()
356 const Py_UNICODE *sub_key; in winreg_DeleteKeyEx() local
619 const Py_UNICODE *sub_key; in winreg_LoadKey() local
665 const Py_UNICODE *sub_key; in winreg_OpenKey() local
717 const Py_UNICODE *sub_key; in winreg_OpenKeyEx() local
803 const Py_UNICODE *sub_key; in winreg_QueryValue() local
[all …]
/dports/lang/python38/Python-3.8.12/PC/clinic/
H A Dwinreg.c.h199 const Py_UNICODE *sub_key; in winreg_CreateKey() local
203 clinic_HKEY_converter, &key, &sub_key)) { in winreg_CreateKey()
256 const Py_UNICODE *sub_key; in winreg_CreateKeyEx() local
304 const Py_UNICODE *sub_key; in winreg_DeleteKey() local
307 clinic_HKEY_converter, &key, &sub_key)) { in winreg_DeleteKey()
356 const Py_UNICODE *sub_key; in winreg_DeleteKeyEx() local
619 const Py_UNICODE *sub_key; in winreg_LoadKey() local
665 const Py_UNICODE *sub_key; in winreg_OpenKey() local
717 const Py_UNICODE *sub_key; in winreg_OpenKeyEx() local
803 const Py_UNICODE *sub_key; in winreg_QueryValue() local
[all …]
/dports/lang/python39/Python-3.9.9/PC/clinic/
H A Dwinreg.c.h199 const Py_UNICODE *sub_key; in winreg_CreateKey() local
203 clinic_HKEY_converter, &key, &sub_key)) { in winreg_CreateKey()
256 const Py_UNICODE *sub_key; in winreg_CreateKeyEx() local
304 const Py_UNICODE *sub_key; in winreg_DeleteKey() local
307 clinic_HKEY_converter, &key, &sub_key)) { in winreg_DeleteKey()
356 const Py_UNICODE *sub_key; in winreg_DeleteKeyEx() local
619 const Py_UNICODE *sub_key; in winreg_LoadKey() local
665 const Py_UNICODE *sub_key; in winreg_OpenKey() local
717 const Py_UNICODE *sub_key; in winreg_OpenKeyEx() local
803 const Py_UNICODE *sub_key; in winreg_QueryValue() local
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/PC/clinic/
H A Dwinreg.c.h199 const Py_UNICODE *sub_key; in winreg_CreateKey() local
203 clinic_HKEY_converter, &key, &sub_key)) { in winreg_CreateKey()
256 const Py_UNICODE *sub_key; in winreg_CreateKeyEx() local
304 const Py_UNICODE *sub_key; in winreg_DeleteKey() local
307 clinic_HKEY_converter, &key, &sub_key)) { in winreg_DeleteKey()
356 const Py_UNICODE *sub_key; in winreg_DeleteKeyEx() local
619 const Py_UNICODE *sub_key; in winreg_LoadKey() local
665 const Py_UNICODE *sub_key; in winreg_OpenKey() local
717 const Py_UNICODE *sub_key; in winreg_OpenKeyEx() local
803 const Py_UNICODE *sub_key; in winreg_QueryValue() local
[all …]
/dports/audio/liquidsfz/liquidsfz-0.2.3/lib/
H A Dloader.cc177 int sub_key; in parse_eg_param() local
286 int sub_key; in parse_lfo_param() local
333 int sub_key; in parse_simple_lfo_param() local
365 int sub_key; in parse_cc() local
421 int sub_key; in set_key_value() local
477 int cc = sub_key; in set_key_value()
486 int cc = sub_key; in set_key_value()
680 int sub_key; in set_key_value_control() local
692 set_cc.cc = sub_key; in set_key_value_control()
706 set_cc.cc = sub_key; in set_key_value_control()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_winreg.py82 sub_key = CreateKey(key, subkeystr)
99 int_sub_key = int(sub_key)
100 CloseKey(sub_key)
145 sub_key.Close()
164 DeleteValue(sub_key, value_name)
169 sub_key.Close()
192 def _test_named_args(self, key, sub_key): argument
193 with CreateKeyEx(key=key, sub_key=sub_key, reserved=0,
197 with OpenKeyEx(key=key, sub_key=sub_key, reserved=0,
212 cke = lambda key, sub_key: CreateKeyEx(key, sub_key, 0, KEY_ALL_ACCESS) argument
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_winreg.py82 sub_key = CreateKey(key, subkeystr)
99 int_sub_key = int(sub_key)
100 CloseKey(sub_key)
145 sub_key.Close()
164 DeleteValue(sub_key, value_name)
169 sub_key.Close()
192 def _test_named_args(self, key, sub_key): argument
193 with CreateKeyEx(key=key, sub_key=sub_key, reserved=0,
197 with OpenKeyEx(key=key, sub_key=sub_key, reserved=0,
212 cke = lambda key, sub_key: CreateKeyEx(key, sub_key, 0, KEY_ALL_ACCESS) argument
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_winreg.py82 sub_key = CreateKey(key, subkeystr)
99 int_sub_key = int(sub_key)
100 CloseKey(sub_key)
145 sub_key.Close()
164 DeleteValue(sub_key, value_name)
169 sub_key.Close()
192 def _test_named_args(self, key, sub_key): argument
193 with CreateKeyEx(key=key, sub_key=sub_key, reserved=0,
197 with OpenKeyEx(key=key, sub_key=sub_key, reserved=0,
212 cke = lambda key, sub_key: CreateKeyEx(key, sub_key, 0, KEY_ALL_ACCESS) argument
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_winreg.py82 sub_key = CreateKey(key, subkeystr)
99 int_sub_key = int(sub_key)
100 CloseKey(sub_key)
145 sub_key.Close()
164 DeleteValue(sub_key, value_name)
169 sub_key.Close()
192 def _test_named_args(self, key, sub_key): argument
193 with CreateKeyEx(key=key, sub_key=sub_key, reserved=0,
197 with OpenKeyEx(key=key, sub_key=sub_key, reserved=0,
212 cke = lambda key, sub_key: CreateKeyEx(key, sub_key, 0, KEY_ALL_ACCESS) argument
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_winreg.py82 sub_key = CreateKey(key, subkeystr)
99 int_sub_key = int(sub_key)
100 CloseKey(sub_key)
145 sub_key.Close()
164 DeleteValue(sub_key, value_name)
169 sub_key.Close()
192 def _test_named_args(self, key, sub_key): argument
193 with CreateKeyEx(key=key, sub_key=sub_key, reserved=0,
197 with OpenKeyEx(key=key, sub_key=sub_key, reserved=0,
212 cke = lambda key, sub_key: CreateKeyEx(key, sub_key, 0, KEY_ALL_ACCESS) argument
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_winreg.py82 sub_key = CreateKey(key, subkeystr)
99 int_sub_key = int(sub_key)
100 CloseKey(sub_key)
145 sub_key.Close()
164 DeleteValue(sub_key, value_name)
169 sub_key.Close()
192 def _test_named_args(self, key, sub_key): argument
193 with CreateKeyEx(key=key, sub_key=sub_key, reserved=0,
197 with OpenKeyEx(key=key, sub_key=sub_key, reserved=0,
212 cke = lambda key, sub_key: CreateKeyEx(key, sub_key, 0, KEY_ALL_ACCESS) argument
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_winreg.py82 sub_key = CreateKey(key, subkeystr)
99 int_sub_key = int(sub_key)
100 CloseKey(sub_key)
145 sub_key.Close()
164 DeleteValue(sub_key, value_name)
169 sub_key.Close()
192 def _test_named_args(self, key, sub_key): argument
193 with CreateKeyEx(key=key, sub_key=sub_key, reserved=0,
197 with OpenKeyEx(key=key, sub_key=sub_key, reserved=0,
212 cke = lambda key, sub_key: CreateKeyEx(key, sub_key, 0, KEY_ALL_ACCESS) argument
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_winreg.py82 sub_key = CreateKey(key, subkeystr)
99 int_sub_key = int(sub_key)
100 CloseKey(sub_key)
145 sub_key.Close()
164 DeleteValue(sub_key, value_name)
169 sub_key.Close()
192 def _test_named_args(self, key, sub_key): argument
193 with CreateKeyEx(key=key, sub_key=sub_key, reserved=0,
197 with OpenKeyEx(key=key, sub_key=sub_key, reserved=0,
212 cke = lambda key, sub_key: CreateKeyEx(key, sub_key, 0, KEY_ALL_ACCESS) argument
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_winreg.py82 sub_key = CreateKey(key, subkeystr)
99 int_sub_key = int(sub_key)
100 CloseKey(sub_key)
145 sub_key.Close()
164 DeleteValue(sub_key, value_name)
169 sub_key.Close()
192 def _test_named_args(self, key, sub_key): argument
193 with CreateKeyEx(key=key, sub_key=sub_key, reserved=0,
197 with OpenKeyEx(key=key, sub_key=sub_key, reserved=0,
212 cke = lambda key, sub_key: CreateKeyEx(key, sub_key, 0, KEY_ALL_ACCESS) argument
[all …]
/dports/math/clingo/clingo-5.5.1/examples/c/
H A Dconfiguration.c100 clingo_id_t root_key, sub_key; in main() local
110 if (!clingo_configuration_map_at(conf, root_key, "solve.models", &sub_key)) { goto error; } in main()
111 if (!clingo_configuration_value_set(conf, sub_key, "0")) { goto error; } in main()
114 if (!clingo_configuration_map_at(conf, root_key, "solver", &sub_key)) { goto error; } in main()
115 if (!clingo_configuration_array_at(conf, sub_key, 0, &sub_key)) { goto error; } in main()
116 if (!clingo_configuration_map_at(conf, sub_key, "heuristic", &sub_key)) { goto error; } in main()
117 if (!clingo_configuration_value_set(conf, sub_key, "berkmin")) { goto error; } in main()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_winreg.py83 sub_key = CreateKey(key, "sub_key")
93 nkeys, nvalues, since_mod = QueryInfoKey(sub_key)
100 int_sub_key = int(sub_key)
101 CloseKey(sub_key)
126 with OpenKey(key, "sub_key") as sub_key:
131 data = EnumValue(sub_key, index)
146 sub_key.Close()
165 DeleteValue(sub_key, value_name)
170 sub_key.Close()
202 cke = lambda key, sub_key: CreateKeyEx(key, sub_key, 0, KEY_ALL_ACCESS) argument
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/subzero/
H A Dsubtitle_storage.py118 if sub_key == "current":
130 sub_key = tuple(sub_key.split("__"))
146 if sub_key == "current":
174 subs[sub_key] = JSONStoredSubtitle()
182 subs["current"] = sub_key
199 def get(self, part_id, lang, sub_key): argument
204 return subs.get(sub_key)
219 if sub_key not in subs:
223 subs["current"] = sub_key
271 if sub_key in current_bl:
[all …]
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Asset/
H A DLibraryDiscoveryParser.php407 foreach ($override_definition as $sub_key => $value) {
410 …he form "extension/library_name/sub_key/path/to/asset.js".', "$extension/$library_name/$sub_key"));
412 if ($sub_key === 'drupalSettings') {
414 …ing to override %s. Use hook_library_info_alter() instead.', "$extension/$library_name/$sub_key"));
416 elseif ($sub_key === 'css') {
419 …$this->setOverrideValue($libraries[$library_name], [$sub_key, $category], $overrides, $theme_path);
423 $this->setOverrideValue($libraries[$library_name], [$sub_key], $value, $theme_path);
453 * @param array $sub_key
462 …protected function setOverrideValue(array &$library, array $sub_key, array $overrides, $theme_path… argument
467 $parents = array_merge($sub_key, [$original]);
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_winreg.py86 sub_key = CreateKey(key, "sub_key")
96 nkeys, nvalues, since_mod = QueryInfoKey(sub_key)
103 int_sub_key = int(sub_key)
104 CloseKey(sub_key)
129 with OpenKey(key, "sub_key") as sub_key:
134 data = EnumValue(sub_key, index)
149 sub_key.Close()
168 DeleteValue(sub_key, value_name)
173 sub_key.Close()
205 cke = lambda key, sub_key: CreateKeyEx(key, sub_key, 0, KEY_ALL_ACCESS) argument
[all …]

12345678910>>...14