Home
last modified time | relevance | path

Searched defs:InternalEvent (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/games/scummvm/scummvm-2.5.1/backends/platform/iphone/
H A Diphone_common.h86 struct InternalEvent { struct
87 InternalEvent() : type(), value1(), value2() {} in InternalEvent() function
88 InternalEvent(InputEvent t, int v1, int v2) : type(t), value1(v1), value2(v2) {} in InternalEvent() function
96 bool iPhone_fetchEvent(InternalEvent *event); argument
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/iphone/
H A Diphone_common.h91 struct InternalEvent { struct
92 InternalEvent() : type(), value1(), value2() {} in InternalEvent() argument
93 InternalEvent(InputEvent t, int v1, int v2) : type(t), value1(v1), value2(v2) {} in InternalEvent() argument
101 bool iPhone_fetchEvent(InternalEvent *event); argument
/dports/games/scummvm/scummvm-2.5.1/backends/platform/ios7/
H A Dios7_common.h97 struct InternalEvent { struct
98 InternalEvent() : type(), value1(), value2() {} in InternalEvent() argument
99 InternalEvent(InputEvent t, int v1, int v2) : type(t), value1(v1), value2(v2) {} in InternalEvent() function
111 bool iOS7_fetchEvent(InternalEvent *event); argument
/dports/shells/nsh/nsh-0.4.2/cargo-crates/crossterm-0.18.2/src/event/sys/unix/
H A Dparse.rs28 pub(crate) fn parse_event(buffer: &[u8], input_available: bool) -> Result<Option<InternalEvent>> { in parse_event()
114 pub(crate) fn parse_csi(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi()
182 pub(crate) fn parse_csi_cursor_position(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_cursor_position()
215 pub(crate) fn parse_csi_modifier_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_modifier_key_code()
242 pub(crate) fn parse_csi_special_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_special_key_code()
277 pub(crate) fn parse_csi_rxvt_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_rxvt_mouse()
333 pub(crate) fn parse_csi_x10_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_x10_mouse()
387 pub(crate) fn parse_csi_xterm_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_xterm_mouse()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/crossterm-0.17.7/src/event/sys/unix/
H A Dparse.rs28 pub(crate) fn parse_event(buffer: &[u8], input_available: bool) -> Result<Option<InternalEvent>> { in parse_event()
114 pub(crate) fn parse_csi(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi()
179 pub(crate) fn parse_csi_cursor_position(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_cursor_position()
212 pub(crate) fn parse_csi_modifier_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_modifier_key_code()
239 pub(crate) fn parse_csi_special_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_special_key_code()
274 pub(crate) fn parse_csi_rxvt_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_rxvt_mouse()
330 pub(crate) fn parse_csi_x10_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_x10_mouse()
384 pub(crate) fn parse_csi_xterm_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_xterm_mouse()
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/crossterm-0.17.7/src/event/sys/unix/
H A Dparse.rs28 pub(crate) fn parse_event(buffer: &[u8], input_available: bool) -> Result<Option<InternalEvent>> { in parse_event()
114 pub(crate) fn parse_csi(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi()
179 pub(crate) fn parse_csi_cursor_position(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_cursor_position()
212 pub(crate) fn parse_csi_modifier_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_modifier_key_code()
239 pub(crate) fn parse_csi_special_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_special_key_code()
274 pub(crate) fn parse_csi_rxvt_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_rxvt_mouse()
330 pub(crate) fn parse_csi_x10_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_x10_mouse()
384 pub(crate) fn parse_csi_xterm_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_xterm_mouse()
/dports/devel/desed/desed-1.2.0/cargo-crates/crossterm-0.17.6/src/event/sys/unix/
H A Dparse.rs28 pub(crate) fn parse_event(buffer: &[u8], input_available: bool) -> Result<Option<InternalEvent>> { in parse_event()
114 pub(crate) fn parse_csi(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi()
179 pub(crate) fn parse_csi_cursor_position(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_cursor_position()
212 pub(crate) fn parse_csi_modifier_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_modifier_key_code()
239 pub(crate) fn parse_csi_special_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_special_key_code()
274 pub(crate) fn parse_csi_rxvt_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_rxvt_mouse()
330 pub(crate) fn parse_csi_x10_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_x10_mouse()
384 pub(crate) fn parse_csi_xterm_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_xterm_mouse()
/dports/graphics/viu/viu-1.1/cargo-crates/crossterm-0.17.7/src/event/sys/unix/
H A Dparse.rs28 pub(crate) fn parse_event(buffer: &[u8], input_available: bool) -> Result<Option<InternalEvent>> { in parse_event()
114 pub(crate) fn parse_csi(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi()
179 pub(crate) fn parse_csi_cursor_position(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_cursor_position()
212 pub(crate) fn parse_csi_modifier_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_modifier_key_code()
239 pub(crate) fn parse_csi_special_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_special_key_code()
274 pub(crate) fn parse_csi_rxvt_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_rxvt_mouse()
330 pub(crate) fn parse_csi_x10_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_x10_mouse()
384 pub(crate) fn parse_csi_xterm_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_xterm_mouse()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/ios7/
H A Dios7_common.h111 struct InternalEvent { struct
112 InternalEvent() : type(), value1(), value2() {} in InternalEvent() argument
113 InternalEvent(InputEvent t, int v1, int v2) : type(t), value1(v1), value2(v2) {} in InternalEvent() argument
125 bool iOS7_fetchEvent(InternalEvent *event); argument
/dports/misc/broot/broot-1.7.0/cargo-crates/crossterm-0.21.0/src/event/sys/unix/
H A Dparse.rs26 pub(crate) fn parse_event(buffer: &[u8], input_available: bool) -> Result<Option<InternalEvent>> { in parse_event()
116 pub(crate) fn parse_csi(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi()
184 pub(crate) fn parse_csi_cursor_position(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_cursor_position()
217 pub(crate) fn parse_csi_modifier_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_modifier_key_code()
244 pub(crate) fn parse_csi_special_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_special_key_code()
281 pub(crate) fn parse_csi_rxvt_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_rxvt_mouse()
308 pub(crate) fn parse_csi_normal_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_normal_mouse()
336 pub(crate) fn parse_csi_sgr_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_sgr_mouse()
/dports/misc/broot/broot-1.7.0/cargo-crates/crossterm-0.19.0/src/event/sys/unix/
H A Dparse.rs29 pub(crate) fn parse_event(buffer: &[u8], input_available: bool) -> Result<Option<InternalEvent>> { in parse_event()
119 pub(crate) fn parse_csi(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi()
187 pub(crate) fn parse_csi_cursor_position(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_cursor_position()
220 pub(crate) fn parse_csi_modifier_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_modifier_key_code()
247 pub(crate) fn parse_csi_special_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_special_key_code()
282 pub(crate) fn parse_csi_rxvt_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_rxvt_mouse()
309 pub(crate) fn parse_csi_normal_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_normal_mouse()
337 pub(crate) fn parse_csi_sgr_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_sgr_mouse()
/dports/editors/helix/helix-0.5.0/cargo-crates/crossterm-0.22.1/src/event/sys/unix/
H A Dparse.rs26 pub(crate) fn parse_event(buffer: &[u8], input_available: bool) -> Result<Option<InternalEvent>> { in parse_event()
116 pub(crate) fn parse_csi(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi()
184 pub(crate) fn parse_csi_cursor_position(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_cursor_position()
217 pub(crate) fn parse_csi_modifier_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_modifier_key_code()
244 pub(crate) fn parse_csi_special_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_special_key_code()
281 pub(crate) fn parse_csi_rxvt_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_rxvt_mouse()
308 pub(crate) fn parse_csi_normal_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_normal_mouse()
336 pub(crate) fn parse_csi_sgr_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_sgr_mouse()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/crossterm-0.20.0/src/event/sys/unix/
H A Dparse.rs26 pub(crate) fn parse_event(buffer: &[u8], input_available: bool) -> Result<Option<InternalEvent>> { in parse_event()
116 pub(crate) fn parse_csi(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi()
184 pub(crate) fn parse_csi_cursor_position(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_cursor_position()
217 pub(crate) fn parse_csi_modifier_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_modifier_key_code()
244 pub(crate) fn parse_csi_special_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_special_key_code()
281 pub(crate) fn parse_csi_rxvt_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_rxvt_mouse()
308 pub(crate) fn parse_csi_normal_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_normal_mouse()
336 pub(crate) fn parse_csi_sgr_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_sgr_mouse()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/crossterm-0.21.0/src/event/sys/unix/
H A Dparse.rs26 pub(crate) fn parse_event(buffer: &[u8], input_available: bool) -> Result<Option<InternalEvent>> { in parse_event()
116 pub(crate) fn parse_csi(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi()
184 pub(crate) fn parse_csi_cursor_position(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_cursor_position()
217 pub(crate) fn parse_csi_modifier_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_modifier_key_code()
244 pub(crate) fn parse_csi_special_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_special_key_code()
281 pub(crate) fn parse_csi_rxvt_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_rxvt_mouse()
308 pub(crate) fn parse_csi_normal_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_normal_mouse()
336 pub(crate) fn parse_csi_sgr_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_sgr_mouse()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/crossterm-0.19.0/src/event/sys/unix/
H A Dparse.rs29 pub(crate) fn parse_event(buffer: &[u8], input_available: bool) -> Result<Option<InternalEvent>> { in parse_event()
119 pub(crate) fn parse_csi(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi()
187 pub(crate) fn parse_csi_cursor_position(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_cursor_position()
220 pub(crate) fn parse_csi_modifier_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_modifier_key_code()
247 pub(crate) fn parse_csi_special_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_special_key_code()
282 pub(crate) fn parse_csi_rxvt_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_rxvt_mouse()
309 pub(crate) fn parse_csi_normal_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_normal_mouse()
337 pub(crate) fn parse_csi_sgr_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_sgr_mouse()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/crossterm-0.20.0/src/event/sys/unix/
H A Dparse.rs26 pub(crate) fn parse_event(buffer: &[u8], input_available: bool) -> Result<Option<InternalEvent>> { in parse_event()
116 pub(crate) fn parse_csi(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi()
184 pub(crate) fn parse_csi_cursor_position(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_cursor_position()
217 pub(crate) fn parse_csi_modifier_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_modifier_key_code()
244 pub(crate) fn parse_csi_special_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_special_key_code()
281 pub(crate) fn parse_csi_rxvt_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_rxvt_mouse()
308 pub(crate) fn parse_csi_normal_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_normal_mouse()
336 pub(crate) fn parse_csi_sgr_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_sgr_mouse()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/crossterm-0.22.1/src/event/sys/unix/
H A Dparse.rs26 pub(crate) fn parse_event(buffer: &[u8], input_available: bool) -> Result<Option<InternalEvent>> { in parse_event()
116 pub(crate) fn parse_csi(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi()
184 pub(crate) fn parse_csi_cursor_position(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_cursor_position()
217 pub(crate) fn parse_csi_modifier_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_modifier_key_code()
244 pub(crate) fn parse_csi_special_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_special_key_code()
281 pub(crate) fn parse_csi_rxvt_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_rxvt_mouse()
308 pub(crate) fn parse_csi_normal_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_normal_mouse()
336 pub(crate) fn parse_csi_sgr_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_sgr_mouse()
/dports/net/oha/oha-0.4.7/cargo-crates/crossterm-0.20.0/src/event/sys/unix/
H A Dparse.rs26 pub(crate) fn parse_event(buffer: &[u8], input_available: bool) -> Result<Option<InternalEvent>> { in parse_event()
116 pub(crate) fn parse_csi(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi()
184 pub(crate) fn parse_csi_cursor_position(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_cursor_position()
217 pub(crate) fn parse_csi_modifier_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_modifier_key_code()
244 pub(crate) fn parse_csi_special_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_special_key_code()
281 pub(crate) fn parse_csi_rxvt_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_rxvt_mouse()
308 pub(crate) fn parse_csi_normal_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_normal_mouse()
336 pub(crate) fn parse_csi_sgr_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_sgr_mouse()
/dports/net/oha/oha-0.4.7/cargo-crates/crossterm-0.21.0/src/event/sys/unix/
H A Dparse.rs26 pub(crate) fn parse_event(buffer: &[u8], input_available: bool) -> Result<Option<InternalEvent>> { in parse_event()
116 pub(crate) fn parse_csi(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi()
184 pub(crate) fn parse_csi_cursor_position(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_cursor_position()
217 pub(crate) fn parse_csi_modifier_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_modifier_key_code()
244 pub(crate) fn parse_csi_special_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_special_key_code()
281 pub(crate) fn parse_csi_rxvt_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_rxvt_mouse()
308 pub(crate) fn parse_csi_normal_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_normal_mouse()
336 pub(crate) fn parse_csi_sgr_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_sgr_mouse()
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/crossterm-0.20.0/src/event/sys/unix/
H A Dparse.rs26 pub(crate) fn parse_event(buffer: &[u8], input_available: bool) -> Result<Option<InternalEvent>> { in parse_event()
116 pub(crate) fn parse_csi(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi()
184 pub(crate) fn parse_csi_cursor_position(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_cursor_position()
217 pub(crate) fn parse_csi_modifier_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_modifier_key_code()
244 pub(crate) fn parse_csi_special_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_special_key_code()
281 pub(crate) fn parse_csi_rxvt_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_rxvt_mouse()
308 pub(crate) fn parse_csi_normal_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_normal_mouse()
336 pub(crate) fn parse_csi_sgr_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_sgr_mouse()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/crossterm-0.20.0/src/event/sys/unix/
H A Dparse.rs26 pub(crate) fn parse_event(buffer: &[u8], input_available: bool) -> Result<Option<InternalEvent>> { in parse_event()
116 pub(crate) fn parse_csi(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi()
184 pub(crate) fn parse_csi_cursor_position(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_cursor_position()
217 pub(crate) fn parse_csi_modifier_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_modifier_key_code()
244 pub(crate) fn parse_csi_special_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_special_key_code()
281 pub(crate) fn parse_csi_rxvt_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_rxvt_mouse()
308 pub(crate) fn parse_csi_normal_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_normal_mouse()
336 pub(crate) fn parse_csi_sgr_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_sgr_mouse()
/dports/sysutils/vector/vector-0.10.0/src/internal_events/
H A Dmod.rs41 pub trait InternalEvent: std::fmt::Debug { interface
46 pub fn emit(event: impl InternalEvent) { in emit()
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/
H A Dwatch.go53 func Convert_versioned_InternalEvent_to_versioned_Event(in *InternalEvent, out *WatchEvent, s conve…
71 func Convert_versioned_Event_to_versioned_InternalEvent(in *WatchEvent, out *InternalEvent, s conve…
77 type InternalEvent watch.Event type
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/crossterm-0.13.3/src/input/sys/
H A Dunix.rs65 fn receiver(&mut self) -> Result<Receiver<InternalEvent>>; in receiver()
104 fn send(&self, event: InternalEvent) { in send()
110 fn receiver(&self) -> Receiver<InternalEvent> { in receiver()
147 fn receiver(&mut self) -> Result<Receiver<InternalEvent>> { in receiver()
524 fn parse_csi(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi()
589 fn parse_csi_cursor_position(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_cursor_position()
607 fn parse_csi_modifier_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_modifier_key_code()
628 fn parse_csi_special_key_code(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_special_key_code()
660 fn parse_csi_rxvt_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_rxvt_mouse()
690 fn parse_csi_x10_mouse(buffer: &[u8]) -> Result<Option<InternalEvent>> { in parse_csi_x10_mouse()
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/
H A Dwatch.go55 func Convert_v1_InternalEvent_To_v1_WatchEvent(in *InternalEvent, out *WatchEvent, s conversion.Sco…
73 func Convert_v1_WatchEvent_To_v1_InternalEvent(in *WatchEvent, out *InternalEvent, s conversion.Sco…
79 type InternalEvent watch.Event type

12345678910