Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for decls (0.06 sec)

  1. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    Value(e,t){return this.gridStatus(e,t)===!1&&e.type==="decl"&&e.prop==="display"&&e.value.includes("grid")||this.prefixes.options.flexbox===!1&&e.type==="decl"&&e.prop==="display"&&e.value.includes("flex")||e.type==="decl"&&e.prop==="content"?!0:this.disabled(e,t)}disabledDecl(e,t){if(this.gridStatus(e,t)===!1&&e.type==="decl"&&(e.prop.includes("grid")||e.prop==="justify-items"))return!0;if(this.prefixes.options.flexbox===!1&&e.type==="decl"){let r=["order","justify-content","align-items","align...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  2. src/cmd/compile/internal/ssagen/ssa.go

    		case ir.PPARAMOUT:
    			s.decladdrs[n] = s.entryNewValue2A(ssa.OpLocalAddr, types.NewPtr(n.Type()), n, s.sp, s.startmem)
    		case ir.PAUTO:
    			// processed at each use, to prevent Addr coming
    			// before the decl.
    		default:
    			s.Fatalf("local variable with class %v unimplemented", n.Class)
    		}
    	}
    
    	s.f.OwnAux = ssa.OwnAuxCall(fn.LSym, params)
    
    	// Populate SSAable arguments.
    	for _, n := range fn.Dcl {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // This field cannot be updated once set.
      // +optional
      optional int32 healthCheckNodePort = 12;
    
      // publishNotReadyAddresses indicates that any agent which deals with endpoints for this
      // Service should disregard any indications of ready/not-ready.
      // The primary use case for setting this field is for a StatefulSet's Headless Service to
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	// and ExternalTrafficPolicy is set to Local.
    	// +optional
    	HealthCheckNodePort int32
    
    	// publishNotReadyAddresses indicates that any agent which deals with endpoints for this
    	// Service should disregard any indications of ready/not-ready.
    	// The primary use case for setting this field is for a StatefulSet's Headless Service to
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"publishNotReadyAddresses":      "publishNotReadyAddresses indicates that any agent which deals with endpoints for this Service should disregard any indications of ready/not-ready. The primary use case for setting this field is for a StatefulSet's Headless Service to propagate SRV DNS records for its Pods for the purpose of peer discovery. The...
    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. staging/src/k8s.io/api/core/v1/generated.proto

      // This field cannot be updated once set.
      // +optional
      optional int32 healthCheckNodePort = 12;
    
      // publishNotReadyAddresses indicates that any agent which deals with endpoints for this
      // Service should disregard any indications of ready/not-ready.
      // The primary use case for setting this field is for a StatefulSet's Headless Service to
    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. staging/src/k8s.io/api/core/v1/types.go

    	// +optional
    	HealthCheckNodePort int32 `json:"healthCheckNodePort,omitempty" protobuf:"bytes,12,opt,name=healthCheckNodePort"`
    
    	// publishNotReadyAddresses indicates that any agent which deals with endpoints for this
    	// Service should disregard any indications of ready/not-ready.
    	// The primary use case for setting this field is for a StatefulSet's Headless Service to
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top