golang.org/x/net/idna.options.bidirule (field)
7 uses
golang.org/x/net/idna (current package)
idna10.0.0.go#L121: return func(o *options) { o.bidirule = bidirule.ValidString }
idna10.0.0.go#L170: bidirule func(s string) bool
idna10.0.0.go#L263: bidirule: bidirule.ValidString,
idna10.0.0.go#L271: bidirule: bidirule.ValidString,
idna10.0.0.go#L280: bidirule: bidirule.ValidString,
idna10.0.0.go#L356: if isBidi && p.bidirule != nil && err == nil {
idna10.0.0.go#L358: if !p.bidirule(labels.label()) {
![]() |
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. |