type vendor/golang.org/x/net/idna.Option
13 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L57: type Option func(*options)
idna10.0.0.go#L64: func Transitional(transitional bool) Option {
idna10.0.0.go#L72: func VerifyDNSLength(verify bool) Option {
idna10.0.0.go#L78: func RemoveLeadingDots(remove bool) Option {
idna10.0.0.go#L87: func ValidateLabels(enable bool) Option {
idna10.0.0.go#L110: func CheckHyphens(enable bool) Option {
idna10.0.0.go#L118: func CheckJoiners(enable bool) Option {
idna10.0.0.go#L135: func StrictDomainName(use bool) Option {
idna10.0.0.go#L146: func BidiRule() Option {
idna10.0.0.go#L152: func ValidateForRegistration() Option {
idna10.0.0.go#L170: func MapForLookup() Option {
idna10.0.0.go#L205: func apply(o *options, opts []Option) {
idna10.0.0.go#L219: func New(o ...Option) *Profile {
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |