Searched refs:options (Results 1 - 6 of 6) sorted by relevance
/pkg/src/tests/ |
H A D | multiplatform.py | 109 options = () variable in class:MultiPlatformAPIChecker
|
H A D | pkg5unittest.py | 805 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 D | api_errors.py | 1790 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 D | options.py | 36 # 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 D | client_api.py | 56 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 D | client.py | 76 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