Home
last modified time | relevance | path

Searched refs:client_commands (Results 1 – 16 of 16) sorted by relevance

/dports/shells/zsh-completions/zsh-completions-0.33.0/src/
H A D_wemux46 local -a host_commands client_commands multi_host_commands
59 client_commands=(
75 _describe -t client_commands 'CLIENT COMMANDS' client_commands
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/debugger/
H A Dduk_debugcommands.yaml3 client_commands:
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/debugger/
H A Dduk_debugcommands.yaml3 client_commands:
/dports/irc/dircproxy/dircproxy-dc563b3/src/
H A Dirc_client.h26 static char * client_commands[] = { variable
/dports/lang/duktape-lib/duktape-2.6.0/debugger/
H A Dduk_debugcommands.yaml3 client_commands:
/dports/lang/duktape/duktape-2.6.0/debugger/
H A Dduk_debugcommands.yaml3 client_commands:
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/protocol/
H A Dprotocol_sources.gni15 "client_commands",
H A Dsync.proto28 import "components/sync/protocol/client_commands.proto";
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/sync/protocol/
H A Dprotocol_sources.gni14 "client_commands",
/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/
H A Dnetwork.c151 static const client_commands_t client_commands[] = { variable
696 static const size_t num_commands = (sizeof(client_commands) / sizeof(client_commands[0])); in session_create_commands()
714 for(i = 0; client_commands[i].command != NULL; i++) { in session_create_commands()
716 session_commands[i]->command = strdup(client_commands[i].command); in session_create_commands()
717 session_commands[i]->origin = client_commands[i].origin; in session_create_commands()
718 session_commands[i]->enable = client_commands[i].enable; in session_create_commands()
719 session_commands[i]->function = client_commands[i].function; in session_create_commands()
977 size_t i = (sizeof(client_commands) / sizeof(client_commands[0])) - 1; in select_thread()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/rust-analyzer/src/
H A Dhandlers.rs1554 if snap.config.hover_actions().implementations && snap.config.client_commands().show_reference { in show_impl_command_link()
1580 if snap.config.hover_actions().references && snap.config.client_commands().show_reference { in show_ref_command_link()
1620 let client_commands_config = snap.config.client_commands(); in runnable_action_links()
1649 || !snap.config.client_commands().goto_location in goto_type_action_links()
H A Dto_proto.rs271 if item.trigger_call_info() && config.client_commands().trigger_parameter_hints { in completion_item()
1006 let client_commands_config = snap.config.client_commands(); in code_lens()
H A Dconfig.rs966 pub fn client_commands(&self) -> ClientCommandsConfig { in client_commands() method
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/rust-analyzer/src/
H A Dhandlers.rs1544 if snap.config.hover_actions().implementations && snap.config.client_commands().show_reference { in show_impl_command_link()
1570 if snap.config.hover_actions().references && snap.config.client_commands().show_reference { in show_ref_command_link()
1610 let client_commands_config = snap.config.client_commands(); in runnable_action_links()
1639 || !snap.config.client_commands().goto_location in goto_type_action_links()
H A Dto_proto.rs265 if item.trigger_call_info() && config.client_commands().trigger_parameter_hints { in completion_item()
997 let client_commands_config = snap.config.client_commands(); in code_lens()
H A Dconfig.rs925 pub fn client_commands(&self) -> ClientCommandsConfig { in client_commands() method