const github.com/google/licensecheck/internal/match.BadWord
25 uses
github.com/google/licensecheck/internal/match (current package)
dict.go#L30: const BadWord WordID = -1
dict.go#L59: return BadWord
dict.go#L205: words = append(words, Word{BadWord, lo, hi})
regexp.go#L142: if p[0] == BadWord {
regexp.go#L146: if p[1] == BadWord {
regexp.go#L154: if p[1] == BadWord {
regexp.go#L197: p := phrase{BadWord, BadWord}
regexp.go#L208: p[0] = BadWord
resyntax.go#L501: return []phrase{{BadWord, BadWord}, {AnyWord, BadWord}, {AnyWord, AnyWord}}
resyntax.go#L504: return []phrase{{BadWord, BadWord}}
resyntax.go#L510: p = phrase{BadWord, BadWord}
resyntax.go#L512: p = phrase{w[0], BadWord}
resyntax.go#L521: if l[0] == BadWord {
resyntax.go#L525: list = append(list, phrase{BadWord, BadWord})
resyntax.go#L542: xs := []phrase{{BadWord, BadWord}}
resyntax.go#L546: if x[1] == BadWord {
resyntax.go#L557: if x[1] != BadWord {
resyntax.go#L566: if x[0] == BadWord {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |