Searched refs:Facets (Results 1 - 11 of 11) sorted by relevance

/pkg/src/modules/
H A Dfacet.py39 class Facets(dict): class in inherits:dict
52 # Facets can come from three different sources.
57 # facets will usually never be found in a Facets dictionary. (Facets
62 # in Facets.__local. Facets which are not explicitly set but match an
68 # inherited facets are stored in Facets.__inherited. Facets which are
126 rv = Facets()
135 """Compare the facet match priority of two Facets object
[all...]
H A Dmanifest.py750 provided. Facets must be true or false so a list of possible
1478 if x.__func__ != facet.Facets.allow_action
1855 provided. Facets must be true or false so a list of possible
/pkg/src/modules/client/
H A Dplandesc.py129 "_old_facets": pkg.facet.Facets,
130 "_new_facets": pkg.facet.Facets,
149 "li_pfacets": pkg.facet.Facets,
1093 return pkg.facet.Facets(self._new_facets)
H A Dimageconfig.py288 self.facets = facet.Facets()
H A Dapi.py266 FACET_SRC_SYSTEM = pkg.facet.Facets.FACET_SRC_SYSTEM
267 FACET_SRC_LOCAL = pkg.facet.Facets.FACET_SRC_LOCAL
268 FACET_SRC_PARENT = pkg.facet.Facets.FACET_SRC_PARENT
897 # Use Facets object to determine
917 # The image's Facets dictionary will return
H A Dimageplan.py316 new_facets = pkg.facet.Facets(new_facets)
330 new_facets = pkg.facet.Facets(old_facets)
/pkg/src/modules/lint/
H A Dengine.py882 facets=pkg.facet.Facets(), force=False,
/pkg/src/tests/api/
H A Dt_api.py251 facets = facet.Facets({ "facet.devel": True })
/pkg/src/modules/client/linkedimage/
H A Dcommon.py453 self.__pfacets = pkg.facet.Facets()
572 self.__pfacets = pkg.facet.Facets()
785 rv = pkg.facet.Facets()
1284 """Facets inherited from our parent image."""
3451 """Get Facets from an image that a child should inherit.
3578 pfacets = pkg.facet.Facets()
/pkg/src/tests/cli/
H A Dt_pkgsign.py1925 nfacets = facet.Facets({ "facet.doc": False })
/pkg/src/
H A Dclient.py712 cond_show(_("Variants/Facets to change:"), "{0:d}",
4549 facets = pkg.facet.Facets()

Completed in 99 milliseconds