Searched refs:matcher (Results 1 – 4 of 4) sorted by relevance
349 matcher ValueMatcher member368 WithMatcher(properties string, matcher ValueMatcher) Rule372 WithoutMatcher(properties string, matcher ValueMatcher) Rule436 func (r *rule) WithMatcher(properties string, matcher ValueMatcher) Rule {439 matcher: matcher,448 func (r *rule) WithoutMatcher(properties string, matcher ValueMatcher) Rule {451 matcher: matcher,483 s += " " + strings.Join(v.fields, ".") + v.matcher.String()486 s += " -" + strings.Join(v.fields, ".") + v.matcher.String()608 return prop.matcher.Test(value)
372 matcher, err := regexp.Compile(pattern)379 if matcher.FindStringIndex(err.Error()) != nil {
87 for matcher in NORMAL_INCLUDES:88 if matcher.fullmatch(line):
396 && (ignoredFilenamePattern.matcher(entryName).matches())) { in copyFiles()500 if (!pinPattern.matcher(name).matches()) { in copyFiles()558 if (!pinPattern.matcher(name).matches()) { in copyFiles()