Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for IsSame (0.16 sec)

  1. src/main/webapp/js/admin/moment-with-locales.min.js

    ore(e,t))&&(")"===s[1]?this.isBefore(a,t):!this.isAfter(a,t))},it.isSame=function(e,a){var t,s=D(e)?e:Sa(e);return!(!this.isValid()||!s.isValid())&&("millisecond"===(a=O(a||"millisecond"))?this.valueOf()===s.valueOf():(t=s.valueOf(),this.clone().startOf(a).valueOf()<=t&&t<=this.clone().endOf(a).valueOf()))},it.isSameOrAfter=function(e,a){return this.isSame(e,a)||this.isAfter(e,a)},it.isSameOrBefore=function(e,a){return this.isSame(e,a)||this.isBefore(e,a)},it.isValid=function(){return y(this)},i...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 12 13:18:07 UTC 2018
    - 319K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

      func.return %3 : tensor<4x8xf32>
    }
    
    // CHECK-LABEL:   func @select(
    // CHECK-SAME:                 %[[VAL_0:.*]]: tensor<2xi1>,
    // CHECK-SAME:                 %[[VAL_1:.*]]: tensor<2xi32>,
    // CHECK-SAME:                 %[[VAL_2:.*]]: tensor<2xi32>) -> tensor<2xi32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// pod.spec.resourceClaims entry can be ignored in this case.
    	ResourceClaimName *string
    }
    
    // OSName is the set of OS'es that can be used in OS.
    type OSName string
    
    // These are valid values for OSName
    const (
    	Linux   OSName = "linux"
    	Windows OSName = "windows"
    )
    
    // PodOS defines the OS parameters of a pod.
    type PodOS struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                      ParentRef that selects the same object must set the same set of
                      optional fields to different values. If one ParentRef sets a combination
                      of optional fields, all must set the same combination. \n Some examples:
                      \n * If one ParentRef sets `sectionName`, all ParentRefs referencing
                      the same object must also set `sectionName`. * If one ParentRef
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    functionality of the dataSource field and as such if both fields are non-empty, they must have the same value. For backwards compatibility, when namespace isn't specified in dataSourceRef, both fields (dataSource and dataSourceRef) will be set to the same value automatically if one of them is empty and the other is non-empty. When namespace is specified in dataSourceRef, dataSource isn't set to the same value and must be empty. There are three important differences between dataSource and dataSourceRef:...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      // if both fields are non-empty, they must have the same value. For backwards
      // compatibility, when namespace isn't specified in dataSourceRef,
      // both fields (dataSource and dataSourceRef) will be set to the same
      // value automatically if one of them is empty and the other is non-empty.
      // When namespace is specified in dataSourceRef,
      // dataSource isn't set to the same value and must be empty.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  7. prow/config/calico.yaml

                                only workload endpoints that are matched by both selectors
                                will be selected by the rule. \n For NetworkPolicy, an
                                empty NamespaceSelector implies that the Selector is limited
                                to selecting only workload endpoints in the same namespace
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "type": "string"
              },
              "nodeID": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types.go

    	ResourceClaimName *string `json:"resourceClaimName,omitempty" protobuf:"bytes,2,opt,name=resourceClaimName"`
    }
    
    // OSName is the set of OS'es that can be used in OS.
    type OSName string
    
    // These are valid values for OSName
    const (
    	Linux   OSName = "linux"
    	Windows OSName = "windows"
    )
    
    // PodOS defines the OS parameters of a pod.
    type PodOS struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

                "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
Back to top