Search Options

Results per page
Sort
Preferred Languages
Advance

Results 281 - 287 of 287 for olinger (0.21 sec)

  1. api/go1.14.txt

    pkg syscall (freebsd-arm64), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error
    pkg syscall (freebsd-arm64), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error
    pkg syscall (freebsd-arm64), func SetsockoptLinger(int, int, int, *Linger) error
    pkg syscall (freebsd-arm64), func SetsockoptString(int, int, int, string) error
    pkg syscall (freebsd-arm64), func SetsockoptTimeval(int, int, int, *Timeval) error
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), func SetsockoptInet4Addr(int, int, int, [4]uint8) error
    pkg syscall (darwin-arm64), func SetsockoptInt(int, int, int, int) error
    pkg syscall (darwin-arm64), func SetsockoptLinger(int, int, int, *Linger) error
    pkg syscall (darwin-arm64), func SetsockoptString(int, int, int, string) error
    pkg syscall (darwin-arm64), func SetsockoptTimeval(int, int, int, *Timeval) error
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  3. guava/src/com/google/common/cache/LocalCache.java

           * one-sixth of them need cloning when a table doubles. The nodes they replace will be garbage
           * collectable as soon as they are no longer referenced by any reader thread that may be in
           * the midst of traversing table right now.
           */
    
          int newCount = count;
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 19:07:49 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), func SetsockoptInt(int, int, int, int) error #53466
    pkg syscall (freebsd-riscv64), func SetsockoptLinger(int, int, int, *Linger) error #53466
    pkg syscall (freebsd-riscv64), func SetsockoptString(int, int, int, string) error #53466
    pkg syscall (freebsd-riscv64), func SetsockoptTimeval(int, int, int, *Timeval) error #53466
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1FAD0..1FAD6  ; valid                  ;      ; NV8    # 13.0 BLUEBERRIES..TEAPOT
    1FAD7..1FAD9  ; valid                  ;      ; NV8    # 14.0 POURING LIQUID..JAR
    1FADA..1FADB  ; valid                  ;      ; NV8    # 15.0 GINGER ROOT..PEA POD
    1FADC..1FADF  ; disallowed                             # NA   <reserved-1FADC>..<reserved-1FADF>
    1FAE0..1FAE7  ; valid                  ;      ; NV8    # 14.0 MELTING FACE..BUBBLES
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  6. doc/go_spec.html

    </li>
    </ul>
    
    <h4 id="Go_1.17">Go 1.17</h4>
    <ul>
    <li>
    A slice may be <a href="#Conversions">converted</a> to an array pointer if the slice and array element
    types match, and the array is not longer than the slice.
    </li>
    <li>
    The built-in <a href="#Package_unsafe">package <code>unsafe</code></a> includes the new functions
    <code>Add</code> and <code>Slice</code>.
    </li>
    </ul>
    
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
  7. CREDITS

    github.com/minio/dnscache
    https://github.com/minio/dnscache
    ----------------------------------------------------------------
    MIT License
    
    Copyright (c) 2023 MinIO, Inc.
    Copyright (c) 2018 Olivier Poitrey
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 26 15:03:08 UTC 2024
    - 1.6M bytes
    - Viewed (0)
Back to top