Searched refs:attribute (Results 1 - 5 of 5) sorted by relevance
/pkg/src/modules/bundle/ |
H A D | SolarisPackageDirBundle.py | 34 from pkg.actions.attribute import AttributeAction 180 # Add a preserve attribute if klass is known to be used
|
/pkg/src/ |
H A D | pkgdep.py | 198 msg(actions.attribute.AttributeAction(**{key: value}))
|
H A D | client.py | 255 "[-Hmr] [-a attribute=pattern ...] [-g path_or_uri ...]\n" 256 " [-o attribute ...] [-s sort_key] [-t action_type ...]\n" 259 "[-HIaflpr] [-o attribute ...] [-s repo_uri] query") 2741 For most action types, match defines which attribute the query matched 2742 with. For example, it states whether the basename or path attribute of 2744 differently because they only have one attribute, and many values 2745 associated with that attribute. For those actions, the match parameter 2749 if isinstance(a, actions.attribute.AttributeAction): 2757 if isinstance(action, actions.attribute.AttributeAction): 2770 will return 'path'. If the action is an attribute actio [all...] |
/pkg/src/modules/ |
H A D | manifest.py | 52 from pkg.actions.attribute import AttributeAction 70 attributes' values matches the pattern for the same attribute in the 132 The special action, "set", represents a package attribute. 134 The reserved attribute, "fmri", represents the package and version 229 # action key attribute, key attribute and mediator, or 230 # id if there is no key attribute. 301 # type, key attribute, and unique variants set 320 # If there is no key attribute for the 503 # from attribute value [all...] |
/pkg/src/modules/client/ |
H A D | api_errors.py | 738 the system with the same key attribute value in the same namespace. 742 etc, delivered with the same key attribute; 766 key attribute (when not allowed).""" 791 'path' attribute. While this exception could represent other action 1853 """Used to indicate that the specified repository attribute value is 1858 "attribute '{attribute}'.").format( 1859 value=self._args["value"], attribute=self.data) 2194 """Used to indicate that the specified repository URI attribute is not 2268 "attribute i [all...] |
Completed in 36 milliseconds