Home
last modified time | relevance | path

Searched refs:UntypedToken (Results 1 – 4 of 4) sorted by relevance

/dports/devel/chroma/chroma-0.9.2/vendor/github.com/alecthomas/kong/
H A Dscanner.go13 UntypedToken TokenType = iota const
24 case UntypedToken:
81 if t.Type == UntypedToken {
99 (tt == UntypedToken && !strings.HasPrefix(t.String(), "-"))
H A Dcontext.go277 case UntypedToken:
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/alecthomas/kong/
H A Dscanner.go13 UntypedToken TokenType = iota const
24 case UntypedToken:
81 if t.Type != UntypedToken {
102 (tt == UntypedToken && !strings.HasPrefix(t.String(), "-"))
H A Dcontext.go338 case UntypedToken: