Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fromPuny (0.1 sec)

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

    		if o.mapping == nil && enable {
    			o.mapping = normalize
    		}
    		o.trie = trie
    		o.checkJoiners = enable
    		o.checkHyphens = enable
    		if enable {
    			o.fromPuny = validateFromPunycode
    		} else {
    			o.fromPuny = nil
    		}
    	}
    }
    
    // CheckHyphens sets whether to check for correct use of hyphens ('-') in
    // labels. Most web browsers do not have this option set, since labels such as
    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

    		if o.mapping == nil && enable {
    			o.mapping = normalize
    		}
    		o.trie = trie
    		o.checkJoiners = enable
    		o.checkHyphens = enable
    		if enable {
    			o.fromPuny = validateFromPunycode
    		} else {
    			o.fromPuny = nil
    		}
    	}
    }
    
    // CheckHyphens sets whether to check for correct use of hyphens ('-') in
    // labels. Most web browsers do not have this option set, since labels such as
    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