Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Hanna (0.16 sec)

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

    independent-review.uk
    public-inquiry.uk
    royal-commission.uk
    campaign.gov.uk
    service.gov.uk
    
    // CDDO : https://www.gov.uk/guidance/get-an-api-domain-on-govuk
    // Submitted by Jamie Tanna <jamie.tanna@digital.cabinet-office.gov.uk>
    api.gov.uk
    
    // Gehirn Inc. : https://www.gehirn.co.jp/
    // Submitted by Kohei YOSHIDA <******@****.***>
    gehirn.ne.jp
    usercontent.jp
    
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  2. doc/go1.17_spec.html

    </p>
    <pre>
    func Greeting(prefix string, who ...string)
    Greeting("nobody")
    Greeting("hello:", "Joe", "Anna", "Eileen")
    </pre>
    
    <p>
    within <code>Greeting</code>, <code>who</code> will have the value
    <code>nil</code> in the first call, and
    <code>[]string{"Joe", "Anna", "Eileen"}</code> in the second.
    </p>
    
    <p>
    If the final argument is assignable to a slice type <code>[]T</code> and
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
Back to top