type vendor/golang.org/x/net/idna.Option
13 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L56: type Option func(*options)
idna10.0.0.go#L63: func Transitional(transitional bool) Option {
idna10.0.0.go#L71: func VerifyDNSLength(verify bool) Option {
idna10.0.0.go#L77: func RemoveLeadingDots(remove bool) Option {
idna10.0.0.go#L86: func ValidateLabels(enable bool) Option {
idna10.0.0.go#L109: func CheckHyphens(enable bool) Option {
idna10.0.0.go#L117: func CheckJoiners(enable bool) Option {
idna10.0.0.go#L134: func StrictDomainName(use bool) Option {
idna10.0.0.go#L145: func BidiRule() Option {
idna10.0.0.go#L151: func ValidateForRegistration() Option {
idna10.0.0.go#L169: func MapForLookup() Option {
idna10.0.0.go#L204: func apply(o *options, opts []Option) {
idna10.0.0.go#L218: func New(o ...Option) *Profile {
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |