Lines Matching refs:facets
766 """Load linked image inherited facets from disk.
886 # load inherited facets. if inherited facet data is missing
1021 # compare in-memory and on-disk inherited facets
2585 kwargs["facets"] = None
2588 assert "facets" in api_kwargs
2590 kwargs["facets"] = api_kwargs["facets"]
2850 # save the planned parent facets
3147 accept, facets, noexecute, refresh_catalogs, reject_list,
3158 assert not (variants and facets)
3164 varcet_dict = facets
3453 We only want to sync facets which affect packages that have parent
3455 "facet.version-lock.*" facets."""
3457 # get installed (or planned) parent packages and facets
3459 facets = img.cfg.facets
3461 facets = pd.new_facets
3484 # dependency actions and find those that are affected by image facets.
3486 # we don't check for package-wide facets here because they don't do
3487 # anything. (ie, facets defined via "set" actions in a package have
3498 # check if any image facets affect this dependency
3501 matching_facets = facets._action_match(act)
3506 # if all the matching facets are true we don't care
3511 # save this set of facets.
3557 # Create a set of all facets which affect incorporation dependencies
3560 # Note that we can't limit ourselves to only passing on facets that
3562 # to incorrect results because facets allow for pattern matching. So
3569 # and the following image facets:
3574 # if we only passed through facets which affected disabled packages
3579 for facets in faceted_linked_deps.values():
3580 for k, v in facets: