Home
last modified time | relevance | path

Searched refs:set_modules (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/p5-Devel-Cover/Devel-Cover-1.36/bin/
H A Dcpancover107 $cp->set_modules(@ARGV);
121 $cp->set_modules(@ARGV);
130 $cp->set_modules(@modules);
/dports/sysutils/syslinux/syslinux-6.03/com32/hdt/
H A Dhdt-cli.c559 if (!current_mode->set_modules || !current_mode->set_modules->modules) in autocomplete_module()
562 while (current_mode->set_modules->modules[j].name) { in autocomplete_module()
563 if (strncmp(current_mode->set_modules->modules[j].name, in autocomplete_module()
565 printf("%s\n", current_mode->set_modules->modules[j].name); in autocomplete_module()
567 CLI_SET, current_mode->set_modules->modules[j].name); in autocomplete_module()
673 current_mode->set_modules != NULL && in exec_command()
674 current_mode->set_modules->default_callback != NULL) in exec_command()
675 current_mode->set_modules->default_callback(argc, argv, hardware); in exec_command()
719 find_cli_callback_descr(module, current_mode->set_modules, in exec_command()
726 find_cli_callback_descr(module, hdt_mode.set_modules, in exec_command()
H A Dhdt-cli-hdt.c167 if (current_mode->set_modules && current_mode->set_modules->modules) { in show_cli_help()
170 while (current_mode->set_modules->modules[j].name) { in show_cli_help()
171 printf("%s ", current_mode->set_modules->modules[j].name); in show_cli_help()
490 .set_modules = &hdt_set_modules,
H A Dhdt-cli-syslinux.c61 .set_modules = NULL,
H A Dhdt-cli-vpd.c79 .set_modules = NULL,
H A Dhdt-cli-pxe.c96 .set_modules = NULL,
H A Dhdt-cli-vesa.c144 .set_modules = NULL,
H A Dhdt-cli-kernel.c147 .set_modules = NULL,
H A Dhdt-cli-memory.c138 .set_modules = NULL,
H A Dhdt-cli.h112 struct cli_module_descr *set_modules; member
H A Dhdt-cli-disk.c252 .set_modules = NULL,
H A Dhdt-cli-pci.c293 .set_modules = NULL,
/dports/science/code_saturne/code_saturne-7.1.0/bin/
H A Dcs_trackcvg.py112 from code_saturne.cs_exec_environment import set_modules, source_rcfile
113 set_modules(pkg)
H A Dcs_studymanager_gui.py122 from code_saturne.cs_exec_environment import set_modules, source_rcfile
123 set_modules(pkg)
H A Dcs_gui.py137 from code_saturne.cs_exec_environment import set_modules, source_rcfile
138 set_modules(pkg)
H A Dcs_bdiff.py131 cs_exec_environment.set_modules(pkg)
H A Dcs_bdump.py129 cs_exec_environment.set_modules(pkg)
H A Dcs_studymanager.py275 from code_saturne.cs_exec_environment import set_modules, source_rcfile, enquote_arg
276 set_modules(pkg)
H A Dcs_compile.py679 from code_saturne.cs_exec_environment import set_modules, source_rcfile
681 from cs_exec_environment import set_modules, source_rcfile
689 set_modules(pkg) # Set environment modules if present
/dports/www/phpbb3/phpBB3/config/installer/container/
H A Dservices_installer.yml112 - [set_modules, ['@installer.install.module_collection']]
118 - [set_modules, ['@installer.update.module_collection']]
/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_prv_eunit.erl187 ModTests = set_modules(Apps, State),
197 set_modules(Apps, State) -> set_modules(Apps, State, {[], []}). function
199 set_modules([], State, {AppAcc, TestAcc}) -> function
204 set_modules([App|Rest], State, {AppAcc, TestAcc}) -> function
211 set_modules(Rest, State, {AppSrc ++ AppAcc, TestSrc ++ TestAcc}).
/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dplugin.py480 def set_modules(self, modules: Dict[str, MypyFile]) -> None: member in Plugin
732 def set_modules(self, modules: Dict[str, MypyFile]) -> None: member in ChainedPlugin
734 plugin.set_modules(modules)
/dports/x11/xpra/xpra-4.3/xpra/server/proxy/
H A Dproxy_instance_thread.py35 self.video_helper.set_modules(video_encoders=self.video_encoder_modules)
/dports/x11/xpra/xpra-4.3/xpra/codecs/
H A Dvideo_helper.py138 def set_modules(self, video_encoders=(), csc_modules=(), video_decoders=()): member in VideoHelper
450 vh.set_modules(ALL_VIDEO_ENCODER_OPTIONS, ALL_CSC_MODULE_OPTIONS, ALL_VIDEO_DECODER_OPTIONS)
/dports/www/phpbb3/phpBB3/phpbb/install/
H A Dinstaller.php100 public function set_modules(ordered_service_collection $modules) function in phpbb\\install\\installer

12