Home
last modified time | relevance | path

Searched +defs:Key +defs:Right (Results 1 – 25 of 972) sorted by relevance

12345678910>>...39

/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dkeys.hh15 struct Key struct
17 enum class MouseButton
21 Right enumerator
23 enum class Modifiers : int
39 enum NamedKey : Codepoint
49 Right, enumerator
73 Modifiers modifiers = {};
74 Codepoint key = {};
76 constexpr Key(Modifiers modifiers, Codepoint key) in Key() function
79 constexpr Key(Codepoint key) in Key() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dgtest-277.cs6 K Key { property
23 C Right { property
/dports/databases/postgresql12-server/postgresql-12.9/src/include/access/
H A Dxact.h7 * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
19 #include "lib/stringinfo.h"
70 SYNCHRONOUS_COMMIT_OFF, /* asynchronous commit */
79 /* Define the default setting for synchronous_commit */ in from_f()
98 #define XACT_FLAGS_ACCESSEDTEMPNAMESPACE (1U << 0)
125 SUBXACT_EVENT_START_SUB, in from()
/dports/games/chromium-bsu/chromium-bsu-0.9.16.1/src/
H A DMainToolkit.h18 enum Key { KeyEnter, KeySpace, KeyTab, KeyEscape, enum
21 enum Button { Left, Middle, Right }; enumerator
/dports/shells/elvish/elvish-0.17.0/pkg/ui/
H A Dkey.go14 type Key struct { struct
15 Rune rune
16 Mod Mod
69 Right const
115 func (k Key) Kind() string {
119 func (k Key) Equal(other interface{}) bool {
123 func (k Key) Hash() uint32 {
127 func (k Key) Repr(int) string {
131 func (k Key) String() string {
/dports/graphics/tesseract/tesseract-5.0.0/src/classify/
H A Dkdtree.h52 delete Right; in ~KDNODE() local
55 float *Key; /**< search key */ member
61 KDNODE *Right; member
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/crosstermion-0.8.1/src/
H A Dinput.rs3 pub enum Key { enum
6 Right, enumerator
45 impl std::convert::TryFrom<crossterm::event::KeyEvent> for Key { implementation
80 impl std::convert::TryFrom<termion::event::Key> for Key { implementation
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Da-cforma.ads93 function Key (Container : Map; Position : Cursor) return Key_Type; subprogspec
202 function Right (Container : Map; Position : Cursor) return Map; subprogspec
225 Right : Node_Access := 0; component
227 Key : Key_Type; component
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Da-cforma.ads93 function Key (Container : Map; Position : Cursor) return Key_Type; subprogspec
202 function Right (Container : Map; Position : Cursor) return Map; subprogspec
225 Right : Node_Access := 0; component
227 Key : Key_Type; component
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/termion-1.5.1/src/
H A Devent.rs11 Key(Key), enumerator
41 Right, enumerator
56 pub enum Key { enum
62 Right, enumerator
/dports/security/cloak/cloak-0.2.0/cargo-crates/termion-1.5.2/src/
H A Devent.rs10 Key(Key), enumerator
40 Right, enumerator
55 pub enum Key { enum
61 Right, enumerator
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/termion-1.5.1/src/
H A Devent.rs11 Key(Key), enumerator
41 Right, enumerator
56 pub enum Key { enum
62 Right, enumerator
/dports/editors/xi-term/xi-term-d264767/cargo-crates/termion-1.5.3/src/
H A Devent.rs10 Key(Key), enumerator
40 Right, enumerator
55 pub enum Key { enum
61 Right, enumerator
/dports/net/rabbiteer/rabbiteer-rs-c881238/cargo-crates/termion-1.5.1/src/
H A Devent.rs11 Key(Key), enumerator
41 Right, enumerator
56 pub enum Key { enum
62 Right, enumerator
/dports/games/dose-response/dose-response-179c326/cargo-crates/termion-1.5.1/src/
H A Devent.rs11 Key(Key), enumerator
41 Right, enumerator
56 pub enum Key { enum
62 Right, enumerator
/dports/x11/admiral/admiral-1.0.0-7-g5a9f33b/cargo-crates/termion-1.5.1/src/
H A Devent.rs11 Key(Key), enumerator
41 Right, enumerator
56 pub enum Key { enum
62 Right, enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/termion/src/
H A Devent.rs11 Key(Key), enumerator
41 Right, enumerator
56 pub enum Key { enum
62 Right, enumerator
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/termion-1.5.2/src/
H A Devent.rs10 Key(Key), enumerator
40 Right, enumerator
55 pub enum Key { enum
61 Right, enumerator
/dports/graphics/svgbob/svgbob-c3e84c87094550d8cdc6fc48b40a00712b2951cb/svgbob_cli/cargo-crates/termion-1.5.1/src/
H A Devent.rs11 Key(Key), enumerator
41 Right, enumerator
56 pub enum Key { enum
62 Right, enumerator
/dports/devel/rabs/rabs-2.19.5/minilang/src/
H A Dstringmap.c9 stringmap_node_t *Left, *Right; member
10 const char *Key; member
20 unsigned long stringmap_hash(const char *Key) { in stringmap_hash()
26 static inline int compare(long Hash, const char *Key, stringmap_node_t *Node) { in compare()
32 void *stringmap_search(const stringmap_t *Map, const char *Key) { in stringmap_search()
89 … **stringmap_slot_internal(stringmap_t *Map, stringmap_node_t **Slot, long Hash, const char *Key) { in stringmap_slot_internal()
109 void **stringmap_slot(stringmap_t *Map, const char *Key) { in stringmap_slot()
113 void *stringmap_insert(stringmap_t *Map, const char *Key, void *Value) { in stringmap_insert()
120 void *stringmap_hash_insert(stringmap_t *Map, long Hash, const char *Key, void *Value) { in stringmap_hash_insert()
134 …*stringmap_remove_internal(stringmap_t *Map, stringmap_node_t **Slot, long Hash, const char *Key) { in stringmap_remove_internal()
[all …]
/dports/shells/ion/termion-c27678efc2ed14576361c7ce6d806a6bb576f1a9/src/
H A Devent.rs10 Key(Key), enumerator
40 Right, enumerator
55 pub enum Key { enum
61 Right, enumerator
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/termion-1.5.4/src/
H A Devent.rs10 Key(Key), enumerator
40 Right, enumerator
55 pub enum Key { enum
61 Right, enumerator
/dports/www/rearx/rearx-0.1.4/cargo-crates/termion-1.5.6/src/
H A Devent.rs10 Key(Key), enumerator
40 Right, enumerator
55 pub enum Key { enum
61 Right, enumerator
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/termion-1.5.5/src/
H A Devent.rs10 Key(Key), enumerator
40 Right, enumerator
55 pub enum Key { enum
61 Right, enumerator
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/termion-1.5.5/src/
H A Devent.rs10 Key(Key), enumerator
40 Right, enumerator
55 pub enum Key { enum
61 Right, enumerator

12345678910>>...39