Search Options

Results per page
Sort
Preferred Languages
Advance

Results 631 - 640 of 640 for clicks (0.14 sec)

  1. guava/src/com/google/common/cache/LocalCache.java

         * empty at any point. (The sum ensures accuracy up through at least 1<<31 per-segment
         * modifications before recheck.) Method containsValue() uses similar constructions for
         * stability checks.
         */
        long sum = 0L;
        Segment<K, V>[] segments = this.segments;
        for (Segment<K, V> segment : segments) {
          if (segment.count != 0) {
            return false;
          }
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 19:07:49 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  2. api/go1.14.txt

    pkg syscall (freebsd-arm64), type Stat_t struct, Birthtimespec Timespec
    pkg syscall (freebsd-arm64), type Stat_t struct, Blksize int32
    pkg syscall (freebsd-arm64), type Stat_t struct, Blocks int64
    pkg syscall (freebsd-arm64), type Stat_t struct, Ctimespec Timespec
    pkg syscall (freebsd-arm64), type Stat_t struct, Dev uint64
    pkg syscall (freebsd-arm64), type Stat_t struct, Flags uint32
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), type Stat_t struct, Birthtimespec Timespec
    pkg syscall (darwin-arm64), type Stat_t struct, Blksize int32
    pkg syscall (darwin-arm64), type Stat_t struct, Blocks int64
    pkg syscall (darwin-arm64), type Stat_t struct, Ctimespec Timespec
    pkg syscall (darwin-arm64), type Stat_t struct, Dev int32
    pkg syscall (darwin-arm64), type Stat_t struct, Flags uint32
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * Fix typo/link in External Links. PR [#1702](https://github.com/tiangolo/fastapi/pull/1702).
    * Update handling of [External Links](https://fastapi.tiangolo.com/external-links/) to use a data file and allow translating the headers without becoming obsolete quickly when new links are added. PR [#https://github.com/tiangolo/fastapi/pull/1701](https://github.com/tiangolo/fastapi/pull/1701).
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type Stat_t struct, Birthtimespec Timespec #53466
    pkg syscall (freebsd-riscv64), type Stat_t struct, Blksize int32 #53466
    pkg syscall (freebsd-riscv64), type Stat_t struct, Blocks int64 #53466
    pkg syscall (freebsd-riscv64), type Stat_t struct, Ctimespec Timespec #53466
    pkg syscall (freebsd-riscv64), type Stat_t struct, Dev uint64 #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)
  6. CHANGELOG/CHANGELOG-1.23.md

      
      When adding links which point to resources within git repositories, like
      KEPs or supporting documentation, please reference a specific commit and avoid
      linking directly to the master branch. This ensures that links reference a
      specific point in time, rather than a document that may change over time.
      
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.25.md

    - Apimachinery/clock: This deletes the apimachinery/clock package. Please use k8s.io/utils/clock instead. ([#109752](https://github.com/kubernetes/kubernetes/pull/109752), [@MadhavJivrajani](https://github.com/MadhavJivrajani)) [SIG API Machinery]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  8. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Birthtimespec Timespec
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Blksize uint32
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Blocks int64
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Ctimespec Timespec
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Dev uint64
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Flags uint32
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.15.md

    - Enhanced the daemonset sync logic to avoid a problem where pods are thought to be unavailable when the controller's clock is slower than the node's clock. ([#77208](https://github.com/kubernetes/kubernetes/pull/77208), [@DaiHao](https://github.com/DaiHao))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.26.md

      
      When adding links which point to resources within git repositories, like
      KEPs or supporting documentation, please reference a specific commit and avoid
      linking directly to the master branch. This ensures that links reference a
      specific point in time, rather than a document that may change over time.
      
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
Back to top