Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Sk (0.03 sec)

  1. src/reflect/value.go

    	}
    	if dk == Array {
    		dst.mustBeAssignable()
    	}
    	dst.mustBeExported()
    
    	sk := src.kind()
    	var stringCopy bool
    	if sk != Array && sk != Slice {
    		stringCopy = sk == String && dst.typ().Elem().Kind() == abi.Uint8
    		if !stringCopy {
    			panic(&ValueError{"reflect.Copy", sk})
    		}
    	}
    	src.mustBeExported()
    
    	de := dst.typ().Elem()
    	if !stringCopy {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  2. src/unicode/tables.go

    	Punct  = _P  // Punct/P is the set of Unicode punctuation characters, category P.
    	P      = _P
    	Sc     = _Sc // Sc is the set of Unicode characters in category Sc (Symbol, currency).
    	Sk     = _Sk // Sk is the set of Unicode characters in category Sk (Symbol, modifier).
    	Sm     = _Sm // Sm is the set of Unicode characters in category Sm (Symbol, math).
    	So     = _So // So is the set of Unicode characters in category So (Symbol, other).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    org.sh
    mil.sh
    
    // si : https://en.wikipedia.org/wiki/.si
    si
    
    // sj : No registrations at this time.
    // Submitted by registry <******@****.***>
    sj
    
    // sk : https://en.wikipedia.org/wiki/.sk
    // list of 2nd level domains ?
    sk
    
    // sl : http://www.nic.sl
    // Submitted by registry <******@****.***>
    sl
    com.sl
    net.sl
    edu.sl
    gov.sl
    org.sl
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top