Home
last modified time | relevance | path

Searched refs:valid_commands (Results 1 – 24 of 24) sorted by relevance

/dports/shells/fish/fish-3.3.1/share/completions/
H A Dgsettings.fish79 complete -f -c gsettings -n "not __fish_seen_subcommand_from $valid_commands" -l version -d 'Print …
82 complete -f -c gsettings -n "not __fish_seen_subcommand_from $valid_commands" -a get -d 'Get the va…
83 complete -f -c gsettings -n "not __fish_seen_subcommand_from $valid_commands" -a writable -d 'Deter…
84 complete -f -c gsettings -n "not __fish_seen_subcommand_from $valid_commands" -a range -d 'Determin…
85 complete -f -c gsettings -n "not __fish_seen_subcommand_from $valid_commands" -a describe -d 'Print…
86 complete -f -c gsettings -n "not __fish_seen_subcommand_from $valid_commands" -a set -d 'Set the va…
87 complete -f -c gsettings -n "not __fish_seen_subcommand_from $valid_commands" -a reset -d 'Reset a …
91 complete -f -c gsettings -n "not __fish_seen_subcommand_from $valid_commands" -a list-keys -d 'List…
92 complete -f -c gsettings -n "not __fish_seen_subcommand_from $valid_commands" -a list-children -d '…
94 complete -f -c gsettings -n "not __fish_seen_subcommand_from $valid_commands" -a help -d 'Print hel…
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/debuginfo-tests/dexter/dex/command/
H A DParseCommand.py63 subcommands = valid_commands[command_name].get_subcommands()
65 return { **valid_commands, **subcommands }
66 return valid_commands
80 valid_commands = _merge_subcommands(
83 command = eval(raw_text, valid_commands)
122 for command in valid_commands:
193 def _find_all_commands_in_file(path, file_lines, valid_commands): argument
234 valid_commands[command_name],
269 valid_commands = _get_valid_commands()
274 valid_commands)
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/debuginfo-tests/dexter/dex/command/
H A DParseCommand.py66 subcommands = valid_commands[command_name].get_subcommands()
68 return { **valid_commands, **subcommands }
69 return valid_commands
83 valid_commands = _merge_subcommands(
86 command = eval(raw_text, valid_commands)
125 for command in valid_commands:
196 def _find_all_commands_in_file(path, file_lines, valid_commands): argument
237 valid_commands[command_name],
270 valid_commands = _get_valid_commands()
275 valid_commands)
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/debuginfo-tests/dexter/dex/command/
H A DParseCommand.py66 subcommands = valid_commands[command_name].get_subcommands()
68 return { **valid_commands, **subcommands }
69 return valid_commands
83 valid_commands = _merge_subcommands(
86 command = eval(raw_text, valid_commands)
125 for command in valid_commands:
196 def _find_all_commands_in_file(path, file_lines, valid_commands): argument
237 valid_commands[command_name],
270 valid_commands = _get_valid_commands()
275 valid_commands)
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/debuginfo-tests/dexter/dex/command/
H A DParseCommand.py66 subcommands = valid_commands[command_name].get_subcommands()
68 return { **valid_commands, **subcommands }
69 return valid_commands
83 valid_commands = _merge_subcommands(
86 command = eval(raw_text, valid_commands)
125 for command in valid_commands:
196 def _find_all_commands_in_file(path, file_lines, valid_commands): argument
237 valid_commands[command_name],
270 valid_commands = _get_valid_commands()
275 valid_commands)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/debuginfo-tests/dexter/dex/command/
H A DParseCommand.py66 subcommands = valid_commands[command_name].get_subcommands()
68 return { **valid_commands, **subcommands }
69 return valid_commands
83 valid_commands = _merge_subcommands(
86 command = eval(raw_text, valid_commands)
125 for command in valid_commands:
196 def _find_all_commands_in_file(path, file_lines, valid_commands): argument
237 valid_commands[command_name],
270 valid_commands = _get_valid_commands()
275 valid_commands)
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/command/
H A DParseCommand.py62 def _merge_subcommands(command_name: str, valid_commands: dict) -> dict:
68 subcommands = valid_commands[command_name].get_subcommands()
70 return { **valid_commands, **subcommands }
71 return valid_commands
91 valid_commands = _merge_subcommands(
98 command = eval(raw_text, valid_commands)
116 for command in valid_commands:
257 valid_commands[command_name],
301 valid_commands = _get_valid_commands()
307 test_file, lines, valid_commands, source_root_dir)
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/cross-project-tests/debuginfo-tests/dexter/dex/command/
H A DParseCommand.py62 def _merge_subcommands(command_name: str, valid_commands: dict) -> dict:
68 subcommands = valid_commands[command_name].get_subcommands()
70 return { **valid_commands, **subcommands }
71 return valid_commands
91 valid_commands = _merge_subcommands(
98 command = eval(raw_text, valid_commands)
116 for command in valid_commands:
257 valid_commands[command_name],
301 valid_commands = _get_valid_commands()
307 test_file, lines, valid_commands, source_root_dir)
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/command/
H A DParseCommand.py62 def _merge_subcommands(command_name: str, valid_commands: dict) -> dict:
68 subcommands = valid_commands[command_name].get_subcommands()
70 return { **valid_commands, **subcommands }
71 return valid_commands
91 valid_commands = _merge_subcommands(
98 command = eval(raw_text, valid_commands)
116 for command in valid_commands:
257 valid_commands[command_name],
301 valid_commands = _get_valid_commands()
307 test_file, lines, valid_commands, source_root_dir)
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/command/
H A DParseCommand.py62 def _merge_subcommands(command_name: str, valid_commands: dict) -> dict:
68 subcommands = valid_commands[command_name].get_subcommands()
70 return { **valid_commands, **subcommands }
71 return valid_commands
91 valid_commands = _merge_subcommands(
98 command = eval(raw_text, valid_commands)
116 for command in valid_commands:
257 valid_commands[command_name],
301 valid_commands = _get_valid_commands()
307 test_file, lines, valid_commands, source_root_dir)
[all …]
/dports/devel/rth/rth/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/
H A Dconnector.php75 $valid_commands=$fckphp_config['Commands'];
107 if (in_array($command,$valid_commands)) {
/dports/devel/truc/truc_0.12.0/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/
H A Dconnector.php74 $valid_commands=$fckphp_config['Commands']; variable
106 if (in_array($command,$valid_commands)) {
/dports/sysutils/py-supervisor/supervisor-4.2.1/supervisor/medusa/
H A Ddefault_handler.py41 valid_commands = ['GET', 'HEAD'] variable in default_handler
79 if request.command not in self.valid_commands:
/dports/www/p5-HTTP-DAV/HTTP-DAV-0.49/bin/
H A Ddave84 my @valid_commands = qw( cd cat copy delete edit get help
109 foreach my $command (@valid_commands) {
349 foreach my $i (sort @valid_commands ) {
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/idl/idl/
H A Dparser.py430 valid_commands = [
433 if command.namespace and command.namespace not in valid_commands:
435 valid_commands)
H A Derrors.py572 valid_commands): argument
578 % (command_namespace, command_name, valid_commands))
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dcmds_command.c89 static wchar_t * valid_commands[] = { variable
352 int i, clen = (sizeof(valid_commands) / sizeof(char *)) - 1; in do_commandmode()
357 if ( ! wcscmp(inputline, valid_commands[i]) ) { in do_commandmode()
361 if ( ! wcsncmp(inputline, valid_commands[i], wcslen(inputline)) in do_commandmode()
363 wcscpy(inputline, valid_commands[i]); in do_commandmode()
/dports/comms/hamlib/hamlib-4.3.1/rigs/yaesu/
H A Dnewcat.c233 static const yaesu_newcat_commands_t valid_commands[] = variable
356 int valid_commands_count = sizeof(valid_commands) / sizeof(
6708 if (is_ft450 && valid_commands[search_index].ft450) in newcat_valid_command()
6712 else if (is_ft891 && valid_commands[search_index].ft891) in newcat_valid_command()
6716 else if (is_ft950 && valid_commands[search_index].ft950) in newcat_valid_command()
6720 else if (is_ft991 && valid_commands[search_index].ft991) in newcat_valid_command()
6724 else if (is_ft2000 && valid_commands[search_index].ft2000) in newcat_valid_command()
6728 else if (is_ftdx5000 && valid_commands[search_index].ft5000) in newcat_valid_command()
6732 else if (is_ftdx9000 && valid_commands[search_index].ft9000) in newcat_valid_command()
6736 else if (is_ftdx1200 && valid_commands[search_index].ft1200) in newcat_valid_command()
[all …]
/dports/databases/p5-SQL-Statement/SQL-Statement-1.414/lib/SQL/
H A DParser.pm102 $self->{opts}->{valid_commands}->{CALL} = 1;
103 $self->{opts}->{valid_commands}->{LOAD} = 1;
104 if ( $self->{opts}->{valid_commands}->{$com} )
/dports/net-mgmt/phpweathermap/weathermap/
H A DWeathermap.class.php1725 $valid_commands = array(
1863 if(! in_array($lookup, $valid_commands))
1903 global $valid_commands;
2007 if(! array_key_exists($lookup, $valid_commands))
/dports/devel/easygit/easygit-0.98/
H A Deg5150 my @valid_commands = qw(list show apply clear save drop pop branch create);
5151 if (! grep {$_ eq $self->{subcommand}} @valid_commands) {
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/
H A DSConstruct67 valid_commands = ("build", "clean", "install", "uninstall",
71 if command not in valid_commands and not command.startswith('test'):
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-2.11.2.api9759 ZServer.medusa.default_handler.default_handler.valid_commands?7
H A Dzope-2.10.7.api10700 ZServer.medusa.default_handler.default_handler.valid_commands?7