Home
last modified time | relevance | path

Searched refs:command_source (Results 1 – 25 of 30) sorted by relevance

12

/dports/sysutils/py-azure-cli-core/azure-cli-core-2.29.2/azure/cli/core/
H A Dparser.py67 self.command_source = kwargs.pop('_command_source', None)
184 if isinstance(self.command_source, ExtensionCommandSource):
185 extension_name = self.command_source.extension_name
223 def has_extension_name(command_source): argument
228 has_extension_name = hasattr(command_source, 'extension_name')
246 if has_extension_name(self.command_source):
247 extension = self.command_source.extension_name
255 if parser and has_extension_name(parser.command_source):
258 extension = parser.command_source.extension_name
267 extension = subparser.command_source.extension_name
[all …]
H A D_help.py121 if isinstance(help_file.command_source, ExtensionCommandSource):
122 logger.warning(help_file.command_source.get_command_warn_msg())
321 self.command_source = getattr(parser, 'command_source', None)
H A D__init__.py268 cmd.command_source = mod
364 cmd.command_source = ExtensionCommandSource(
/dports/security/tpm2-abrmd/tpm2-abrmd-2.4.0/src/
H A Dtabrmd-init.c80 if (data->command_source != NULL) { in gmain_data_cleanup()
81 thread = THREAD (data->command_source); in gmain_data_cleanup()
204 data->command_source = in init_thread_func()
220 source_add_sink (SOURCE (data->command_source), in init_thread_func()
227 ret = thread_start (THREAD (data->command_source)); in init_thread_func()
H A Dtabrmd-init.h24 CommandSource *command_source; member
H A Dcommand-source.h51 CommandSource *command_source);
H A Dcommand-source.c101 command_source,
/dports/devel/cmake-doc/cmake-3.22.1/Source/CPack/
H A DcmCPackBundleGenerator.cxx135 std::ostringstream command_source; in ConstructBundle() local
136 command_source << cpack_bundle_startup_command; in ConstructBundle()
141 if (!this->CopyFile(command_source, command_target)) { in ConstructBundle()
/dports/devel/cmake-gui/cmake-3.22.1/Source/CPack/
H A DcmCPackBundleGenerator.cxx135 std::ostringstream command_source; in ConstructBundle() local
136 command_source << cpack_bundle_startup_command; in ConstructBundle()
141 if (!this->CopyFile(command_source, command_target)) { in ConstructBundle()
/dports/devel/cmake/cmake-3.22.1/Source/CPack/
H A DcmCPackBundleGenerator.cxx135 std::ostringstream command_source; in ConstructBundle() local
136 command_source << cpack_bundle_startup_command; in ConstructBundle()
141 if (!this->CopyFile(command_source, command_target)) { in ConstructBundle()
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/
H A Dpluginsystem.py50 self.command_source = None
337 self.command_source = (public_command, source)
360 self.command_source = None
369 self.command_source = None
772 if self.parent.command_source is None:
776 public_command, source = self.parent.command_source
785 if self.parent.command_source is None:
789 public_command, source = self.parent.command_source
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/tests/
H A Dstore_pressure_test.c247 static EVsource command_source; variable
256 EVsubmit(command_source, &cmd, NULL); in send_command()
451 command_source = EVcreate_submit_handle(cm, command_output_stone, control_format_list); in subprocess_work()
456 EVfree_source(command_source); in subprocess_work()
/dports/sysutils/py-azure-cli-core/azure-cli-core-2.29.2/azure/cli/core/commands/
H A D__init__.py270 self.command_source = None
615 command_source = self.commands_loader.command_table[command].command_source
620 if isinstance(command_source, ExtensionCommandSource):
621 extension_name = command_source.extension_name
622 extension_version = get_extension(command_source.extension_name).version
806 …if isinstance(cmd.command_source, ExtensionCommandSource) and cmd.command_source.overrides_command:
807 logger.warning(cmd.command_source.get_command_warn_msg())
/dports/emulators/tme/tme-0.8/tmesh/
H A Dtmesh-input.y99 command: command_source { *_tmesh_input_parsed = $1; YYACCEPT; }
117 command_source: TMESH_TOKEN_SOURCE pathname ';'
/dports/editors/the/THE-3.3RC4/
H A Dcomm2.c645 CHARTYPE command_source=0; local
708 command_source = SOURCE_BLOCK;
714 command_source = SOURCE_COMMAND;
740 rc = rearrange_line_blocks(COMMAND_DUPLICATE,command_source,
/dports/lang/gawk/gawk-5.1.1/
H A Ddebug.c333 struct command_source struct
342 struct command_source *next; argument
345 static struct command_source *cmd_src = NULL;
5500 struct command_source *cs; in close_all()
5876 struct command_source *cs; in in_cmd_src()
5901 struct command_source *cs; in push_cmd_src()
5902 emalloc(cs, struct command_source *, sizeof(struct command_source), "push_cmd_src"); in push_cmd_src()
5926 struct command_source *cs; in pop_cmd_src()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/packages/Python/lldbsuite/test/
H A DREADME-TestSuite34 ./command_source/TestCommandSource.py provides a simple example of test case
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/
H A DREADME-TestSuite34 ./command_source/TestCommandSource.py provides a simple example of test case
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/packages/Python/lldbsuite/test/
H A DREADME-TestSuite34 ./command_source/TestCommandSource.py provides a simple example of test case
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/packages/Python/lldbsuite/test/
H A DREADME-TestSuite34 ./command_source/TestCommandSource.py provides a simple example of test case
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/packages/Python/lldbsuite/test/
H A DREADME-TestSuite34 ./command_source/TestCommandSource.py provides a simple example of test case
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/packages/Python/lldbsuite/test/
H A DREADME-TestSuite34 ./command_source/TestCommandSource.py provides a simple example of test case
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/packages/Python/lldbsuite/test/
H A DREADME-TestSuite34 ./command_source/TestCommandSource.py provides a simple example of test case
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/packages/Python/lldbsuite/test/
H A DREADME-TestSuite34 ./command_source/TestCommandSource.py provides a simple example of test case
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/packages/Python/lldbsuite/test/
H A DREADME-TestSuite34 ./command_source/TestCommandSource.py provides a simple example of test case

12