Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for hashed (0.2 sec)

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

    // trailing dashes are allowed.
    var ValidatePodName = apimachineryvalidation.NameIsDNSSubdomain
    
    // ValidateReplicationControllerName can be used to check whether the given replication
    // controller name is valid.
    // Prefix indicates this name will be used as part of generation, in which case
    // trailing dashes are allowed.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    font-variant-numeric":{},"--tw-ordinal":"ordinal","font-variant-numeric":t},".slashed-zero":{"@defaults font-variant-numeric":{},"--tw-slashed-zero":"slashed-zero","font-variant-numeric":t},".lining-nums":{"@defaults font-variant-numeric":{},"--tw-numeric-figure":"lining-nums","font-variant-numeric":t},".oldstyle-nums":{"@defaults font-variant-numeric":{},"--tw-numeric-figure":"oldstyle-nums","font-variant-numeric":t},".proportional-nums":{"@defaults font-variant-numeric":{},"--tw-numeric-spacing":"pr...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  3. ChangeLog.md

    - [`KT-61296`](https://youtrack.jetbrains.com/issue/KT-61296) K2: do not resolve the entire file on lazyResolve call if FirFile is passed
    - [`KT-65683`](https://youtrack.jetbrains.com/issue/KT-65683) Analysis API: Dangling file session creation causes a `computeIfAbsent` contract violation
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  4. src/net/http/h2_bundle.go

    		// If the Content-Encoding is non-blank, we shouldn't
    		// sniff the body. See Issue golang.org/issue/31753.
    		ce := rws.snapHeader.Get("Content-Encoding")
    		hasCE := len(ce) > 0
    		if !hasCE && !hasContentType && http2bodyAllowedForStatus(rws.status) && len(p) > 0 {
    			ctype = DetectContentType(p)
    		}
    		var date string
    		if _, ok := rws.snapHeader["Date"]; !ok {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.25.md

        - [Promoted Server Side Unknown Field Validation to Beta](#promoted-server-side-unknown-field-validation-to-beta)
        - [Introduced KMS v2](#introduced-kms-v2)
        - [Kube-proxy images are now based on distroless images](#kube-proxy-images-are-now-based-on-distroless-images)
      - [Known Issues](#known-issues)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  6. pkg/apis/core/types.go

    	ReadOnly *bool
    
    	// Filesystem type to mount. Ex. "ext4", "xfs", "ntfs".
    	// If not provided, the empty value is passed to the associated CSI driver
    	// which will determine the default filesystem to apply.
    	// +optional
    	FSType *string
    
    	// VolumeAttributes stores driver-specific properties that are passed to the CSI
    	// driver. Consult your driver's documentation for supported values.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      func.return %0: tensor<3x5xf32>
    }
    
    // SparseMatMul where one operand needs to be casted and the other one not.
    //
    // CHECK-LABEL:   @test_sparse_mat_mul_with_cast
    // CHECK-SAME:      %[[ARG0:.*]]: tensor<3x4xf32>
    // CHECK-SAME:      %[[ARG1:.*]]: tensor<4x5xbf16>
    // CHECK-SAME:      -> tensor<3x5xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// fsType to mount. Ex. "ext4", "xfs", "ntfs".
    	// If not provided, the empty value is passed to the associated CSI driver
    	// which will determine the default filesystem to apply.
    	// +optional
    	FSType *string `json:"fsType,omitempty" protobuf:"bytes,3,opt,name=fsType"`
    
    	// volumeAttributes stores driver-specific properties that are passed to the CSI
    	// driver. Consult your driver's documentation for supported values.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  9. docs/en/docs/release-notes.md

            * Before this, the return content was first passed through `jsonable_encoder` to ensure it was a "jsonable" object, like a `dict`, instead of an arbitrary object with attributes (like an ORM model). That's why you should make sure to update your Pydantic models for objects with attributes to use `orm_mode = True`.
            * If you don't have a `response_model`, the return object will still be passed through `jsonable_encoder` first.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top