Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for jakmile (0.04 sec)

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

    // Carrd : https://carrd.co
    // Submitted by AJ <******@****.***>
    drr.ac
    uwu.ai
    carrd.co
    crd.co
    ju.mp
    
    // CDDO : https://www.gov.uk/guidance/get-an-api-domain-on-govuk
    // Submitted by Jamie Tanna <jamie******@****.***>
    api.gov.uk
    
    // CDN77.com : http://www.cdn77.com
    // Submitted by Jan Krpes <******@****.***>
    cdn77-storage.com
    rsc.contentproxy9.cz
    r.cdn77.net
    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. doc/go_spec.html

    for a <code>...T</code> parameter. In this case no new slice is created.
    </p>
    
    <p>
    Given the slice <code>s</code> and call
    </p>
    
    <pre>
    s := []string{"James", "Jasmine"}
    Greeting("goodbye:", s...)
    </pre>
    
    <p>
    within <code>Greeting</code>, <code>who</code> will have the same value as <code>s</code>
    with the same underlying array.
    </p>
    
    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