type vendor/golang.org/x/net/idna.Profile
23 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L188: fromPuny func(p *Profile, s string) error
idna10.0.0.go#L192: mapping func(p *Profile, s string) (mapped string, isBidi bool, err error)
idna10.0.0.go#L200: type Profile struct {
idna10.0.0.go#L218: func New(o ...Option) *Profile {
idna10.0.0.go#L219: p := &Profile{}
idna10.0.0.go#L228: func (p *Profile) ToASCII(s string) (string, error) {
idna10.0.0.go#L236: func (p *Profile) ToUnicode(s string) (string, error) {
idna10.0.0.go#L244: func (p *Profile) String() string {
idna10.0.0.go#L269: Punycode *Profile = punycode
idna10.0.0.go#L274: Lookup *Profile = lookup
idna10.0.0.go#L278: Display *Profile = display
idna10.0.0.go#L282: Registration *Profile = registration
idna10.0.0.go#L284: punycode = &Profile{}
idna10.0.0.go#L285: lookup = &Profile{options{
idna10.0.0.go#L295: display = &Profile{options{
idna10.0.0.go#L304: registration = &Profile{options{
idna10.0.0.go#L336: func (p *Profile) process(s string, toASCII bool) (string, error) {
idna10.0.0.go#L427: func normalize(p *Profile, s string) (mapped string, isBidi bool, err error) {
idna10.0.0.go#L436: func validateRegistration(p *Profile, s string) (idem string, bidi bool, err error) {
idna10.0.0.go#L475: func validateAndMap(p *Profile, s string) (vm string, bidi bool, err error) {
idna10.0.0.go#L601: func (p *Profile) simplify(cat category) category {
idna10.0.0.go#L626: func validateFromPunycode(p *Profile, s string) error {
idna10.0.0.go#L709: func (p *Profile) validateLabel(s string) (err error) {
 |
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. |