Home
last modified time | relevance | path

Searched refs:is_command (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/dports/devel/p5-App-Rad/App-Rad-1.05/t/
H A D12-register_commands-alt.t28 ok(!$c->is_command('default'), '"default" must not be set as a command');
29 ok($c->is_command('bar'), 'bar should be a valid command');
30 ok($c->is_command('foo'), 'foo should be a valid command');
31 ok($c->is_command('help'), 'help should be a valid command');
32 ok(!$c->is_command('_foo'), '_foo should *not* be a valid command');
33 ok(!$c->is_command('foocmd'), 'foocmd should *not* be a valid command');
34 ok(!$c->is_command('foo1bar'), 'foo1bar should *not* be a valid command');
/dports/devel/py-cmd2/cmd2-2.3.2/examples/scripts/
H A Dsave_help_text.py42 def add_help_to_file(item: str, outfile: TextIO, is_command: bool) -> None:
49 if is_command:
96 is_command = item in all_commands
97 add_help_to_file(item, outfile, is_command)
99 if is_command:
103 add_help_to_file(full_cmd, outfile, is_command)
/dports/sysutils/chezmoi/chezmoi-2.9.3/internal/cmds/generate-install.sh/
H A Dinstall.sh.tmpl159 if is_command ldd; then
171 if is_command getconf; then
239 if is_command curl; then
242 elif is_command wget; then
252 if is_command sha256sum; then
255 elif is_command shasum; then
258 elif is_command sha256; then
261 elif is_command openssl; then
301 is_command() {
/dports/sysutils/chezmoi/chezmoi-2.9.3/assets/scripts/
H A Dinstall.sh177 if is_command ldd; then
189 if is_command getconf; then
257 if is_command curl; then
260 elif is_command wget; then
270 if is_command sha256sum; then
273 elif is_command shasum; then
276 elif is_command sha256; then
279 elif is_command openssl; then
319 is_command() { function
/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dautocomplete.c117 static bool is_command( char const* );
225 if ( is_command( L_CAST ) ) in is_cast_command()
229 return is_command( L_CONST ) || in is_cast_command()
230 is_command( L_DYNAMIC ) || in is_cast_command()
231 is_command( L_STATIC ) || in is_cast_command()
232 is_command( L_REINTERPRET ); in is_cast_command()
244 static bool is_command( char const *command ) { in is_command() function
336 if ( is_command( "?" ) ) in keyword_generator()
343 if ( opt_lang_is_any( c->lang_ids ) && is_command( c->literal ) ) { in keyword_generator()
/dports/net/yaz/yaz-5.31.1/zoom/
H A Dzoomsh.c910 if (is_command("quit", cmd_str, cmd_len)) in cmd_parse()
912 else if (is_command("set", cmd_str, cmd_len)) in cmd_parse()
914 else if (is_command("fset", cmd_str, cmd_len)) in cmd_parse()
916 else if (is_command("get", cmd_str, cmd_len)) in cmd_parse()
918 else if (is_command("rget", cmd_str, cmd_len)) in cmd_parse()
922 else if (is_command("open", cmd_str, cmd_len)) in cmd_parse()
930 else if (is_command("find", cmd_str, cmd_len)) in cmd_parse()
932 else if (is_command("show", cmd_str, cmd_len)) in cmd_parse()
938 else if (is_command("help", cmd_str, cmd_len)) in cmd_parse()
940 else if (is_command("ext", cmd_str, cmd_len)) in cmd_parse()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/client9/misspell/
H A Dinstall-misspell.sh116 is_command() { function
199 if is_command curl; then
203 elif is_command wget; then
238 if is_command gsha256sum; then
241 elif is_command sha256sum; then
244 elif is_command shasum; then
247 elif is_command openssl; then
/dports/cad/repsnapper/repsnapper-2.5a4/src/slicer/
H A Dprintlines_antiooze.cpp32 if (lines[i].is_command()) o << "C"; in test_range()
41 if (lines[i].is_command()) o << "C"; in test_range()
50 if (lines[i].is_command()) o << "C"; in test_range()
68 while (i < num_lines && (!lines[i].is_move() || lines[i].is_command()) ) { in move_start()
72 while (movestart < num_lines-1 && lines[movestart].is_command()) movestart++; in move_start()
83 while (i < num_lines && (lines[i].is_move() || lines[i].is_command() ) ) { in move_end()
87 while (moveend>0 && lines[moveend].is_command()) moveend--; in move_end()
130 || lines[i].is_command() )) { in find_nextmoves()
135 && lines[range.tractstart].is_command()) range.tractstart++; in find_nextmoves()
143 || lines[i].is_command()) ) { in find_nextmoves()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/calliope/
H A Dcommand_loading.py139 construction_id, is_command, yaml_command_translator=None): argument
163 impl_paths, path, construction_id, is_command, yaml_command_translator)
190 def _GetAllImplementations(impl_paths, path, construction_id, is_command, argument
222 if not is_command:
233 is_command=is_command))
460 def _ImplementationsFromModule(mod_file, module_attributes, is_command): argument
489 if is_command:
/dports/devel/taskctl/taskctl-1.4.2/
H A Dinstall.sh115 is_command() { function
265 if is_command curl; then
268 elif is_command wget; then
295 if is_command gsha256sum; then
298 elif is_command sha256sum; then
301 elif is_command shasum; then
304 elif is_command openssl; then
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/securego/gosec/v2/
H A Dinstall.sh110 is_command() { function
260 if is_command curl; then
263 elif is_command wget; then
290 if is_command gsha256sum; then
293 elif is_command sha256sum; then
296 elif is_command shasum; then
299 elif is_command openssl; then
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/
H A Dinstall.sh114 is_command() { function
267 if is_command curl; then
270 elif is_command wget; then
297 if is_command gsha256sum; then
300 elif is_command sha256sum; then
303 elif is_command shasum; then
306 elif is_command openssl; then
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/securego/gosec/v2/
H A Dinstall.sh110 is_command() { function
260 if is_command curl; then
263 elif is_command wget; then
290 if is_command gsha256sum; then
293 elif is_command sha256sum; then
296 elif is_command shasum; then
299 elif is_command openssl; then
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/securego/gosec/v2/
H A Dinstall.sh110 is_command() { function
260 if is_command curl; then
263 elif is_command wget; then
290 if is_command gsha256sum; then
293 elif is_command sha256sum; then
296 elif is_command shasum; then
299 elif is_command openssl; then
/dports/security/samhain-server/samhain-4.4.3/dsys/
H A DcomUNINSTALL49 is_command="./samhain-install.sh --force --express purge"
52 is_command="dpkg --purge"
55 is_command="rpm --erase"
58 is_command="emerge unmerge"
61 is_command="pkgremove"
64 is_command="/usr/sbin/swremove"
144 …install.sh && chmod +x initscript && ./initscript start stop; eval "'${is_command}'" "'${target}'"…
146 …install.sh && chmod +x initscript && ./initscript start stop; eval "'${is_command}'" "'${target}'"…
149 …-install.sh && chmod +x initscript && ./initscript start stop; eval "${is_command}" "${target}"; …
/dports/security/samhain-client/samhain-4.4.3/dsys/
H A DcomUNINSTALL49 is_command="./samhain-install.sh --force --express purge"
52 is_command="dpkg --purge"
55 is_command="rpm --erase"
58 is_command="emerge unmerge"
61 is_command="pkgremove"
64 is_command="/usr/sbin/swremove"
144 …install.sh && chmod +x initscript && ./initscript start stop; eval "'${is_command}'" "'${target}'"…
146 …install.sh && chmod +x initscript && ./initscript start stop; eval "'${is_command}'" "'${target}'"…
149 …-install.sh && chmod +x initscript && ./initscript start stop; eval "${is_command}" "${target}"; …
/dports/security/samhain/samhain-4.4.3/dsys/
H A DcomUNINSTALL49 is_command="./samhain-install.sh --force --express purge"
52 is_command="dpkg --purge"
55 is_command="rpm --erase"
58 is_command="emerge unmerge"
61 is_command="pkgremove"
64 is_command="/usr/sbin/swremove"
144 …install.sh && chmod +x initscript && ./initscript start stop; eval "'${is_command}'" "'${target}'"…
146 …install.sh && chmod +x initscript && ./initscript start stop; eval "'${is_command}'" "'${target}'"…
149 …-install.sh && chmod +x initscript && ./initscript start stop; eval "${is_command}" "${target}"; …
/dports/shells/pdksh/pdksh-5.2.14/
H A Dedit.c33 int *startp, int *is_command));
464 x_complete_word(str, slen, is_command, nwordsp, ret)
467 int is_command;
491 x_print_expansions(nwords, words, is_command) in x_print_expansions() argument
494 int is_command;
503 if (!is_command
796 int is_command; local
798 len = x_locate_word(buf, buflen, pos, startp, &is_command);
800 is_command = 0;
805 if (len == 0 && is_command)
[all …]
/dports/security/crlfuzz/crlfuzz-1.4.1/.github/
H A Dinstall.sh128 is_command() { function
278 if is_command curl; then
281 elif is_command wget; then
308 if is_command gsha256sum; then
311 elif is_command sha256sum; then
314 elif is_command shasum; then
317 elif is_command openssl; then
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/golangci/misspell/
H A Dinstall-misspell.sh121 is_command() { function
236 if is_command curl; then
240 elif is_command wget; then
277 if is_command gsha256sum; then
280 elif is_command sha256sum; then
283 elif is_command shasum; then
286 elif is_command openssl; then
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/scripts/
H A Dinstall.sh149 is_command() { function
302 if is_command curl; then
305 elif is_command wget; then
332 if is_command gsha256sum; then
335 elif is_command sha256sum; then
338 elif is_command shasum; then
341 elif is_command openssl; then
/dports/devel/yaegi/yaegi-0.9.23/
H A Dinstall.sh139 is_command() { function
289 if is_command curl; then
292 elif is_command wget; then
319 if is_command gsha256sum; then
322 elif is_command sha256sum; then
325 elif is_command shasum; then
328 elif is_command openssl; then
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/golangci/misspell/
H A Dinstall-misspell.sh121 is_command() { function
236 if is_command curl; then
240 elif is_command wget; then
277 if is_command gsha256sum; then
280 elif is_command sha256sum; then
283 elif is_command shasum; then
286 elif is_command openssl; then
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/golangci/misspell/
H A Dinstall-misspell.sh121 is_command() { function
236 if is_command curl; then
240 elif is_command wget; then
277 if is_command gsha256sum; then
280 elif is_command sha256sum; then
283 elif is_command shasum; then
286 elif is_command openssl; then
/dports/editors/lazarus/lazarus/components/aggpas/src/svg/
H A Dagg_svg_path_tokenizer.pas97 function is_command (c : unsigned ) : boolean; in is_command() function
145 not is_command(unsigned(m_path^ ) ) and
163 if is_command(unsigned(m_path^ ) ) then
263 function path_tokenizer.is_command; in path_tokenizer.is_command()

12345678910>>...14