Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 82 for 220 (0.07 sec)

  1. docs/bucket/notifications/README.md

    queue_limit      (number)    maximum limit for undelivered messages, defaults to '100000'
    version          (string)    specify the version of the Kafka cluster e.g '2.2.0'
    comment          (sentence)  optionally add a comment to this setting
    ```
    
    or environment variables
    
    ```
    KEY:
    notify_kafka[:name]  publish bucket notifications to Kafka endpoints
    
    ARGS:
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 84K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/io/MoreFiles.java

        };
      }
    
      /**
       * Returns true if the files located by the given paths exist, are not directories, and contain
       * the same bytes.
       *
       * @throws IOException if an I/O error occurs
       * @since 22.0
       */
      public static boolean equal(Path path1, Path path2) throws IOException {
        checkNotNull(path1);
        checkNotNull(path2);
        if (Files.isSameFile(path1, path2)) {
          return true;
        }
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 16:07:00 UTC 2024
    - 35K bytes
    - Viewed (0)
  3. guava/src/com/google/common/io/MoreFiles.java

        };
      }
    
      /**
       * Returns true if the files located by the given paths exist, are not directories, and contain
       * the same bytes.
       *
       * @throws IOException if an I/O error occurs
       * @since 22.0
       */
      public static boolean equal(Path path1, Path path2) throws IOException {
        checkNotNull(path1);
        checkNotNull(path2);
        if (Files.isSameFile(path1, path2)) {
          return true;
        }
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 16:07:00 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  4. guava/src/com/google/common/collect/Streams.java

       * This method behaves equivalently to {@linkplain #zip zipping} the stream elements into
       * temporary pair objects and then using {@link Stream#forEach} on that stream.
       *
       * @since 22.0 (but only since 33.4.0 in the Android flavor)
       */
      @Beta
      public static <A extends @Nullable Object, B extends @Nullable Object> void forEachPair(
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:20:11 UTC 2024
    - 36.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.32.md

    ### Changed
    - cloud.google.com/go/accessapproval: v1.7.1 → v1.7.4
    - cloud.google.com/go/accesscontextmanager: v1.8.1 → v1.8.4
    - cloud.google.com/go/aiplatform: v1.48.0 → v1.58.0
    - cloud.google.com/go/analytics: v0.21.3 → v0.22.0
    - cloud.google.com/go/apigateway: v1.6.1 → v1.6.4
    - cloud.google.com/go/apigeeconnect: v1.6.1 → v1.6.4
    - cloud.google.com/go/apigeeregistry: v0.7.1 → v0.8.2
    - cloud.google.com/go/appengine: v1.8.1 → v1.8.4
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.23.md

        - [Source Code](#source-code-17)
        - [Client Binaries](#client-binaries-17)
        - [Server Binaries](#server-binaries-17)
        - [Node Binaries](#node-binaries-17)
      - [Changelog since v1.22.0](#changelog-since-v1220)
      - [What's New (Major Themes)](#whats-new-major-themes)
        - [Deprecation of FlexVolume](#deprecation-of-flexvolume)
        - [Deprecation of klog specific flags](#deprecation-of-klog-specific-flags)
    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. docs/en/data/people.yml

    - login: jgould22
      count: 241
      avatarUrl: https://avatars.githubusercontent.com/u/4335847?u=ed77f67e0bb069084639b24d812dbb2a2b1dc554&v=4
      url: https://github.com/jgould22
    - login: Mause
      count: 220
      avatarUrl: https://avatars.githubusercontent.com/u/1405026?v=4
      url: https://github.com/Mause
    - login: ycd
      count: 217
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Jun 03 01:09:53 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.17.md

    - Update Golang to v1.13.14
      - Update bazel to 2.2.0
      - Update repo-infra to 0.0.8 (to support go1.14.6 and go1.13.14)
        - Includes:
          - bazelbuild/bazel-toolchains@3.4.0
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (1)
  9. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_FSYNC_NOCANCEL = 408
    pkg syscall (darwin-386), const SYS_FTRUNCATE = 201
    pkg syscall (darwin-386), const SYS_FUTIMES = 139
    pkg syscall (darwin-386), const SYS_GETATTRLIST = 220
    pkg syscall (darwin-386), const SYS_GETAUDIT = 355
    pkg syscall (darwin-386), const SYS_GETAUDIT_ADDR = 357
    pkg syscall (darwin-386), const SYS_GETAUID = 353
    pkg syscall (darwin-386), const SYS_GETDIRENTRIES = 196
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.29.md

    - cloud.google.com/go/deploy: v1.8.0 → v1.13.0
    - cloud.google.com/go/dialogflow: v1.32.0 → v1.40.0
    - cloud.google.com/go/dlp: v1.9.0 → v1.10.1
    - cloud.google.com/go/documentai: v1.18.0 → v1.22.0
    - cloud.google.com/go/domains: v0.8.0 → v0.9.1
    - cloud.google.com/go/edgecontainer: v1.0.0 → v1.1.1
    - cloud.google.com/go/essentialcontacts: v1.5.0 → v1.6.2
    - cloud.google.com/go/eventarc: v1.11.0 → v1.13.0
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:37:31 UTC 2024
    - 375.1K bytes
    - Viewed (1)
Back to top