Lines Matching refs:facets
857 which facets should be returned based on how they were set:
860 Return all facets set in the image and all
861 facets listed in installed packages.
864 Return only the facets set in the image.
867 Return only the facets listed in installed
870 'implicit' is a boolean indicating whether facets specified in
878 facets = self._img.cfg.facets
880 # Include all facets set in image.
881 fimg = set(facets.keys())
886 # Get all facets found in packages and determine state.
902 # (even if not found) in results unless only installed facets
916 if name not in facets:
918 # the effective value for any facets not
924 src = facets._match_src(name)
925 yield (name, facets[name], src, False)
929 for value, src, masked in facets._src_values(name):
1232 "facets": (dict, True),
2126 def plan_change_varcets(self, variants=None, facets=None,
2131 variants=variants, facets=facets, noexecute=noexecute,
2137 def gen_plan_change_varcets(self, facets=None, variants=None,
2148 facets for the image. Once an operation has been planned, it
2156 'facets' is a dict of the facets to change the values of.
2163 # An empty facets dictionary is allowed because that's how to
2164 # unset all set facets.
2165 if not variants and facets is None:
2181 for facet in facets:
2194 _update_index=update_index, facets=facets,
4989 facets.
5663 cancel_state_callable=None, facets=misc.EmptyDict, force=False,
5688 'facets' is a dictionary of facet names and values to set during
5915 img.create(pubs, facets=facets, is_zone=is_zone,