type vendor/golang.org/x/net/idna.Profile
23 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L189: fromPuny func(p *Profile, s string) error
idna10.0.0.go#L193: mapping func(p *Profile, s string) (mapped string, isBidi bool, err error)
idna10.0.0.go#L201: type Profile struct {
idna10.0.0.go#L219: func New(o ...Option) *Profile {
idna10.0.0.go#L220: p := &Profile{}
idna10.0.0.go#L229: func (p *Profile) ToASCII(s string) (string, error) {
idna10.0.0.go#L237: func (p *Profile) ToUnicode(s string) (string, error) {
idna10.0.0.go#L245: func (p *Profile) String() string {
idna10.0.0.go#L270: Punycode *Profile = punycode
idna10.0.0.go#L275: Lookup *Profile = lookup
idna10.0.0.go#L279: Display *Profile = display
idna10.0.0.go#L283: Registration *Profile = registration
idna10.0.0.go#L285: punycode = &Profile{}
idna10.0.0.go#L286: lookup = &Profile{options{
idna10.0.0.go#L296: display = &Profile{options{
idna10.0.0.go#L305: registration = &Profile{options{
idna10.0.0.go#L337: func (p *Profile) process(s string, toASCII bool) (string, error) {
idna10.0.0.go#L428: func normalize(p *Profile, s string) (mapped string, isBidi bool, err error) {
idna10.0.0.go#L437: func validateRegistration(p *Profile, s string) (idem string, bidi bool, err error) {
idna10.0.0.go#L476: func validateAndMap(p *Profile, s string) (vm string, bidi bool, err error) {
idna10.0.0.go#L602: func (p *Profile) simplify(cat category) category {
idna10.0.0.go#L627: func validateFromPunycode(p *Profile, s string) error {
idna10.0.0.go#L710: func (p *Profile) validateLabel(s string) (err error) {
|
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. |