Home
last modified time | relevance | path

Searched refs:command_result (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Djson_tok.h19 struct command_result;
44 struct command_result *param_escaped_string(struct command *cmd,
93 struct command_result *param_node_id(struct command *cmd,
99 struct command_result *param_channel_id(struct command *cmd,
141 struct command_result *param_secrets_array(struct command *cmd,
146 struct command_result *param_feerate_val(struct command *cmd,
151 struct command_result *param_txid(struct command *cmd,
180 struct command_result *param_psbt(struct command *cmd,
189 struct command_result *param_outpoint_arr(struct command *cmd,
204 struct command_result *
[all …]
H A Djson_tok.c14 struct command_result *param_array(struct command *cmd, const char *name, in param_array()
26 struct command_result *param_bool(struct command *cmd, const char *name, in param_bool()
49 struct command_result *param_escaped_string(struct command *cmd, in param_escaped_string()
290 struct command_result *param_secrets_array(struct command *cmd, in param_secrets_array()
319 struct command_result *param_feerate_val(struct command *cmd, in param_feerate_val()
461 struct command_result *param_txid(struct command *cmd, in param_txid()
500 struct command_result *param_psbt(struct command *cmd, in param_psbt()
514 struct command_result *param_outpoint_arr(struct command *cmd, in param_outpoint_arr()
622 struct command_result *
629 struct command_result *err; in param_routehint_array()
[all …]
/dports/mail/qpopper/qpopper4.1.0/sievead/
H A Dacap_commands.c71 sprintf(command_result, "%s OK \"STORE completed\"\r\n", tag); in acapStore()
93 command_result[0] = 0; in acapSearchMore()
102 sprintf(command_result, "%s NO \"Could not obtain file lock\"\r\n", in acapSearchMore()
122 sprintf(command_result, "%s ENTRY \"\" {%d}\r\n", in acapSearchMore()
124 strncat(command_result, value, in acapSearchMore()
125 sizeof(command_result)-strlen(command_result)-1); in acapSearchMore()
127 strncat(command_result, "\r\n", in acapSearchMore()
128 sizeof(command_result)-strlen(command_result)-1); in acapSearchMore()
146 sprintf(command_result, "%s OK \"SEARCH completed\"\r\n", tag); in acapSearchMore()
171 sprintf(command_result, in acapAuth()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/unit/plugins/modules/packaging/os/
H A Dtest_pkgin.py28 command_result = pkgin.query_package(mock_module, package)
31 self.assertEquals(command_result, pkgin.PackageState.PRESENT)
44 command_result = pkgin.query_package(mock_module, package)
47 self.assertEquals(command_result, pkgin.PackageState.PRESENT)
60 command_result = pkgin.query_package(mock_module, package)
76 command_result = pkgin.query_package(mock_module, package)
79 self.assertEquals(command_result, pkgin.PackageState.OUTDATED)
92 command_result = pkgin.query_package(mock_module, package)
108 command_result = pkgin.query_package(mock_module, package)
124 command_result = pkgin.query_package(mock_module, package)
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/plugins/
H A Dlibplugin.h41 struct command_result *(*cb)(struct command *command,
46 struct command_result *(*errcb)(struct command *command,
66 struct command_result *(*handle)(struct command *cmd,
89 struct command_result* (*handle)(struct command *cmd,
97 struct command_result *(*handle)(struct command *cmd,
166 struct command_result *command_param_failed(void);
176 struct command_result *WARN_UNUSED_RESULT
188 struct command_result *WARN_UNUSED_RESULT
192 struct command_result *WARN_UNUSED_RESULT
196 struct command_result *WARN_UNUSED_RESULT
[all …]
/dports/devel/py-behave/behave-1.2.6/behave4cmd0/
H A Dcommand_shell.py97 command_result = postprocess(command_result)
98 return command_result
107 command_result = CommandResult()
108 command_result.command = command
147 command_result.stdout = out
148 command_result.stderr = err
149 command_result.returncode = process.returncode
155 command_result.stderr = u"OSError: %s" % e
156 command_result.returncode = e.errno
161 command_result = cls.postprocess_command(postprocessors, command_result)
[all …]
H A Dcommand_shell_proc.py138 def __call__(self, command_result): argument
145 return command_result
149 output = getattr(command_result, output_name)
154 setattr(command_result, output_name, new_output)
159 command_result._output = None
160 return command_result
228 def __call__(self, command_result): argument
229 if isinstance(command_result, string_types):
230 text = command_result
233 return self.command_output_processor(command_result)
/dports/devel/obby/obby-0.4.8/src/
H A Dcommand.cpp151 obby::command_result::command_result(): in command_result() function in obby::command_result
156 obby::command_result::command_result(type type, const std::string& reply): in command_result() function in obby::command_result
170 obby::command_result::command_result(const net6::packet& pack, in command_result() function in obby::command_result
183 obby::command_result::type obby::command_result::get_type() const in get_type()
188 const std::string& obby::command_result::get_reply() const in get_reply()
245 obby::command_result obby::command_map::
249 if(m_map.get() == NULL) return command_result::NOT_FOUND; in exec_command()
251 if(iter == m_map->end() ) return command_result::NOT_FOUND; in exec_command()
270 return command_result(command_result::REPLY, reply); in on_help()
286 void obby::command_queue::result(const command_result& result) in result()
[all …]
/dports/www/tikiwiki/tiki-21.2/templates/debug/
H A Dtiki-debug_console_help.tpl4 {if $command_result.action eq 'one'}
9 <td width="15%"><code>{$command_result.name}</code></td>
10 <td>{$command_result.description} </td>
15 <td> {tr}Syntax:{/tr} <pre>{$command_result.syntax}</pre> </td>
20 <td> {tr}Example:{/tr} <pre>{$command_result.example}</pre> </td>
24 {elseif $command_result.action eq 'list'}
30 {section name=i loop=$command_result[0]}
32 <td width="15%"><code>{$command_result[0][i].cmd}</code></td>
33 <td>{$command_result[0][i].description}</td>
H A Dtiki-debug_permissions.tpl4 {if count($command_result) > 0} {* Can it be == 0 ?? *}
7 {section name=i loop=$command_result}
14 …<span class="o{if $command_result[i].value == 'y'}n{else}ff{/if}-option" title="{$command_result[i…
15 {$command_result[i].name}
32 {/if}{* if count($command_result) > 0 *}
/dports/net/sobby/sobby-0.4.8/src/
H A Dcommand_executer.cpp46 obby::command_result Sobby::CommandExecuter::
53 return obby::command_result( in on_remove()
54 obby::command_result::REPLY, in on_remove()
68 return obby::command_result( in on_remove()
69 obby::command_result::REPLY, in on_remove()
74 return obby::command_result(obby::command_result::NO_REPLY); in on_remove()
77 obby::command_result Sobby::CommandExecuter::
116 return obby::command_result(obby::command_result::NO_REPLY); in on_command()
/dports/devel/obby/obby-0.4.8/inc/
H A Dcommand.hpp75 class command_result class
96 command_result();
100 command_result(type type, const std::string& reply = "");
104 command_result(const net6::packet& pack, unsigned int& index);
160 typedef sigc::slot<command_result, const user&, const std::string&>
174 command_result exec_command(const user& from,
177 command_result on_help(const user& from, const std::string& paramlist);
198 typedef sigc::signal<void, const command_query&, const command_result&>
215 void result(const command_result& result);
237 void on_help(const command_query& query, const command_result& result);
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Djsonrpc.h49 struct command_result;
54 struct command_result *(*dispatch)(struct command *,
121 struct command_result *command_success(struct command *cmd,
125 struct command_result *command_failed(struct command *cmd,
130 struct command_result *command_still_pending(struct command *cmd)
137 struct command_result *command_raw_complete(struct command *cmd,
141 extern struct command_result *command_param_failed(void)
145 static inline void was_pending(const struct command_result *res) in was_pending()
151 static inline void fixme_ignore(const struct command_result *res) in fixme_ignore()
162 struct command_result *command_its_complicated(const char *why);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/commands/frame/var/
H A DTestFrameVar.py56 command_result = lldb.SBCommandReturnObject()
60 result = interp.HandleCommand("frame var -l", command_result)
62 output = command_result.GetOutput()
69 result = interp.HandleCommand("frame var -a", command_result)
71 output = command_result.GetOutput()
78 result = interp.HandleCommand("frame var -l -a -g", command_result)
80 output = command_result.GetOutput()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/commands/frame/var/
H A DTestFrameVar.py56 command_result = lldb.SBCommandReturnObject()
60 result = interp.HandleCommand("frame var -l", command_result)
62 output = command_result.GetOutput()
69 result = interp.HandleCommand("frame var -a", command_result)
71 output = command_result.GetOutput()
78 result = interp.HandleCommand("frame var -l -a -g", command_result)
80 output = command_result.GetOutput()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/commands/frame/var/
H A DTestFrameVar.py56 command_result = lldb.SBCommandReturnObject()
60 result = interp.HandleCommand("frame var -l", command_result)
62 output = command_result.GetOutput()
69 result = interp.HandleCommand("frame var -a", command_result)
71 output = command_result.GetOutput()
78 result = interp.HandleCommand("frame var -l -a -g", command_result)
80 output = command_result.GetOutput()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/commands/frame/var/
H A DTestFrameVar.py56 command_result = lldb.SBCommandReturnObject()
60 result = interp.HandleCommand("frame var -l", command_result)
62 output = command_result.GetOutput()
69 result = interp.HandleCommand("frame var -a", command_result)
71 output = command_result.GetOutput()
78 result = interp.HandleCommand("frame var -l -a -g", command_result)
80 output = command_result.GetOutput()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/commands/frame/var/
H A DTestFrameVar.py56 command_result = lldb.SBCommandReturnObject()
60 result = interp.HandleCommand("frame var -l", command_result)
62 output = command_result.GetOutput()
69 result = interp.HandleCommand("frame var -a", command_result)
71 output = command_result.GetOutput()
78 result = interp.HandleCommand("frame var -l -a -g", command_result)
80 output = command_result.GetOutput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/commands/frame/var/
H A DTestFrameVar.py60 command_result = lldb.SBCommandReturnObject()
64 result = interp.HandleCommand("frame var -l", command_result)
66 output = command_result.GetOutput()
73 result = interp.HandleCommand("frame var -a", command_result)
75 output = command_result.GetOutput()
82 result = interp.HandleCommand("frame var -l -a -g", command_result)
84 output = command_result.GetOutput()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/commands/frame/var/
H A DTestFrameVar.py60 command_result = lldb.SBCommandReturnObject()
64 result = interp.HandleCommand("frame var -l", command_result)
66 output = command_result.GetOutput()
73 result = interp.HandleCommand("frame var -a", command_result)
75 output = command_result.GetOutput()
82 result = interp.HandleCommand("frame var -l -a -g", command_result)
84 output = command_result.GetOutput()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/commands/frame/var/
H A DTestFrameVar.py60 command_result = lldb.SBCommandReturnObject()
64 result = interp.HandleCommand("frame var -l", command_result)
66 output = command_result.GetOutput()
73 result = interp.HandleCommand("frame var -a", command_result)
75 output = command_result.GetOutput()
82 result = interp.HandleCommand("frame var -l -a -g", command_result)
84 output = command_result.GetOutput()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/commands/frame/var/
H A DTestFrameVar.py60 command_result = lldb.SBCommandReturnObject()
64 result = interp.HandleCommand("frame var -l", command_result)
66 output = command_result.GetOutput()
73 result = interp.HandleCommand("frame var -a", command_result)
75 output = command_result.GetOutput()
82 result = interp.HandleCommand("frame var -l -a -g", command_result)
84 output = command_result.GetOutput()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/commands/frame/var/
H A DTestFrameVar.py60 command_result = lldb.SBCommandReturnObject()
64 result = interp.HandleCommand("frame var -l", command_result)
66 output = command_result.GetOutput()
73 result = interp.HandleCommand("frame var -a", command_result)
75 output = command_result.GetOutput()
82 result = interp.HandleCommand("frame var -l -a -g", command_result)
84 output = command_result.GetOutput()
/dports/net-p2p/c-lightning/lightning-0.10.2/plugins/spender/
H A Dmultifundchannel.h248 struct command_result *
270 struct command_result *
273 struct command_result *
276 struct command_result *
279 struct command_result *
282 struct command_result *
285 struct command_result *
H A Dmultiwithdraw.c17 static struct command_result *
73 static struct command_result *
156 static struct command_result *
221 static struct command_result *
227 static struct command_result *
259 static struct command_result *
275 static struct command_result *
285 static struct command_result *
320 static struct command_result *
394 static struct command_result *
[all …]

12345678