type vendor/golang.org/x/net/idna.Profile
23 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L161: fromPuny func(p *Profile, s string) error
idna10.0.0.go#L165: mapping func(p *Profile, s string) (mapped string, isBidi bool, err error)
idna10.0.0.go#L173: type Profile struct {
idna10.0.0.go#L191: func New(o ...Option) *Profile {
idna10.0.0.go#L192: p := &Profile{}
idna10.0.0.go#L201: func (p *Profile) ToASCII(s string) (string, error) {
idna10.0.0.go#L209: func (p *Profile) ToUnicode(s string) (string, error) {
idna10.0.0.go#L217: func (p *Profile) String() string {
idna10.0.0.go#L239: Punycode *Profile = punycode
idna10.0.0.go#L244: Lookup *Profile = lookup
idna10.0.0.go#L248: Display *Profile = display
idna10.0.0.go#L252: Registration *Profile = registration
idna10.0.0.go#L254: punycode = &Profile{}
idna10.0.0.go#L255: lookup = &Profile{options{
idna10.0.0.go#L264: display = &Profile{options{
idna10.0.0.go#L272: registration = &Profile{options{
idna10.0.0.go#L303: func (p *Profile) process(s string, toASCII bool) (string, error) {
idna10.0.0.go#L394: func normalize(p *Profile, s string) (mapped string, isBidi bool, err error) {
idna10.0.0.go#L403: func validateRegistration(p *Profile, s string) (idem string, bidi bool, err error) {
idna10.0.0.go#L442: func validateAndMap(p *Profile, s string) (vm string, bidi bool, err error) {
idna10.0.0.go#L568: func (p *Profile) simplify(cat category) category {
idna10.0.0.go#L593: func validateFromPunycode(p *Profile, s string) error {
idna10.0.0.go#L676: func (p *Profile) validateLabel(s string) (err error) {
 |
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. |