Home
last modified time | relevance | path

Searched refs:matchRegexSlice (Results 1 – 2 of 2) sorted by relevance

/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-enry/go-enry/v2/
H A Dutils.go57 return matchRegexSlice(data.DocumentationMatchers, path)
75 return matchRegexSlice(data.TestMatchers, path)
105 func matchRegexSlice(exprs []regex.EnryRegexp, str string) bool { func
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/
H A Dutils.go57 return matchRegexSlice(data.DocumentationMatchers, path)
75 return matchRegexSlice(data.TestMatchers, path)
105 func matchRegexSlice(exprs []regex.EnryRegexp, str string) bool { func