Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

    // Submitted by Julian Uphoff <******@****.***>
    half.host
    
    // XnBay Technology : http://www.xnbay.com/
    // Submitted by XnBay Developer <******@****.***>
    xnbay.com
    u2.xnbay.com
    u2-local.xnbay.com
    
    // XS4ALL Internet bv : https://www.xs4all.nl/
    // Submitted by Daniel Mostertman <******@****.***>
    cistron.nl
    demon.nl
    xs4all.space
    
    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

    var u = 1.0&lt;&lt;s                 // illegal: 1.0 has type float64, cannot shift
    var u1 = 1.0&lt;&lt;s != 0           // illegal: 1.0 has type float64, cannot shift
    var u2 = 1&lt;&lt;s != 1.0           // illegal: 1 has type float64, cannot shift
    var v1 float32 = 1&lt;&lt;s          // illegal: 1 has type float32, cannot shift
    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