Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for Cipher (0.41 sec)

  1. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                              type: string
                            cipherSuites:
                              description: 'Optional: If specified, only support the specified
                                cipher list.'
                              items:
                                type: string
                              type: array
                            credentialName:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  2. manifests/charts/base/crds/crd-all.gen.yaml

                              type: string
                            cipherSuites:
                              description: 'Optional: If specified, only support the specified
                                cipher list.'
                              items:
                                type: string
                              type: array
                            credentialName:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                              type: string
                            cipherSuites:
                              description: 'Optional: If specified, only support the specified
                                cipher list.'
                              items:
                                type: string
                              type: array
                            credentialName:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    	},
    	"crypto/rand": {
    		{"Int", Func, 0},
    		{"Prime", Func, 0},
    		{"Read", Func, 0},
    		{"Reader", Var, 0},
    	},
    	"crypto/rc4": {
    		{"(*Cipher).Reset", Method, 0},
    		{"(*Cipher).XORKeyStream", Method, 0},
    		{"(KeySizeError).Error", Method, 0},
    		{"Cipher", Type, 0},
    		{"KeySizeError", Type, 0},
    		{"NewCipher", Func, 0},
    	},
    	"crypto/rsa": {
    		{"(*PSSOptions).HashFunc", Method, 4},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      For example, `"*.foo.example.com"` takes precedence over `"*.example.com"`.
                      The precise definition here is that the higher the number of dots in the
                      hostname to the right of the wildcard character, the higher the precedence.
    
    
                      The wildcard character will match any number of characters _and dots_ to
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  6. src/testdata/Isaac.Newton-Opticks.txt

    stopp'd, but pass on to the Focus of the Lens, will there compound
    either accurately or very nearly such a Colour, as by this Rule ought to
    result from their Mixture.
    
    
    _PROP._ VII. THEOR. V.
    
    _All the Colours in the Universe which are made by Light, and depend not
    on the Power of Imagination, are either the Colours of homogeneal
    Lights, or compounded of these, and that either accurately or very
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    means to transpose and conjugate it) before multiplication by setting
    the `adj_x` or `adj_y` flag to `True`, which are by default `False`.
    
    The input tensors `x` and `y` are 2-D or higher with shape `[..., r_x, c_x]`
    and `[..., r_y, c_y]`.
    
    The output tensor is 2-D or higher with shape `[..., r_o, c_o]`, where:
    
        r_o = c_x if adj_x else r_x
        c_o = r_y if adj_y else c_y
    
    It is computed as:
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "boolean"
              },
              "preconditions": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__apps__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  10. RELEASE.md

          control the initial parallelism setting used by autotune before the data
          pipeline has started running. The default is 16. A lower value reduces
          initial memory usage, while a higher value improves startup time.
    
    ## Keras
    
    *  `keras.layers.experimental.DynamicEmbedding`
        * Added `DynamicEmbedding` Keras layer
        * Added 'UpdateEmbeddingCallback`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top