Home
last modified time | relevance | path

Searched refs:load_arguments (Results 1 – 25 of 145) sorted by path

123456

/dports/devel/bazel-buildtools/buildtools-3.2.1/build/
H A Dparse.y147 %type <loadargs> load_arguments
480 | _LOAD '(' string ',' load_arguments comma_opt ')'
646 load_arguments:
650 | load_arguments ',' load_argument
/dports/devel/py-knack/knack-0.8.2/
H A DPKG-INFO79 def load_arguments(self, command):
82 super(MyCommandsLoader, self).load_arguments(command)
H A DREADME.rst71 def load_arguments(self, command):
74 super(MyCommandsLoader, self).load_arguments(command)
/dports/devel/py-knack/knack-0.8.2/knack.egg-info/
H A DPKG-INFO79 def load_arguments(self, command):
82 super(MyCommandsLoader, self).load_arguments(command)
/dports/devel/py-knack/knack-0.8.2/knack/
H A Dcommands.py102 def load_arguments(self): member in CLICommand
212 def load_arguments(self, command): member in CLICommandsLoader
222 self.command_table[command].load_arguments()
H A Dinvocation.py134 self.commands_loader.load_arguments(command)
/dports/devel/py-knack/knack-0.8.2/tests/
H A Dtest_command_registration.py72 cl.load_arguments(command_name)
95 cl.load_arguments(command_name)
108 cl.load_arguments(command_name)
149 cl.load_arguments(command_name)
166 cl.load_arguments(command_name)
193 cl.load_arguments(command)
210 cl.load_arguments(command_name)
237 cl.load_arguments(command_name)
264 cl.load_arguments(command_name)
318 cl.load_arguments(command_name)
H A Dtest_command_with_configured_defaults.py49 def load_arguments(self, command): member in TestCommandWithConfiguredDefaults._set_up_command_table.TestCommandsLoader
53 super().load_arguments(command)
H A Dtest_deprecation.py50 def load_arguments(self, command): member in TestCommandDeprecation.setUp.DeprecationTestCommandLoader
55 super().load_arguments(command)
184 def load_arguments(self, command): member in TestCommandGroupDeprecation.setUp.DeprecationTestCommandLoader
189 super().load_arguments(command)
300 def load_arguments(self, command): member in TestArgumentDeprecation.setUp.DeprecationTestCommandLoader
313 super().load_arguments(command)
H A Dtest_experimental.py48 def load_arguments(self, command): member in TestCommandExperimental.setUp.ExperimentalTestCommandLoader
53 super(ExperimentalTestCommandLoader, self).load_arguments(command)
112 def load_arguments(self, command): member in TestCommandGroupExperimental.setUp.ExperimentalTestCommandLoader
117 super(ExperimentalTestCommandLoader, self).load_arguments(command)
173 def load_arguments(self, command): member in TestArgumentExperimental.setUp.ExperimentalTestCommandLoader
177 super(ExperimentalTestCommandLoader, self).load_arguments(command)
H A Dtest_help.py81 def load_arguments(self, command): member in TestHelp.setUp.HelpTestCommandLoader
93 super().load_arguments(command)
H A Dtest_preview.py48 def load_arguments(self, command): member in TestCommandPreview.setUp.PreviewTestCommandLoader
53 super().load_arguments(command)
146 def load_arguments(self, command): member in TestCommandGroupPreview.setUp.PreviewTestCommandLoader
151 super().load_arguments(command)
225 def load_arguments(self, command): member in TestArgumentPreview.setUp.PreviewTestCommandLoader
229 super().load_arguments(command)
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-webp/
H A Dfile-webp.c61 static const GimpParamDef load_arguments[] = in MAIN() local
104 G_N_ELEMENTS (load_arguments), in MAIN()
106 load_arguments, in MAIN()
/dports/sysutils/py-azure-cli-acr/azure-cli-acr-2.2.9/azure/cli/command_modules/acr/
H A D__init__.py23 def load_arguments(self, command):
24 from azure.cli.command_modules.acr._params import load_arguments
25 load_arguments(self, command)
H A D_params.py41 def load_arguments(self, _): # pylint: disable=too-many-statements function
/dports/sysutils/py-azure-cli-core/azure-cli-core-2.29.2/azure/cli/core/
H A D__init__.py483 def load_arguments(self, command=None): member in MainCommandsLoader
512 cmd.load_arguments() # this loads the arguments via reflection
514 loader.load_arguments('') # this adds entries to the argument registries
517 … self.command_table[command].load_arguments() # this loads the arguments via reflection
518 loader.load_arguments(command) # this adds entries to the argument registries
H A Dfile_util.py74 invoker.commands_loader.load_arguments()
/dports/sysutils/py-azure-cli-core/azure-cli-core-2.29.2/azure/cli/core/commands/
H A D__init__.py312 def load_arguments(self):
313 super(AzCliCommand, self).load_arguments()
556 self.commands_loader.load_arguments(command)
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/acr/
H A D__init__.py24 def load_arguments(self, command): member in ACRCommandsLoader
25 from azure.cli.command_modules.acr._params import load_arguments
26 load_arguments(self, command)
H A D_params.py49 def load_arguments(self, _): # pylint: disable=too-many-statements function
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/acs/
H A D__init__.py27 def load_arguments(self, command): member in ContainerServiceCommandsLoader
28 from azure.cli.command_modules.acs._params import load_arguments
29 load_arguments(self, command)
H A D_params.py79 def load_arguments(self, _): function
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/advisor/
H A D__init__.py25 def load_arguments(self, command): member in AdvisorCommandsLoader
26 from azure.cli.command_modules.advisor._params import load_arguments
27 load_arguments(self, command)
H A D_params.py19 def load_arguments(self, _):
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/ams/
H A D__init__.py23 def load_arguments(self, command): member in MediaServicesCommandsLoader
24 from azure.cli.command_modules.ams._params import load_arguments
25 load_arguments(self, command)

123456