Home
last modified time | relevance | path

Searched refs:handle_event (Results 1 – 25 of 2192) sorted by relevance

12345678910>>...88

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/basic/
H A DLSPComplexWidget.cpp58 pMouse->handle_event(&ev); in acquire_mouse_handler()
65 child->handle_event(&ev); in acquire_mouse_handler()
87 pMouse->handle_event(&ev); in release_mouse_handler()
99 return LSPWidget::handle_event(e); in handle_event_internal()
113 child->handle_event(e); in handle_event()
127 child->handle_event(e); in handle_event()
142 child->handle_event(e); in handle_event()
155 return child->handle_event(e); in handle_event()
166 child->handle_event(e); in handle_event()
178 child->handle_event(e); in handle_event()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_fsm_userauth_client.erl43 -export([callback_mode/0, handle_event/4, terminate/3,
59 handle_event(internal, #ssh_msg_ext_info{}=Msg, {userauth,client}, D0) -> function
65 handle_event(internal, #ssh_msg_userauth_success{}, {userauth,client}, D0=#data{ssh_params = Ssh}) … function
73 handle_event(internal, #ssh_msg_userauth_failure{}, {userauth,client}=StateName, function
81 handle_event(internal, #ssh_msg_userauth_failure{authentications = Methods}, StateName={userauth,cl… function
108 handle_event(internal, #ssh_msg_userauth_banner{message = Msg}, {userauth,client}, D) -> function
118 handle_event(internal, #ssh_msg_userauth_info_request{} = Msg, {userauth_keyboard_interactive, clie… function
128 handle_event(internal, #ssh_msg_userauth_failure{}, {userauth_keyboard_interactive, client}, function
135 handle_event(internal, #ssh_msg_userauth_failure{}, {userauth_keyboard_interactive_info_response, c… function
160 handle_event(Type, Event, StateName, D) -> function
[all …]
H A Dssh_fsm_kexinit.erl43 -export([callback_mode/0, handle_event/4, terminate/3,
58 handle_event(internal, {#ssh_msg_kexinit{}=Kex, Payload}, {kexinit,Role,ReNeg}, function
151 handle_event(internal, #ssh_msg_newkeys{} = Msg, {new_keys,client,init}, D0) -> function
159 handle_event(internal, #ssh_msg_newkeys{} = Msg, {new_keys,server,init}, D) -> function
166 handle_event(internal, #ssh_msg_newkeys{} = Msg, {new_keys,Role,renegotiate}, D) -> function
175 handle_event(internal, #ssh_msg_ext_info{}=Msg, {ext_info,Role,init}, D0) -> function
183 handle_event(internal, #ssh_msg_newkeys{}=Msg, {ext_info,_Role,renegotiate}, D) -> function
188 handle_event(internal, Msg, {ext_info,Role,init}, D) when is_tuple(Msg) -> function
192 handle_event(internal, Msg, {ext_info,Role,renegotiate}, D) when is_tuple(Msg) -> function
197 handle_event(Type, Event, StateName, D) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_fsm_userauth_client.erl43 -export([callback_mode/0, handle_event/4, terminate/3,
59 handle_event(internal, #ssh_msg_ext_info{}=Msg, {userauth,client}, D0) -> function
65 handle_event(internal, #ssh_msg_userauth_success{}, {userauth,client}, D0=#data{ssh_params = Ssh}) … function
73 handle_event(internal, #ssh_msg_userauth_failure{}, {userauth,client}=StateName, function
81 handle_event(internal, #ssh_msg_userauth_failure{authentications = Methods}, StateName={userauth,cl… function
108 handle_event(internal, #ssh_msg_userauth_banner{message = Msg}, {userauth,client}, D) -> function
118 handle_event(internal, #ssh_msg_userauth_info_request{} = Msg, {userauth_keyboard_interactive, clie… function
128 handle_event(internal, #ssh_msg_userauth_failure{}, {userauth_keyboard_interactive, client}, function
135 handle_event(internal, #ssh_msg_userauth_failure{}, {userauth_keyboard_interactive_info_response, c… function
160 handle_event(Type, Event, StateName, D) -> function
[all …]
H A Dssh_fsm_kexinit.erl43 -export([callback_mode/0, handle_event/4, terminate/3,
58 handle_event(internal, {#ssh_msg_kexinit{}=Kex, Payload}, {kexinit,Role,ReNeg}, function
151 handle_event(internal, #ssh_msg_newkeys{} = Msg, {new_keys,client,init}, D0) -> function
159 handle_event(internal, #ssh_msg_newkeys{} = Msg, {new_keys,server,init}, D) -> function
166 handle_event(internal, #ssh_msg_newkeys{} = Msg, {new_keys,Role,renegotiate}, D) -> function
175 handle_event(internal, #ssh_msg_ext_info{}=Msg, {ext_info,Role,init}, D0) -> function
183 handle_event(internal, #ssh_msg_newkeys{}=Msg, {ext_info,_Role,renegotiate}, D) -> function
188 handle_event(internal, Msg, {ext_info,Role,init}, D) when is_tuple(Msg) -> function
192 handle_event(internal, Msg, {ext_info,Role,renegotiate}, D) when is_tuple(Msg) -> function
197 handle_event(Type, Event, StateName, D) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_fsm_userauth_client.erl43 -export([callback_mode/0, handle_event/4, terminate/3,
59 handle_event(internal, #ssh_msg_ext_info{}=Msg, {userauth,client}, D0) -> function
65 handle_event(internal, #ssh_msg_userauth_success{}, {userauth,client}, D0=#data{ssh_params = Ssh}) … function
73 handle_event(internal, #ssh_msg_userauth_failure{}, {userauth,client}=StateName, function
81 handle_event(internal, #ssh_msg_userauth_failure{authentications = Methods}, StateName={userauth,cl… function
108 handle_event(internal, #ssh_msg_userauth_banner{message = Msg}, {userauth,client}, D) -> function
118 handle_event(internal, #ssh_msg_userauth_info_request{} = Msg, {userauth_keyboard_interactive, clie… function
128 handle_event(internal, #ssh_msg_userauth_failure{}, {userauth_keyboard_interactive, client}, function
135 handle_event(internal, #ssh_msg_userauth_failure{}, {userauth_keyboard_interactive_info_response, c… function
160 handle_event(Type, Event, StateName, D) -> function
[all …]
H A Dssh_fsm_kexinit.erl43 -export([callback_mode/0, handle_event/4, terminate/3,
58 handle_event(internal, {#ssh_msg_kexinit{}=Kex, Payload}, {kexinit,Role,ReNeg}, function
151 handle_event(internal, #ssh_msg_newkeys{} = Msg, {new_keys,client,init}, D0) -> function
159 handle_event(internal, #ssh_msg_newkeys{} = Msg, {new_keys,server,init}, D) -> function
166 handle_event(internal, #ssh_msg_newkeys{} = Msg, {new_keys,Role,renegotiate}, D) -> function
175 handle_event(internal, #ssh_msg_ext_info{}=Msg, {ext_info,Role,init}, D0) -> function
183 handle_event(internal, #ssh_msg_newkeys{}=Msg, {ext_info,_Role,renegotiate}, D) -> function
188 handle_event(internal, Msg, {ext_info,Role,init}, D) when is_tuple(Msg) -> function
192 handle_event(internal, Msg, {ext_info,Role,renegotiate}, D) when is_tuple(Msg) -> function
197 handle_event(Type, Event, StateName, D) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_fsm_userauth_client.erl43 -export([callback_mode/0, handle_event/4, terminate/3,
59 handle_event(internal, #ssh_msg_ext_info{}=Msg, {userauth,client}, D0) -> function
65 handle_event(internal, #ssh_msg_userauth_success{}, {userauth,client}, D0=#data{ssh_params = Ssh}) … function
73 handle_event(internal, #ssh_msg_userauth_failure{}, {userauth,client}=StateName, function
81 handle_event(internal, #ssh_msg_userauth_failure{authentications = Methods}, StateName={userauth,cl… function
108 handle_event(internal, #ssh_msg_userauth_banner{message = Msg}, {userauth,client}, D) -> function
118 handle_event(internal, #ssh_msg_userauth_info_request{} = Msg, {userauth_keyboard_interactive, clie… function
128 handle_event(internal, #ssh_msg_userauth_failure{}, {userauth_keyboard_interactive, client}, function
135 handle_event(internal, #ssh_msg_userauth_failure{}, {userauth_keyboard_interactive_info_response, c… function
160 handle_event(Type, Event, StateName, D) -> function
[all …]
H A Dssh_fsm_kexinit.erl43 -export([callback_mode/0, handle_event/4, terminate/3,
58 handle_event(internal, {#ssh_msg_kexinit{}=Kex, Payload}, {kexinit,Role,ReNeg}, function
151 handle_event(internal, #ssh_msg_newkeys{} = Msg, {new_keys,client,init}, D0) -> function
159 handle_event(internal, #ssh_msg_newkeys{} = Msg, {new_keys,server,init}, D) -> function
166 handle_event(internal, #ssh_msg_newkeys{} = Msg, {new_keys,Role,renegotiate}, D) -> function
175 handle_event(internal, #ssh_msg_ext_info{}=Msg, {ext_info,Role,init}, D0) -> function
183 handle_event(internal, #ssh_msg_newkeys{}=Msg, {ext_info,_Role,renegotiate}, D) -> function
188 handle_event(internal, Msg, {ext_info,Role,init}, D) when is_tuple(Msg) -> function
192 handle_event(internal, Msg, {ext_info,Role,renegotiate}, D) when is_tuple(Msg) -> function
197 handle_event(Type, Event, StateName, D) -> function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Ddummy_h.erl24 -export([init/1, handle_event/2, handle_call/2, handle_info/2,
36 handle_event({swap_event,Mod,Args}, State) -> function
38 handle_event(error_event, _State) -> function
40 handle_event(do_crash, _State) -> function
42 handle_event(hibernate, _State) -> function
44 handle_event(wakeup, _State) -> function
46 handle_event({From, handle_event}, _State) -> function
49 handle_event(Event, Parent) -> function
H A Ddummy1_h.erl24 -export([init/1, handle_event/2, handle_call/2, handle_info/2,
36 handle_event(delete_event, _Parent) -> function
38 handle_event(do_crash, _State) -> function
41 handle_event(hibernate, Parent) -> function
43 handle_event(wakeup, Parent) -> function
45 handle_event(Event, Parent) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Ddummy_h.erl24 -export([init/1, handle_event/2, handle_call/2, handle_info/2,
36 handle_event({swap_event,Mod,Args}, State) -> function
38 handle_event(error_event, _State) -> function
40 handle_event(do_crash, _State) -> function
42 handle_event(hibernate, _State) -> function
44 handle_event(wakeup, _State) -> function
46 handle_event({From, handle_event}, _State) -> function
49 handle_event(Event, Parent) -> function
H A Ddummy1_h.erl24 -export([init/1, handle_event/2, handle_call/2, handle_info/2,
36 handle_event(delete_event, _Parent) -> function
38 handle_event(do_crash, _State) -> function
41 handle_event(hibernate, Parent) -> function
43 handle_event(wakeup, Parent) -> function
45 handle_event(Event, Parent) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Ddummy_h.erl24 -export([init/1, handle_event/2, handle_call/2, handle_info/2,
36 handle_event({swap_event,Mod,Args}, State) -> function
38 handle_event(error_event, _State) -> function
40 handle_event(do_crash, _State) -> function
42 handle_event(hibernate, _State) -> function
44 handle_event(wakeup, _State) -> function
46 handle_event({From, handle_event}, _State) -> function
49 handle_event(Event, Parent) -> function
H A Ddummy1_h.erl24 -export([init/1, handle_event/2, handle_call/2, handle_info/2,
36 handle_event(delete_event, _Parent) -> function
38 handle_event(do_crash, _State) -> function
41 handle_event(hibernate, Parent) -> function
43 handle_event(wakeup, Parent) -> function
45 handle_event(Event, Parent) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Ddummy_h.erl24 -export([init/1, handle_event/2, handle_call/2, handle_info/2,
36 handle_event({swap_event,Mod,Args}, State) -> function
38 handle_event(error_event, _State) -> function
40 handle_event(do_crash, _State) -> function
42 handle_event(hibernate, _State) -> function
44 handle_event(wakeup, _State) -> function
46 handle_event({From, handle_event}, _State) -> function
49 handle_event(Event, Parent) -> function
H A Ddummy1_h.erl24 -export([init/1, handle_event/2, handle_call/2, handle_info/2,
36 handle_event(delete_event, _Parent) -> function
38 handle_event(do_crash, _State) -> function
41 handle_event(hibernate, Parent) -> function
43 handle_event(wakeup, Parent) -> function
45 handle_event(Event, Parent) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Ddummy_h.erl24 -export([init/1, handle_event/2, handle_call/2, handle_info/2,
36 handle_event({swap_event,Mod,Args}, State) -> function
38 handle_event(error_event, _State) -> function
40 handle_event(do_crash, _State) -> function
42 handle_event(hibernate, _State) -> function
44 handle_event(wakeup, _State) -> function
46 handle_event({From, handle_event}, _State) -> function
49 handle_event(Event, Parent) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Ddummy_h.erl24 -export([init/1, handle_event/2, handle_call/2, handle_info/2,
36 handle_event({swap_event,Mod,Args}, State) -> function
38 handle_event(error_event, _State) -> function
40 handle_event(do_crash, _State) -> function
42 handle_event(hibernate, _State) -> function
44 handle_event(wakeup, _State) -> function
46 handle_event({From, handle_event}, _State) -> function
49 handle_event(Event, Parent) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/
H A Ddummy_h.erl24 -export([init/1, handle_event/2, handle_call/2, handle_info/2,
36 handle_event({swap_event,Mod,Args}, State) -> function
38 handle_event(error_event, _State) -> function
40 handle_event(do_crash, _State) -> function
42 handle_event(hibernate, _State) -> function
44 handle_event(wakeup, _State) -> function
46 handle_event({From, handle_event}, _State) -> function
49 handle_event(Event, Parent) -> function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_connection_tracking_handler.erl18 -export([init/1, handle_call/2, handle_event/2, handle_info/2,
42 handle_event(#event{type = connection_created, props = Details}, State) -> function
45 handle_event(#event{type = connection_closed, props = Details}, State) -> function
48 handle_event(#event{type = vhost_deleted, props = Details}, State) -> function
54 handle_event(#event{type = vhost_down, props = Details}, State) -> function
57 handle_event(#event{type = user_deleted, props = Details}, State) -> function
61 handle_event(#event{type = node_deleted, props = Details}, State) -> function
64 handle_event(_Event, State) -> function
H A Drabbit_channel_tracking_handler.erl21 -export([init/1, handle_call/2, handle_event/2, handle_info/2,
42 handle_event(#event{type = channel_created, props = Details}, State) -> function
45 handle_event(#event{type = channel_closed, props = Details}, State) -> function
48 handle_event(#event{type = connection_closed, props = Details}, State) -> function
51 handle_event(#event{type = user_deleted, props = Details}, State) -> function
55 handle_event(#event{type = node_deleted, props = Details}, State) -> function
58 handle_event(_Event, State) -> function
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dactions.h57 virtual int handle_event(Actor *actor) = 0;
96 int handle_event(Actor *actor) override;
127 int handle_event(Actor *actor) override;
163 int handle_event(Actor *actor) override;
185 int handle_event(Actor *actor) override;
200 int handle_event(Actor *actor) override;
211 int handle_event(Actor *actor) override;
232 int handle_event(Actor *actor) override;
251 int handle_event(Actor *actor) override;
278 int handle_event(Actor *actor) override;
[all …]
/dports/www/erlang-cowboy/cowboy-1.1.2/test/
H A Dcowboy_error_h.erl23 -export([handle_event/2]).
42 handle_event({info_report, _, {_, progress, _}}, State) -> function
44 handle_event({info_report, _, {_, std_info, _}}, State) -> function
46 handle_event({error_report, _, {_, supervisor_report, _}}, State) -> function
49 handle_event({error_report, _, {_, crash_report, function
58 handle_event(Event = {error, GL, {emulator, _, Msg}}, State) function
89 handle_event(Event = {error, GL, function
102 handle_event(Event = {_, GL, _}, State) when node(GL) =:= node() -> function
105 handle_event(_, State) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/src/
H A Dssh_connection_handler.erl548 -spec handle_event(gen_statem:event_type(),
814 handle_event(_, function
1011 handle_event(_, #ssh_msg_ignore{}, _, _) -> function
1017 handle_event(_, #ssh_msg_debug{} = Msg, _, D) -> function
1075 handle_event(enter, {connected,_}, State, D) -> function
1103 handle_event({call,From}, get_alg, _, D) -> function
1189 handle_event({call,From}, {info, all}, _, D) -> function
1251 handle_event({call,From}, function
1477 handle_event(info, check_cache, _, D) -> function
1526 handle_event(enter, _OldState, State, D) -> function
[all …]

12345678910>>...88