Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 33 for fopacity (0.29 sec)

  1. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.css

    nt}.uk-animation-toggle:focus{outline:0}@keyframes uk-fade{0%{opacity:0}100%{opacity:1}}@keyframes uk-fade-top{0%{opacity:0;transform:translateY(-100%)}100%{opacity:1;transform:translateY(0)}}@keyframes uk-fade-bottom{0%{opacity:0;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@keyframes uk-fade-left{0%{opacity:0;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0)}}@keyframes uk-fade-right{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0)}}@keyframes...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 257.2K bytes
    - Viewed (0)
  2. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    or"))),type:["color","any"]})},borderOpacity:P("borderOpacity",[["border-opacity",["--tw-border-opacity"]]]),backgroundColor:({matchUtilities:i,theme:e,corePlugins:t})=>{i({bg:r=>t("backgroundOpacity")?se({color:r,property:"background-color",variable:"--tw-bg-opacity"}):{"background-color":N(r)}},{values:re(e("backgroundColor")),type:["color","any"]})},backgroundOpacity:P("backgroundOpacity",[["bg-opacity",["--tw-bg-opacity"]]]),backgroundImage:P("backgroundImage",[["bg",["background-image"]]],{...
    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. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"":                "NodeStatus is information about the current status of a node.",
    	"capacity":        "Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity",
    	"allocatable":     "Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    type PersistentVolumeSpec struct {
    	// capacity is the description of the persistent volume's resources and capacity.
    	// More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
    	// +optional
    	Capacity ResourceList `json:"capacity,omitempty" protobuf:"bytes,1,rep,name=capacity,casttype=ResourceList,castkey=ResourceName"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  5. doc/go_spec.html

    </p>
    <p>
    The array underlying a slice may extend past the end of the slice.
    The <i>capacity</i> is a measure of that extent: it is the sum of
    the length of the slice and the length of the array beyond the slice;
    a slice of length up to that capacity can be created by
    <a href="#Slice_expressions"><i>slicing</i></a> a new one from the original slice.
    The capacity of a slice <code>a</code> can be discovered using the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

    message NodeStatus {
      // Capacity represents the total resources of a node.
      // More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
      // +optional
      map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
    
      // Allocatable represents the resources of a node that are available for scheduling.
      // Defaults to Capacity.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/core/v1/generated.proto

    message NodeStatus {
      // Capacity represents the total resources of a node.
      // More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
      // +optional
      map<string, k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
    
      // Allocatable represents the resources of a node that are available for scheduling.
      // Defaults to Capacity.
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation.go

    	}
    
    	if !validateInlinePersistentVolumeSpec {
    		if len(pvSpec.Capacity) == 0 {
    			allErrs = append(allErrs, field.Required(fldPath.Child("capacity"), ""))
    		}
    
    		if _, ok := pvSpec.Capacity[core.ResourceStorage]; !ok || len(pvSpec.Capacity) > 1 {
    			allErrs = append(allErrs, field.NotSupported(fldPath.Child("capacity"), pvSpec.Capacity, []core.ResourceName{core.ResourceStorage}))
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  9. pkg/apis/core/types.go

    	// +optional
    	Capacity ResourceList
    	// +optional
    	Conditions []PersistentVolumeClaimCondition
    	// AllocatedResources tracks the resources allocated to a PVC including its capacity.
    	// Key names follow standard Kubernetes label syntax. Valid values are either:
    	// 	* Un-prefixed keys:
    	//		- storage - the capacity of the volume.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.21.md

    ### Storage Capacity Tracking
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
Back to top