Lines Matching refs:match
81 _TRIM_PROPOSED_PUB = 15 # didn't match requested publisher
82 _TRIM_PROPOSED_VER = 16 # didn't match requested version
95 """local exception used to pass failure to match
1138 # elide any proposed versions that don't match variants (arch
1383 # If solution doesn't match installed set of packages, then an
1742 """Returns tuple of set of fmris that are match within
2145 # true if match is required for containing pkg
2598 # because they didn't match user-specified input. It's
2778 # if present, fmri must match ok list
2852 # in only one possible match. If there is only
2853 # one possible match for an incorporation
3338 match = next(iter(matchdg), None)
3339 if (not match or
3340 match.pkg_name not in self.__installed_dict):
3343 inst_fmri = self.__installed_dict[match.pkg_name]