Searched refs:WithoutMatcher (Results 1 – 1 of 1) sorted by relevance
215 WithoutMatcher("product_out_path", Regexp("^boot[0-9a-zA-Z.-]*[.]img$")).366 WithoutMatcher(properties string, matcher ValueMatcher) Rule441 return r.WithoutMatcher(properties, selectMatcher(value))444 func (r *rule) WithoutMatcher(properties string, matcher ValueMatcher) Rule { func