Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    ax
    
    // az : https://www.iana.org/domains/root/db/az.html
    // https://whois.az/?page_id=10
    az
    biz.az
    com.az
    edu.az
    gov.az
    info.az
    int.az
    mil.az
    name.az
    net.az
    org.az
    pp.az
    pro.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
    
    // bb : https://www.iana.org/domains/root/db/bb.html
    bb
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (1)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.stk"/>
      </mime-type>
      <mime-type type="application/ibe-key-request+xml"/>
      <mime-type type="application/ibe-pkg-reply+xml"/>
      <mime-type type="application/ibe-pp-data"/>
      <mime-type type="application/iges"/>
    
      <mime-type type="application/illustrator">
        <acronym>AI</acronym>
        <_comment>Adobe Illustrator Artwork</_comment>
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
  3. doc/go_spec.html

    // which means the shifts will overflow.
    var mm int = 1.0&lt;&lt;s            // 1.0 has type int; mm == 0
    var oo = 1&lt;&lt;s == 2&lt;&lt;s          // 1 and 2 have type int; oo == true
    var pp = 1&lt;&lt;s == 1&lt;&lt;33         // illegal: 1 has type int, but 1&lt;&lt;33 overflows int
    var xx = a[1.0&lt;&lt;s]             // 1.0 has type int; xx == a[0]
    var bb = make([]byte, 1.0&lt;&lt;s)  // 1.0 has type int; len(bb) == 0
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
Back to top