Searched defs:LicenseCondition (Results 1 – 3 of 3) sorted by relevance
30 func NewLicenseConditionSet(conditions ...LicenseCondition) LicenseConditionSet {40 func (cs LicenseConditionSet) Plus(conditions ...LicenseCondition) LicenseConditionSet {59 func (cs LicenseConditionSet) MatchingAny(conditions ...LicenseCondition) LicenseConditionSet {78 func (cs LicenseConditionSet) HasAny(conditions ...LicenseCondition) bool {99 func (cs LicenseConditionSet) HasAll(conditions ...LicenseCondition) bool {130 func (cs LicenseConditionSet) Minus(conditions ...LicenseCondition) LicenseConditionSet {
23 type LicenseCondition uint16 type
45 ### LicenseCondition subsection