Lines Matching defs:string
415 Test(string) bool argument
513 In(path ...string) Rule
515 NotIn(path ...string) Rule
517 InDirectDeps(deps ...string) Rule
521 ModuleType(types ...string) Rule
523 NotModuleType(types ...string) Rule
525 With(properties, value string) Rule
527 WithMatcher(properties string, matcher ValueMatcher) Rule
529 Without(properties, value string) Rule
531 WithoutMatcher(properties string, matcher ValueMatcher) Rule
535 Because(reason string) Rule
638 func selectMatcher(expected string) ValueMatcher {
742 func StartsWith(prefix string) ValueMatcher {
746 func Regexp(re string) ValueMatcher {
754 func NotInList(allowed []string) ValueMatcher {
760 func cleanPaths(paths []string) []string {
768 func fieldNamesForProperties(propertyNames string) []string {