type golang.org/x/net/idna.options
15 uses
golang.org/x/net/idna (current package)
idna10.0.0.go#L57: type Option func(*options)
idna10.0.0.go#L65: return func(o *options) { o.transitional = true }
idna10.0.0.go#L71: return func(o *options) { o.verifyDNSLength = verify }
idna10.0.0.go#L80: return func(o *options) { o.removeLeadingDots = remove }
idna10.0.0.go#L87: return func(o *options) {
idna10.0.0.go#L108: return func(o *options) {
idna10.0.0.go#L121: return func(o *options) { o.bidirule = bidirule.ValidString }
idna10.0.0.go#L127: return func(o *options) {
idna10.0.0.go#L145: return func(o *options) {
idna10.0.0.go#L152: type options struct {
idna10.0.0.go#L175: options
idna10.0.0.go#L178: func apply(o *options, opts []Option) {
idna10.0.0.go#L256: lookup = &Profile{options{
idna10.0.0.go#L265: display = &Profile{options{
idna10.0.0.go#L273: registration = &Profile{options{
![]() |
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. |