Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for AB (0.02 seconds)

  1. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    samsclub
    
    // samsung : SAMSUNG SDS CO., LTD
    // https://www.iana.org/domains/root/db/samsung.html
    samsung
    
    // sandvik : Sandvik AB
    // https://www.iana.org/domains/root/db/sandvik.html
    sandvik
    
    // sandvikcoromant : Sandvik AB
    // https://www.iana.org/domains/root/db/sandvikcoromant.html
    sandvikcoromant
    
    // sanofi : Sanofi
    // https://www.iana.org/domains/root/db/sanofi.html
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Fri Dec 27 13:39:56 GMT 2024
    - 309.7K bytes
    - Click Count (1)
  2. doc/go_spec.html

    </p>
    
    <p>
    For instance, given the declarations
    </p>
    
    <pre>
    var x = I(T{}).ab()   // x has an undetected, hidden dependency on a and b
    var _ = sideEffect()  // unrelated to x, a, or b
    var a = b
    var b = 42
    
    type I interface      { ab() []int }
    type T struct{}
    func (T) ab() []int   { return []int{a, b} }
    </pre>
    
    <p>
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Apr 01 23:39:18 GMT 2026
    - 287.8K bytes
    - Click Count (1)
Back to Top