Lines Matching refs:options

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.
469 """"Parse linked image property options that were specified on the
679 options=[PARSABLE_VERSION],
734 # within the current image so there are a ton of options that no
788 raise InvalidOptionError(msg=err, options=[k])
799 raise InvalidOptionError(msg=err, options=[k])
804 raise InvalidOptionError(msg=err, options=[k])
806 # update the new options array to make the value an integer
817 raise InvalidOptionError(msg=err, options=[k])
851 # options common to multiple pkg(1) operations. The format for specifying
852 # options is a list which can contain:
857 # k: the key value for the options dictionary
1106 # with some optional subcommand unique options defined below.
1141 # "update" cmd inherits all main cmd options
1151 # "attach-linked" cmd inherits all main cmd options
1183 # "set-property-linked" cmd inherits all main cmd options
1191 # "sync-linked" cmd inherits all main cmd options
1318 """Get the available options for a particular operation specified by
1334 operation 'op'. This is useful for clients which toggle boolean options.
1351 """Assembly of the options for a specific operation. Options are read in
1354 This is the common interface to supply options to the functions of the
1357 'op' is the operation for which the options need to be assembled and
1364 'opts' is the raw options table to be processed. It needs to be a dict
1392 # for options not given we substitue the default value