Home
last modified time | relevance | path

Searched defs:hk (Results 1 – 25 of 866) sorted by relevance

12345678910>>...35

/dports/x11/albert/albert-0.16.1/lib/globalshortcut/src/
H A Dhotkeymanager.cpp25 bool GlobalShortcut::HotkeyManager::registerHotkey(const QString &hk) { in registerHotkey()
30 bool GlobalShortcut::HotkeyManager::registerHotkey(const QKeySequence &hk) { in registerHotkey()
37 bool GlobalShortcut::HotkeyManager::registerHotkey(const int hk) { in registerHotkey()
48 bool GlobalShortcut::HotkeyManager::unregisterHotkey(const QString &hk) { in unregisterHotkey()
53 bool GlobalShortcut::HotkeyManager::unregisterHotkey(const QKeySequence &hk) { in unregisterHotkey()
61 void GlobalShortcut::HotkeyManager::unregisterHotkey(const int hk) { in unregisterHotkey()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig_winreg.c182 HKEY hk) in wpa_config_read_global_os_version()
445 HKEY hk; in wpa_config_read() local
710 static void write_bssid(HKEY hk, struct wpa_ssid *ssid) in write_bssid()
720 static void write_psk(HKEY hk, struct wpa_ssid *ssid) in write_psk()
730 static void write_proto(HKEY hk, struct wpa_ssid *ssid) in write_proto()
746 static void write_key_mgmt(HKEY hk, struct wpa_ssid *ssid) in write_key_mgmt()
762 static void write_pairwise(HKEY hk, struct wpa_ssid *ssid) in write_pairwise()
778 static void write_group(HKEY hk, struct wpa_ssid *ssid) in write_group()
794 static void write_auth_alg(HKEY hk, struct wpa_ssid *ssid) in write_auth_alg()
811 static void write_eap(HKEY hk, struct wpa_ssid *ssid) in write_eap()
[all …]
/dports/security/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig_winreg.c182 HKEY hk) in wpa_config_read_global_os_version()
445 HKEY hk; in wpa_config_read() local
710 static void write_bssid(HKEY hk, struct wpa_ssid *ssid) in write_bssid()
720 static void write_psk(HKEY hk, struct wpa_ssid *ssid) in write_psk()
730 static void write_proto(HKEY hk, struct wpa_ssid *ssid) in write_proto()
746 static void write_key_mgmt(HKEY hk, struct wpa_ssid *ssid) in write_key_mgmt()
762 static void write_pairwise(HKEY hk, struct wpa_ssid *ssid) in write_pairwise()
778 static void write_group(HKEY hk, struct wpa_ssid *ssid) in write_group()
794 static void write_auth_alg(HKEY hk, struct wpa_ssid *ssid) in write_auth_alg()
811 static void write_eap(HKEY hk, struct wpa_ssid *ssid) in write_eap()
[all …]
/dports/net/hostapd-devel/hostap-14ab4a816/wpa_supplicant/
H A Dconfig_winreg.c182 HKEY hk) in wpa_config_read_global_os_version()
454 HKEY hk; in wpa_config_read() local
719 static void write_bssid(HKEY hk, struct wpa_ssid *ssid) in write_bssid()
729 static void write_psk(HKEY hk, struct wpa_ssid *ssid) in write_psk()
739 static void write_proto(HKEY hk, struct wpa_ssid *ssid) in write_proto()
755 static void write_key_mgmt(HKEY hk, struct wpa_ssid *ssid) in write_key_mgmt()
771 static void write_pairwise(HKEY hk, struct wpa_ssid *ssid) in write_pairwise()
787 static void write_group(HKEY hk, struct wpa_ssid *ssid) in write_group()
803 static void write_auth_alg(HKEY hk, struct wpa_ssid *ssid) in write_auth_alg()
820 static void write_eap(HKEY hk, struct wpa_ssid *ssid) in write_eap()
[all …]
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/wpa_supplicant/
H A Dconfig_winreg.c182 HKEY hk) in wpa_config_read_global_os_version()
454 HKEY hk; in wpa_config_read() local
719 static void write_bssid(HKEY hk, struct wpa_ssid *ssid) in write_bssid()
729 static void write_psk(HKEY hk, struct wpa_ssid *ssid) in write_psk()
739 static void write_proto(HKEY hk, struct wpa_ssid *ssid) in write_proto()
755 static void write_key_mgmt(HKEY hk, struct wpa_ssid *ssid) in write_key_mgmt()
771 static void write_pairwise(HKEY hk, struct wpa_ssid *ssid) in write_pairwise()
787 static void write_group(HKEY hk, struct wpa_ssid *ssid) in write_group()
803 static void write_auth_alg(HKEY hk, struct wpa_ssid *ssid) in write_auth_alg()
820 static void write_eap(HKEY hk, struct wpa_ssid *ssid) in write_eap()
[all …]
/dports/emulators/citra/citra-ac98458e0/src/citra_qt/
H A Dhotkeys.cpp30 Hotkey& hk = hotkey_groups[shortcut.group][shortcut.name]; in LoadHotkeys() local
43 Hotkey& hk = hotkey_groups[group][action]; in GetHotkey() local
52 Hotkey& hk = hotkey_groups[group][action]; in GetKeySequence() local
58 Hotkey& hk = hotkey_groups[group][action]; in GetShortcutContext() local
/dports/emulators/citra-qt5/citra-ac98458e0/src/citra_qt/
H A Dhotkeys.cpp30 Hotkey& hk = hotkey_groups[shortcut.group][shortcut.name]; in LoadHotkeys() local
43 Hotkey& hk = hotkey_groups[group][action]; in GetHotkey() local
52 Hotkey& hk = hotkey_groups[group][action]; in GetKeySequence() local
58 Hotkey& hk = hotkey_groups[group][action]; in GetShortcutContext() local
/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dcrypto_hkdf.c25 struct hkdf_priv *hk = crypt_priv(c); in hkdf_destroy() local
37 struct hkdf_priv *hk = crypt_priv(c); in hkdf_set_key() local
47 struct hkdf_priv *hk = crypt_priv(c); in hkdf_extract() local
55 struct hkdf_priv *hk = crypt_priv(c); in hkdf_expand() local
88 struct hkdf_priv *hk; in crypt_HKDF_SHA256_new() local
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/
H A DhostPortAppCache.c52 static int ProduceSSHostCache(tHostPortKey *hk, tHostPortVal *hv) in ProduceSSHostCache()
86 tHostPortKey *hk; in ConsumeSSHostCache() local
130 tHostPortKey hk; in hostPortAppCacheFind() local
143 tHostPortKey hk; in hostPortAppCacheAdd() local
167 tHostPortKey *hk; in hostPortAppCacheDump() local
210 tHostPortKey hk; in hostPortAppCacheDynamicFind() local
223 tHostPortKey hk; in hostPortAppCacheDynamicAdd() local
268 tHostPortKey *hk; in hostPortAppCacheDynamicDump() local
/dports/print/fontforge/fontforge-20201107/gdraw/
H A Dhotkeys.c48 static char* hotkeyGetWindowTypeString( Hotkey* hk ) in hotkeyGetWindowTypeString()
64 static int hotkeyHasMatchingWindowTypeString( char* windowType, Hotkey* hk ) { in hotkeyHasMatchingWindowTypeString()
98 Hotkey* hk = (Hotkey*)node; in hotkeyFindAllByStateAndKeysym() local
117 Hotkey* hk = (Hotkey*)node; in hotkeyFindByStateAndKeysym() local
185 Hotkey* hk = calloc(1,sizeof(Hotkey)); in hotkeySetFull() local
297 static void hotkeysSaveCallback(Hotkey* hk,FILE* f) { in hotkeysSaveCallback()
346 Hotkey* hk = (Hotkey*)node; in hotkeysGetKeyDescriptionFromAction() local
364 Hotkey* hk = (Hotkey*)node; in hotkeyFindByAction() local
382 Hotkey* hk = hotkeyFindByAction( line ); in isImmediateKey() local
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/appid/
H A Dhost_port_app_cache.cc40 HostPortKey hk; in find() local
57 HostPortKey hk; in add() local
81 HostPortKey hk = kv.first; in dump() local
/dports/shells/klish/klish-2.1.4/clish/hotkey/
H A Dhotkey.c61 clish_hotkey_t *hk = this->hotkeyv[i]; in find_hotkey() local
73 clish_hotkey_t *hk; in clish_hotkeyv_cmd_by_code() local
102 clish_hotkey_t *hk = find_hotkey(this, code); in clish_hotkeyv_insert() local
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/api/services/
H A DCHousekeeping.php89 public function update(array $hk): array {
141 protected function validateUpdate(array $hk): array {
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/api/services/
H A DCHousekeeping.php89 public function update(array $hk): array {
141 protected function validateUpdate(array $hk): array {
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/classes/api/services/
H A DCHousekeeping.php89 public function update(array $hk): array {
141 protected function validateUpdate(array $hk): array {
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/classes/api/services/
H A DCHousekeeping.php89 public function update(array $hk): array {
141 protected function validateUpdate(array $hk): array {
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/classes/api/services/
H A DCHousekeeping.php89 public function update(array $hk): array {
141 protected function validateUpdate(array $hk): array {
/dports/x11-wm/amiwm/amiwm0.21pl2/libami/
H A Dhotkey.c53 static void lookup_hotkey(struct hotkey *hk) in lookup_hotkey()
83 struct hotkey *hk; in rethink_keymap() local
119 struct hotkey *hk; in keypressfunc() local
134 struct hotkey *hk=malloc(sizeof(struct hotkey)); in cx_hotkey() local
/dports/net/jsch/jsch-0.1.55/src/main/java/com/jcraft/jsch/
H A DKnownHosts.java218 HostKey hk = null; in setKnownHosts() local
243 HostKey hk = new HostKey(line, HostKey.UNKNOWN, null); in addInvalidLine() local
255 HostKey hk = null; in check() local
292 HostKey hk=null; in add() local
360 HostKey hk=(HostKey)pool.elementAt(i); in getHostKey() local
392 HostKey hk=(HostKey)(pool.elementAt(i)); in remove() local
430 HostKey hk; in dump() local
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DKnownHosts.java217 HostKey hk = null; in setKnownHosts() local
242 HostKey hk = new HostKey(line, HostKey.UNKNOWN, null); in addInvalidLine() local
254 HostKey hk = null; in check() local
291 HostKey hk=null; in add() local
359 HostKey hk=(HostKey)pool.elementAt(i); in getHostKey() local
391 HostKey hk=(HostKey)(pool.elementAt(i)); in remove() local
429 HostKey hk; in dump() local
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DKnownHosts.java217 HostKey hk = null; in setKnownHosts() local
242 HostKey hk = new HostKey(line, HostKey.UNKNOWN, null); in addInvalidLine() local
254 HostKey hk = null; in check() local
291 HostKey hk=null; in add() local
359 HostKey hk=(HostKey)pool.elementAt(i); in getHostKey() local
391 HostKey hk=(HostKey)(pool.elementAt(i)); in remove() local
429 HostKey hk; in dump() local
/dports/emulators/yuzu/yuzu-0b47f7a46/src/yuzu/
H A Dhotkeys.cpp31 Hotkey& hk = hotkey_groups[shortcut.group][shortcut.name]; in LoadHotkeys() local
44 Hotkey& hk = hotkey_groups[group][action]; in GetHotkey() local
/dports/graphics/gimageview/gimageview-0.2.27/lib/dllloader/
H A Dhash.c139 Hash_key *hk; in lookup_internal() local
170 Hash_key *hk; in hash_key_create() local
202 Hash_key *hk; in define() local
224 Hash_key *hk; in set() local
303 Hash_key *hk; in destroy() local
/dports/graphics/bmeps/dktools-4.31.1/src/rshdown/
H A Dirshdown.c331 saveKeyValueExpand(HKEY hk, WCHAR *k, WCHAR *v) in saveKeyValueExpand()
359 saveKeyValue(HKEY hk, WCHAR *k, WCHAR *v) in saveKeyValue()
387 saveDword(HKEY hk, WCHAR *k, DWORD v) in saveDword()
416 HKEY hk; in install() local
/dports/x11/sxhkd/sxhkd-0.6.2/src/
H A Dtypes.c39 for (hotkey_t *hk = hotkeys_head; hk != NULL; hk = hk->next) { in find_hotkey() local
203 hotkey_t *hk = malloc(sizeof(hotkey_t)); in make_hotkey() local
216 void add_hotkey(hotkey_t *hk) in add_hotkey()
231 for (hotkey_t *hk = hotkeys_head; hk != NULL; hk = hk->next) in abort_chain() local

12345678910>>...35