Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 14 of 14 for ic (0.04 seconds)

  1. doc/go_spec.html

    </pre>
    
    <p>
    Applying the built-in function <code>complex</code> to untyped
    integer, rune, or floating-point constants yields
    an untyped complex constant.
    </p>
    
    <pre>
    const ic = complex(0, c)   // ic == 3.75i  (untyped complex constant)
    const iΘ = complex(0, Θ)   // iΘ == 1i     (type complex128)
    </pre>
    
    <p>
    Constant expressions are always evaluated exactly; intermediate values and the
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Dec 02 23:07:19 GMT 2025
    - 286.5K bytes
    - Click Count (1)
  2. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    høylandet.no
    i.bg
    i.ng
    i.ph
    i.se
    i234.me
    ia.us
    iamallama.com
    ibara.okayama.jp
    ibaraki.ibaraki.jp
    ibaraki.jp
    ibaraki.osaka.jp
    ibestad.no
    ibigawa.gifu.jp
    ibm
    ibxos.it
    ic.gov.pl
    icbc
    ice
    ichiba.tokushima.jp
    ichihara.chiba.jp
    ichikai.tochigi.jp
    ichikawa.chiba.jp
    ichikawa.hyogo.jp
    ichikawamisato.yamanashi.jp
    ichinohe.iwate.jp
    ichinomiya.aichi.jp
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Tue Dec 31 14:50:53 GMT 2024
    - 129.6K bytes
    - Click Count (2)
  3. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    turystyka.pl
    // Government domains : https://www.dns.pl/informacje_o_rejestracji_domen_gov_pl
    // In accordance with the .gov.pl Domain Name Regulations : https://www.dns.pl/regulamin_gov_pl
    gov.pl
    ap.gov.pl
    griw.gov.pl
    ic.gov.pl
    is.gov.pl
    kmpsp.gov.pl
    konsulat.gov.pl
    kppsp.gov.pl
    kwp.gov.pl
    kwpsp.gov.pl
    mup.gov.pl
    mw.gov.pl
    oia.gov.pl
    oirm.gov.pl
    oke.gov.pl
    oow.gov.pl
    oschr.gov.pl
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Fri Dec 27 13:39:56 GMT 2024
    - 309.7K bytes
    - Click Count (1)
  4. lib/fips140/v1.1.0-rc1.zip

    [hash.Cloner] if the underlying hash does. // Otherwise, it returns an error wrapping [errors.ErrUnsupported]. func (h *HMAC) Clone() (hash.Cloner, error) { r := *h ic, ok := h.inner.(hash.Cloner) if !ok { return nil, errCloneUnsupported{} } oc, ok := h.outer.(hash.Cloner) if !ok { return nil, errCloneUnsupported{} } var err error r.inner, err = ic.Clone() if err != nil { return nil, errCloneUnsupported{} } r.outer, err = oc.Clone() if err != nil { return nil, errCloneUnsupported{} } return &r, nil } //...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
Back to Top