Home
last modified time | relevance | path

Searched defs:KeyConfig (Results 1 – 13 of 13) sorted by relevance

/dports/devel/gitui/gitui-0.10.1/src/
H A Dkeys.rs19 pub struct KeyConfig { struct
20 pub tab_status: KeyEvent,
21 pub tab_log: KeyEvent,
24 pub tab_toggle: KeyEvent,
33 pub exit: KeyEvent,
37 pub open_help: KeyEvent,
40 pub home: KeyEvent,
41 pub end: KeyEvent,
42 pub move_up: KeyEvent,
66 impl Default for KeyConfig { argument
[all …]
/dports/emulators/cemu/CEmu-1.3/gui/qt/keypad/
H A Dkeyconfig.h9 struct KeyConfig { struct
10 QFont labelFont, secondFont, alphaFont;
11 QColor secondColor, alphaColor, graphColor, numColor, otherColor,
12 blackColor, whiteColor, textColor;
13 KeyCode key;
14 KeyCode next() { in next()
/dports/sysutils/consul/consul-1.10.3/agent/connect/
H A Dgenerate_test.go15 type KeyConfig struct { struct
16 keyType string
17 keyBits int
39 func makeConfig(kc KeyConfig) structs.CommonCAProviderConfig {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/connect/
H A Dgenerate_test.go15 type KeyConfig struct { struct
16 keyType string
17 keyBits int
39 func makeConfig(kc KeyConfig) structs.CommonCAProviderConfig {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/connect/
H A Dgenerate_test.go15 type KeyConfig struct { struct
16 keyType string
17 keyBits int
39 func makeConfig(kc KeyConfig) structs.CommonCAProviderConfig {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/connect/
H A Dgenerate_test.go15 type KeyConfig struct { struct
16 keyType string
17 keyBits int
39 func makeConfig(kc KeyConfig) structs.CommonCAProviderConfig {
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/
H A DnetworkRecorder.h17 struct KeyConfig struct
22 std::vector<KeyConfig> keys; argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/connect/
H A Dgenerate_test.go15 type KeyConfig struct { struct
16 keyType string
17 keyBits int
43 func makeConfig(kc KeyConfig) structs.CommonCAProviderConfig {
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/config/
H A Dkey.py96 class KeyConfig(Config): class
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/Types/
H A DKeyEvents.hs273 type KeyConfig = M.Map KeyEvent BindingState function
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/config/
H A Dconfigcommands.py45 keyconfig: 'KeyConfig') -> None:
H A Dconfigfiles.py639 keyconfig: config.KeyConfig,
H A Dconfig.py139 class KeyConfig: class