Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VerifyDNSLength (1.06 sec)

  1. src/vendor/golang.org/x/net/idna/idna9.0.0.go

    	return func(o *options) { o.transitional = transitional }
    }
    
    // VerifyDNSLength sets whether a Profile should fail if any of the IDN parts
    // are longer than allowed by the RFC.
    //
    // This option corresponds to the VerifyDnsLength flag in UTS #46.
    func VerifyDNSLength(verify bool) Option {
    	return func(o *options) { o.verifyDNSLength = verify }
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 19.2K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/net/idna/idna10.0.0.go

    	return func(o *options) { o.transitional = transitional }
    }
    
    // VerifyDNSLength sets whether a Profile should fail if any of the IDN parts
    // are longer than allowed by the RFC.
    //
    // This option corresponds to the VerifyDnsLength flag in UTS #46.
    func VerifyDNSLength(verify bool) Option {
    	return func(o *options) { o.verifyDNSLength = verify }
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 20.9K bytes
    - Viewed (0)
Back to top