Searched refs:satisfied (Results 1 - 4 of 4) sorted by relevance
/pkg/src/modules/ |
H A D | dependency.py | 47 def satisfied(self, pkg_fmri): member in class:Dependency
|
H A D | variant.py | 97 # determine whether a dependency is satisfied under all combinations of 99 # satisfied. When a VariantCombinations is created, it is provided a 104 # been satisfied. The class also provides methods for manipulating the 105 # instances while maintaining consistency between the satisfied set and the 175 and have not been satisfied for a particular action.""" 177 def __init__(self, vct, satisfied): 184 The 'satisfied' parameter is a boolean which determines whether 186 satisfied or unsatisfied.""" 226 if satisfied: 277 def issubset(self, vc, satisfied) [all...] |
/pkg/src/modules/flavor/ |
H A D | base.py | 166 def get_variant_combinations(self, satisfied=False): 168 satisfies or needs satisfied. 170 'satisfied' determines whether the combination produced is 171 satisfied or unsatisfied.""" 176 satisfied=satisfied) 252 are satisfied by more than one SMF manifest are not searched for 390 """Determines whether this dependency (self) can be satisfied by 393 dependency was satisfied, or self.ERROR, meaning the dependency 394 wasn't totally satisfied b [all...] |
/pkg/src/modules/publish/ |
H A D | dependencies.py | 78 # satisfied. 'via-links' contains the links used to reach 'path.' 309 """Given a list of dependencies, remove those which are satisfied by 348 pvc = variants.VariantCombinations(pvars, satisfied=True) 736 # If tmp_vars has been satisfied, then this function should 783 # If the link only matters under variants that are satisfied, 819 # mark the specific combinations which are satisfied by 870 dependency must be satisfied.""" 880 # If orig_dep_vars is satisfied, then this function should never 962 dependency must be satisfied. 966 # If the file dependency has already satisfied al [all...] |
Completed in 830 milliseconds