const github.com/google/licensecheck/internal/match.AnyWord
11 uses
github.com/google/licensecheck/internal/match (current package)
dict.go#L33: const AnyWord WordID = -2
regexp.go#L145: if p[0] == AnyWord {
regexp.go#L149: if p[1] == AnyWord {
regexp.go#L157: if p[1] == AnyWord {
rematch.go#L615: words = append(words, AnyWord)
rematch.go#L762: if w == AnyWord {
rematch.go#L832: if len(delta) > 0 && WordID(delta[0]) == AnyWord {
rematch.go#L880: if dw2 == AnyWord || dictWords[dw2] == rest {
resyntax.go#L501: return []phrase{{BadWord, BadWord}, {AnyWord, BadWord}, {AnyWord, AnyWord}}
![]() |
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. |