Lines Matching refs:cs
140 cs := LicenseConditionSetFromNames(tn, conditionName...)
141 if cs.IsEmpty() {
144 tn.licenseConditions = tn.licenseConditions.Union(cs)
145 return cs
343 cs := newTestConditionSet(lg, a.origin, strings.Split(a.condition, "|"))
344 as[actsOn] = cs
363 cs := newTestConditionSet(lg, r.origin, strings.Split(r.condition, ":"))
364 rmap[attachesTo][actsOn] |= cs
377 cs LicenseConditionSet member
382 return fmt.Sprintf("%s%s", a.target.Name(), a.cs.String())
413 return l[i].cs < l[j].cs
423 cs := target.resolution
424 if cs.IsEmpty() {
427 result = append(result, action{target, cs})
438 cs := NewLicenseConditionSet()
444 cs = cs.Plus(lc)
446 result = append(result, action{target, cs})