Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for pp (0.02 sec)

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

    aw
    com.aw
    
    // ax : https://en.wikipedia.org/wiki/.ax
    ax
    
    // az : https://en.wikipedia.org/wiki/.az
    az
    com.az
    net.az
    int.az
    gov.az
    org.az
    edu.az
    info.az
    pp.az
    mil.az
    name.az
    pro.az
    biz.az
    
    // ba : http://nic.ba/users_data/files/pravilnik_o_registraciji.pdf
    ba
    com.ba
    edu.ba
    gov.ba
    mil.ba
    net.ba
    org.ba
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  2. cmd/testdata/decryptObjectInfo.json.zst

    QPD4nuT7bDs==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"text/plain"}},{"Bucket":"buck1","Name":"go_113/src/cmd/go/testdata/rundir/x.go","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"wz/PP+hRtJdSmZW91l4nC2/ybAn1xaVGgWb99puFRWw=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAKEQLCVWfuLIFoV9+RTYCg==","X-Minio-Internal-Server-Side-Encryption-S3-Se...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
  3. doc/go1.17_spec.html

    // which means the shifts will overflow.
    var mm int = 1.0<<s            // 1.0 has type int; mm == 0
    var oo = 1<<s == 2<<s          // 1 and 2 have type int; oo == true
    var pp = 1<<s == 1<<33         // illegal: 1 has type int, but 1<<33 overflows int
    var xx = a[1.0<<s]             // 1.0 has type int; xx == a[0]
    var bb = make([]byte, 1.0<<s)  // 1.0 has type int; len(bb) == 0
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top