Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 37 for 290 (0.04 sec)

  1. guava/src/com/google/common/graph/Graph.java

       * {@link #edges()}, {@link #adjacentNodes(Object)}, {@link #predecessors(Object)}, {@link
       * #successors(Object)} and {@link #incidentEdges(Object)}.
       *
       * @since 29.0
       */
      @Override
      ElementOrder<N> incidentEdgeOrder();
    
      //
      // Element-level accessors
      //
    
      /**
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 10 15:41:27 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/util/concurrent/ServiceManager.java

       *
       * <p>N.B. This snapshot is guaranteed to be consistent, i.e. the set of states returned will
       * correspond to a point in time view of the services.
       *
       * @since 29.0 (present with return type {@code ImmutableMultimap} since 14.0)
       */
      @Override
      public ImmutableSetMultimap<State, Service> servicesByState() {
        return state.servicesByState();
      }
    
      /**
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:51:36 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  3. guava/src/com/google/common/util/concurrent/ServiceManager.java

       *
       * <p>N.B. This snapshot is guaranteed to be consistent, i.e. the set of states returned will
       * correspond to a point in time view of the services.
       *
       * @since 29.0 (present with return type {@code ImmutableMultimap} since 14.0)
       */
      @Override
      public ImmutableSetMultimap<State, Service> servicesByState() {
        return state.servicesByState();
      }
    
      /**
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:51:36 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.30.md

    - github.com/onsi/ginkgo/v2: [v2.13.0 → v2.15.0](https://github.com/onsi/ginkgo/compare/v2.13.0...v2.15.0)
    - github.com/onsi/gomega: [v1.29.0 → v1.31.0](https://github.com/onsi/gomega/compare/v1.29.0...v1.31.0)
    - github.com/opencontainers/runc: [v1.1.10 → v1.1.12](https://github.com/opencontainers/runc/compare/v1.1.10...v1.1.12)
    - go.uber.org/atomic: v1.10.0 → v1.7.0
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:40:14 UTC 2024
    - 309.1K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/util/concurrent/Futures.java

      /**
       * Returns a successful {@code ListenableFuture<Void>}. This method is equivalent to {@code
       * immediateFuture(null)} except that it is restricted to produce futures of type {@code Void}.
       *
       * @since 29.0
       */
      @SuppressWarnings("unchecked")
      public static ListenableFuture<@Nullable Void> immediateVoidFuture() {
        return (ListenableFuture<@Nullable Void>) ImmediateFuture.NULL;
      }
    
      /**
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 25 13:13:32 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  6. guava/src/com/google/common/util/concurrent/Futures.java

      /**
       * Returns a successful {@code ListenableFuture<Void>}. This method is equivalent to {@code
       * immediateFuture(null)} except that it is restricted to produce futures of type {@code Void}.
       *
       * @since 29.0
       */
      @SuppressWarnings("unchecked")
      public static ListenableFuture<@Nullable Void> immediateVoidFuture() {
        return (ListenableFuture<@Nullable Void>) ImmediateFuture.NULL;
      }
    
      /**
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 25 13:13:32 UTC 2024
    - 64.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.32.md

    - cloud.google.com/go/cloudtasks: v1.12.1 → v1.12.4
    - cloud.google.com/go/compute: v1.23.0 → v1.25.1
    - cloud.google.com/go/contactcenterinsights: v1.10.0 → v1.12.1
    - cloud.google.com/go/container: v1.24.0 → v1.29.0
    - cloud.google.com/go/containeranalysis: v0.10.1 → v0.11.3
    - cloud.google.com/go/datacatalog: v1.16.0 → v1.19.2
    - cloud.google.com/go/dataflow: v0.9.1 → v0.9.4
    - cloud.google.com/go/dataform: v0.8.1 → v0.9.1
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_GETTID = 286
    pkg syscall (darwin-386), const SYS_GETTIMEOFDAY = 116
    pkg syscall (darwin-386), const SYS_GETUID = 24
    pkg syscall (darwin-386), const SYS_GETWGROUPS = 290
    pkg syscall (darwin-386), const SYS_GETXATTR = 234
    pkg syscall (darwin-386), const SYS_IDENTITYSVC = 293
    pkg syscall (darwin-386), const SYS_INITGROUPS = 243
    pkg syscall (darwin-386), const SYS_IOCTL = 54
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.7.md

    * [alpha] Adds support of container metrics in CRI ([docs PR](https://github.com/kubernetes/community/pull/742)) ([kubernetes/features#290](https://github.com/kubernetes/enhancements/issues/290))
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.31.md

    - honnef.co/go/tools: v0.0.1-2020.1.4 → v0.0.1-2019.2.3
    - k8s.io/klog/v2: v2.120.1 → v2.130.1
    - k8s.io/utils: 3b25d92 → 18e509b
    - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.29.0 → v0.30.3
    - sigs.k8s.io/knftables: v0.0.14 → v0.0.17
    - sigs.k8s.io/kustomize/api: 6ce0bf3 → v0.17.2
    - sigs.k8s.io/kustomize/cmd/config: v0.11.2 → v0.14.1
    - sigs.k8s.io/kustomize/kustomize/v5: 6ce0bf3 → v5.4.2
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 12:18:32 UTC 2024
    - 315.4K bytes
    - Viewed (0)
Back to top