Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for Implicits (0.18 sec)

  1. ChangeLog.md

    - [`KT-60170`](https://youtrack.jetbrains.com/issue/KT-60170) K2 IDE: CCE from KtFirCallResolver on invalid code with wrong implicit invoke
    - [`KT-61783`](https://youtrack.jetbrains.com/issue/KT-61783) K2: Analyze 'KtCodeFragment' in a separate session
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    	Data []byte
    }
    
    const (
    	// DefaultHardPodAffinitySymmetricWeight is the weight of implicit PreferredDuringScheduling affinity rule.
    	//
    	// RequiredDuringScheduling affinity is not symmetric, but there is an implicit PreferredDuringScheduling affinity rule
    	// corresponding to every RequiredDuringScheduling affinity rule.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. doc/go_spec.html

    	    <a href="#For_statements">"for"</a>, and
    	    <a href="#Switch_statements">"switch"</a>
    	    statement is considered to be in its own implicit block.</li>
    
    	<li>Each clause in a <a href="#Switch_statements">"switch"</a>
    	    or <a href="#Select_statements">"select"</a> statement
    	    acts as an implicit block.</li>
    </ol>
    
    <p>
    Blocks nest and influence <a href="#Declarations_and_scope">scoping</a>.
    </p>
    
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    	// RequiredDuringScheduling affinity is not symmetric, but there is an implicit PreferredDuringScheduling affinity rule
    	// corresponding to every RequiredDuringScheduling affinity rule.
    	// When the --hard-pod-affinity-weight scheduler flag is not specified,
    	// DefaultHardPodAffinityWeight defines the weight of the implicit PreferredDuringScheduling affinity rule.
    	DefaultHardPodAffinitySymmetricWeight int32 = 1
    )
    
    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. common-protos/k8s.io/api/core/v1/generated.proto

      // to run this pod.  If no RuntimeClass resource matches the named class, the pod will not be run.
      // If unset or empty, the "legacy" RuntimeClass will be used, which is an implicit class with an
      // empty definition that uses the default runtime handler.
      // More info: https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class
      // +optional
      optional string runtimeClassName = 29;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"enableServiceLinks":            "EnableServiceLinks indicates whether information about services...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

      // to run this pod.  If no RuntimeClass resource matches the named class, the pod will not be run.
      // If unset or empty, the "legacy" RuntimeClass will be used, which is an implicit class with an
      // empty definition that uses the default runtime handler.
      // More info: https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class
      // +optional
      optional string runtimeClassName = 29;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "string"
              },
              "schedulerName": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/x86/avx_optabs.go

    //
    // VEX requires at least 2 bytes inside opBytes:
    //	- VEX prefixes (vex-prefixed constants)
    //	- Opcode byte
    //
    // EVEX instructions extend VEX form variety:
    //	VTHING zmm2/m512, zmmV, zmm1    -- implicit K0 (merging)
    //	VTHING zmm2/m512, zmmV, K, zmm1 -- explicit K mask (can't use K0)
    //
    // EVEX requires at least 3 bytes inside opBytes:
    //	- EVEX prefixes (evex-prefixed constants); similar to VEX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 23 15:34:19 UTC 2018
    - 260.3K bytes
    - Viewed (0)
  10. pkg/apis/core/validation/validation.go

    	// The kubelet will never restart ephemeral containers, so treat them like they have an implicit RestartPolicyNever.
    	allErrs = append(allErrs, ValidateContainerStateTransition(newPod.Status.EphemeralContainerStatuses, oldPod.Status.EphemeralContainerStatuses, fldPath.Child("ephemeralContainerStatuses"), core.RestartPolicyNever)...)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
Back to top