Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Nash (0.21 sec)

  1. docs/changelogs/changelog_3x.md

     [public_suffix]: https://publicsuffix.org/
     [remove_cbc_ecdsa]: https://developers.google.com/web/updates/2016/12/chrome-56-deprecations#remove_cbc-mode_ecdsa_ciphers_in_tls
     [require_android_5]: https://code.cash.app/okhttp-3-13-requires-android-5
     [tls_configuration_history]: https://square.github.io/okhttp/tls_configuration_history/
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sun Feb 06 14:55:54 GMT 2022
    - 50.8K bytes
    - Viewed (0)
  2. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      repeated string shortNames = 5;
    
      // categories is a list of the grouped resources this resource belongs to (e.g. 'all')
      repeated string categories = 7;
    
      // The hash value of the storage version, the version this resource is
      // converted to when written to the data store. Value must be treated
      // as opaque by clients. Only equality comparison on the value is valid.
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 53.3K bytes
    - Viewed (0)
  3. docs/bucket/notifications/README.md

    will now enable bucket event notifications on a bucket named `images`. Whenever a JPEG image is created/overwritten, a new key is added or an existing key is updated in the Redis hash configured above. When an existing object is deleted, the corresponding key is deleted from the Redis hash. Thus, the rows in the Redis hash, reflect the `.jpg` objects in the `images` bucket.
    
    To configure this bucket notification, we need the ARN printed by MinIO in the previous step. Additional information...
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 84K bytes
    - Viewed (2)
  4. okhttp/src/test/java/okhttp3/internal/cache/DiskLruCacheTest.kt

        )
        cache.edit(key)!!.abort()
        // Contains all valid characters.
        key = "abcdefghijklmnopqrstuvwxyz_0123456789"
        cache.edit(key)!!.abort()
        // Contains dash.
        key = "-20384573948576"
        cache.edit(key)!!.abort()
      }
    
      @ParameterizedTest
      @ArgumentsSource(FileSystemParamProvider::class)
      fun writeAndReadEntry(parameters: Pair<FileSystem, Boolean>) {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Apr 15 14:55:09 GMT 2024
    - 75.8K bytes
    - Viewed (0)
  5. .bazelrc

    build:rbe_linux_cuda_nvcc --config=nvcc_clang
    build:rbe_linux_cuda_nvcc --repo_env TF_NCCL_USE_STUB=1
    
    build:rbe_win_base --config=rbe_base
    build:rbe_win_base --shell_executable=C:\\tools\\msys64\\usr\\bin\\bash.exe
    build:rbe_win_base --remote_instance_name=projects/tensorflow-testing/instances/windows
    # Don't build the python zip archive in the RBE build.
    build:rbe_win_base --remote_download_minimal
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Apr 24 20:50:35 GMT 2024
    - 52.6K bytes
    - Viewed (2)
  6. CHANGELOG/CHANGELOG-1.3.md

    
    
    # v1.3.2
    
    [Documentation](http://kubernetes.github.io) & [Examples](http://releases.k8s.io/release-1.3/examples)
    
    ## Downloads
    
    binary | sha1 hash | md5 hash
    ------ | --------- | --------
    [kubernetes.tar.gz](https://storage.googleapis.com/kubernetes-release/release/v1.3.2/kubernetes.tar.gz) | `f46664d04dc2966c77d8727bba57f57b5f917572` | `1a5b0639941054585d0432dd5ce3abc7`
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 84K bytes
    - Viewed (0)
Back to top