Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for separators (0.32 sec)

  1. pkg/apis/core/validation/validation_test.go

    			csi:      &core.CSIVolumeSource{Driver: "comgooglestoragecsigcepd/"},
    			errtype:  field.ErrorTypeInvalid,
    			errfield: "driver",
    		}, {
    			name:     "driver name: invalid separators",
    			csi:      &core.CSIVolumeSource{Driver: "com/google/storage/csi~gcepd"},
    			errtype:  field.ErrorTypeInvalid,
    			errfield: "driver",
    		}, {
    			name: "valid nodePublishSecretRef",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    060B          ; valid                  ;      ; NV8    # 4.1  AFGHANI SIGN
    060C          ; valid                  ;      ; NV8    # 1.1  ARABIC COMMA
    060D..060F    ; valid                  ;      ; NV8    # 4.0  ARABIC DATE SEPARATOR..ARABIC SIGN MISRA
    0610..0615    ; valid                                  # 4.0  ARABIC SIGN SALLALLAHOU ALAYHE WASSALLAM..ARABIC SMALL HIGH TAH
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                                matches full path elements. A path element refers to the list of labels
                                                in the path split by the `/` separator. When specified, a trailing `/` is
                                                ignored. For example, the paths `/abc`, `/abc/`, and `/abc/def` would all
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                      type: string
                                  type: object
                                description: The header keys must be lowercase and use
                                  hyphen as the separator, e.g.
                                type: object
                              ignoreUriCase:
                                description: Flag to specify whether the URI matching
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  5. manifests/charts/base/crds/crd-all.gen.yaml

                                      type: string
                                  type: object
                                description: The header keys must be lowercase and use
                                  hyphen as the separator, e.g.
                                type: object
                              ignoreUriCase:
                                description: Flag to specify whether the URI matching
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    def TF_StringJoinOp : TF_Op<"StringJoin", [Pure]> {
      let summary = [{
    Joins the strings in the given list of string tensors into one tensor;
      }];
    
      let description = [{
    with the given separator (default is an empty separator).
    
    Examples:
    
    >>> s = ["hello", "world", "tensorflow"]
    >>> tf.strings.join(s, " ")
    <tf.Tensor: shape=(), dtype=string, numpy=b'hello world tensorflow'>
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                      type: string
                                  type: object
                                description: The header keys must be lowercase and use
                                  hyphen as the separator, e.g.
                                type: object
                              ignoreUriCase:
                                description: Flag to specify whether the URI matching
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Glob", Func, 0},
    		{"HasPrefix", Func, 0},
    		{"IsAbs", Func, 0},
    		{"IsLocal", Func, 20},
    		{"Join", Func, 0},
    		{"ListSeparator", Const, 0},
    		{"Match", Func, 0},
    		{"Rel", Func, 0},
    		{"Separator", Const, 0},
    		{"SkipAll", Var, 20},
    		{"SkipDir", Var, 0},
    		{"Split", Func, 0},
    		{"SplitList", Func, 0},
    		{"ToSlash", Func, 0},
    		{"VolumeName", Func, 0},
    		{"Walk", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  9. RELEASE.md

            or`TfLiteGpuDelegateOptionsV2::is_precision_loss_allowed`.
    *   GPU
        *   GPU acceleration now supports quantized models by default
    *   `DynamicBuffer::AddJoinedString()` will now add a separator if the first
        string to be joined is empty.
    *   Adds support for cumulative sum (cumsum), both as builtin op and MLIR
        conversion.
    
    ### `TensorRT`
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  10. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.logging.text.TreeFormatter$Prefixer> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (TreeFormatter.java:0)
    Class <org.gradle.internal.logging.text.TreeFormatter$Separator> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (TreeFormatter.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top