Home
last modified time | relevance | path

Searched refs:handle_command (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/dports/security/py-ospd/ospd-21.4.4/tests/
H A Dtest_scan_and_result.py214 self.daemon.handle_command(
240 self.daemon.handle_command(
542 self.daemon.handle_command(
601 self.daemon.handle_command(
653 self.daemon.handle_command(
676 self.daemon.handle_command(
686 self.daemon.handle_command(
696 self.daemon.handle_command(
710 self.daemon.handle_command(
721 self.daemon.handle_command(
[all …]
/dports/net-im/py-slixmpp/slixmpp-1.7.1/tests/
H A Dtest_stream_xep_0050.py34 def handle_command(iq, session): function
52 'Do Foo', handle_command)
78 def handle_command(iq, session): function
90 'Do Foo', handle_command)
119 def handle_command(iq, session): function
135 'Do Foo', handle_command)
192 def handle_command(iq, session): function
220 'Do Foo', handle_command)
307 def handle_command(iq, session): function
382 def handle_command(iq, session): function
[all …]
/dports/x11-wm/sway/sway-1.5.1/sway/commands/
H A Dclient.c13 static struct cmd_results *handle_command(int argc, char **argv, char *cmd_name, in handle_command() function
60 return handle_command(argc, argv, "client.focused", in cmd_client_focused()
65 return handle_command(argc, argv, "client.focused_inactive", in cmd_client_focused_inactive()
70 return handle_command(argc, argv, "client.unfocused", in cmd_client_unfocused()
75 return handle_command(argc, argv, "client.urgent", in cmd_client_urgent()
H A Dfloating_minmax_size.c16 static struct cmd_results *handle_command(int argc, char **argv, char *cmd_name, in handle_command() function
45 return handle_command(argc, argv, "floating_minimum_size", min_usage, in cmd_floating_minimum_size()
50 return handle_command(argc, argv, "floating_maximum_size", max_usage, in cmd_floating_maximum_size()
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/test/
H A Dmain.c50 handle_command ( in test_detect_indent()
60 handle_command(commands, "close"); in test_detect_indent()
65 handle_command(commands, "bind ^A 'insert zzz'; open"); in test_handle_binding()
86 handle_command(commands, "close"); in test_handle_binding()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/osiris/src/
H A Dosiris_writer.erl216 case catch lists:foldr(fun handle_command/2,
366 handle_command({cast, {write, Pid, WriterId, Corr, R}}, function
408 handle_command({call, From, read_tracking}, function
413 handle_command({cast, {register_data_listener, Pid, Offset}}, function
422 handle_command({cast, function
452 handle_command({call, From, get_reader_context}, function
476 handle_command({call, From, {query_writers, QueryFun}}, function
490 handle_command({call, From, query_replication_state}, function
503 handle_command({call, From, {update_retention, Retention}}, function
513 handle_command(osiris_stop, _Acc) -> function
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/lua_api/
H A DTestFileHandle.lua6 self:handle_command('script print(1+1)')
19 self:handle_command('p/x 3735928559', false)
30 self:handle_command('lol', false)
/dports/net/trickle/trickle-1.07/
H A Dtricklectl.c45 void handle_command(int, int, char **);
96 handle_command(i, argc, argv); in main()
102 handle_command(int cmd, int ac, char **av) in handle_command() function
/dports/devel/libubox/libubox-c83a84af/examples/
H A Djson_script-example.c13 static void handle_command(struct json_script_ctx *ctx, const char *name, in handle_command() function
60 jctx.handle_command = handle_command; in main()
/dports/www/moinmoin/moin-1.9.11/jabberbot/_tests/
H A Dtest_xmppbot.py58 self.bot.handle_command(cmd)
67 self.bot.handle_command(command)
75 self.bot.handle_command(command)
/dports/devel/mspdebug/mspdebug-493f38b/ui/
H A Dinput_async.c57 static void handle_command(const char *text) in handle_command() function
96 handle_command(buf + 1); in io_worker()
98 handle_command(buf); in io_worker()
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/examples/
H A Dtelnet.py33 self.handle_command)
35 def handle_command(self, telnet_connection, document): member in ExampleApplication
/dports/x11-wm/sway/sway-1.5.1/sway/commands/seat/
H A Dcursor.c17 static struct cmd_results *handle_command(struct sway_cursor *cursor, in handle_command() function
71 error = handle_command(seat->cursor, argc, argv); in seat_cmd_cursor()
75 error = handle_command(seat->cursor, argc, argv); in seat_cmd_cursor()
/dports/mail/dkfilter/dkfilter-0.11/lib/
H A DMySmtpProxyServer.pm62 $self->handle_command($what)
67 sub handle_command subroutine
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/GPL/
H A Dserver_monitor.py89 self.handle_command(line)
91 def handle_command(self, command): member in LocalMonitorSocketChannel
96 return self.handler.handle_command(command)
/dports/emulators/mess/mame-mame0226/src/osd/modules/debugger/win/
H A Dlogwininfo.cpp56 bool logwin_info::handle_command(WPARAM wparam, LPARAM lparam) in handle_command() function in logwin_info
64 return debugwin_info::handle_command(wparam, lparam); in handle_command()
/dports/emulators/mame/mame-mame0226/src/osd/modules/debugger/win/
H A Dlogwininfo.cpp56 bool logwin_info::handle_command(WPARAM wparam, LPARAM lparam) in handle_command() function in logwin_info
64 return debugwin_info::handle_command(wparam, lparam); in handle_command()
/dports/devel/cgit/cgit-1.2.3/git/t/helper/
H A Dtest-line-buffer.c18 static void handle_command(const char *command, const char *arg, struct line_buffer *buf) in handle_command() function
40 handle_command(line, arg + 1, stdin_buf); in handle_line()
/dports/irc/bitlbee/bitlbee-3.6/doc/user-guide/
H A Dgenhelp.py127 yield join(handle_command(element))
132 def handle_command(tag, prefix=''): function
153 yield join(handle_command(element, this_cmd + " "))
/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/fesvr/
H A Ddevice.cc31 void device_t::handle_command(command_t cmd) in handle_command() function in device_t
146 void device_list_t::handle_command(command_t cmd) in handle_command() function in device_list_t
148 devices[cmd.device()]->handle_command(cmd); in handle_command()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_debugged.erl74 Reply = handle_command(Command),
84 handle_command(Command) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/debugger/src/
H A Ddbg_debugged.erl74 Reply = handle_command(Command),
84 handle_command(Command) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/debugger/src/
H A Ddbg_debugged.erl74 Reply = handle_command(Command),
84 handle_command(Command) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_debugged.erl74 Reply = handle_command(Command),
84 handle_command(Command) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_debugged.erl74 Reply = handle_command(Command),
84 handle_command(Command) -> function

12345678910>>...14