Searched refs:options (Results 1 - 6 of 6) sorted by relevance

/pkg/src/tests/
H A Dmultiplatform.py109 options = () variable in class:MultiPlatformAPIChecker
H A Dpkg5unittest.py805 test prefix path. Additional compiler options should be
3137 options="--doctype strict -utf8 -quiet", drop_prop_attrs=False):
3145 moptions = options + " --drop-proprietary-attributes y"
3151 cmdline = "tidy {0} {1}".format(options, fname)
/pkg/src/modules/client/
H A Dapi_errors.py1790 s = _("Info does not recognize the following options:")
3336 """Used to indicate an issue with verifying options passed to a certain
3348 def __init__(self, err_type=GENERIC, options=[], msg=None,
3352 self.options = options
3359 # append the according options.
3361 if self.options:
3363 self.msg += " ".join(self.options)
3367 assert len(self.options) == 1
3369 option=self.options[
[all...]
H A Doptions.py36 # List of available options for common option processing.
59 # options for explicit recursion; see description in client.py
143 """"Parse set property options that were specified on the command
165 """"Parse add or remove property values options that were specified
346 # create a new key called BACKUP_BE in the options array
367 # create a new key called BACKUP_BE in the options array
436 # we don't accept linked image target options
449 # Check whether unpackaged and unpackaged_only options are used
457 # Check whether path options is used with either unpackaged
458 # or unpackaged_only options
[all...]
H A Dclient_api.py56 import pkg.client.options as options namespace
133 for entry in options.pkg_op_opts[pkg_op]:
2259 # different tracker due to the options parse.
2891 # Get the available options for the requested operation to create the
2893 valid_opts = options.get_pkg_opts(subcommand, add_table=cmd_opts)
2899 # if there are no options for an op, it has its own processing.
2916 opts = options.opts_assemble(subcommand, api_inst, opt_dict,
2921 # options and create a new exception to make sure the messages
2924 # Convert the internal options t
[all...]
/pkg/src/
H A Dclient.py76 import pkg.client.options as options namespace
408 logger.error(_("Private subcommand usage, options "
434 pkg [options] command [cmd_options] [operands]
453 Usage: pkg [options] command [cmd_options] [operands]"""))
2884 usage(_("action level options ('{0}') to -o "
2955 usage(_("action level options "
3645 # to switch to a different tracker due to the options parse.
3891 # ensure no options are passed in
3913 # ensure no options ar
[all...]

Completed in 55 milliseconds