Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for impl_4 (0.54 sec)

  1. ChangeLog.md

    - [`KT-61422`](https://youtrack.jetbrains.com/issue/KT-61422) K2 IDE: "No array element type for vararg value parameter: org.jetbrains.kotlin.fir.declarations.impl.FirValueParameterImpl"
    - [`KT-66276`](https://youtrack.jetbrains.com/issue/KT-66276) K2: Analysis API: `TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM` false positive for script parameter
    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. src/net/http/h2_bundle.go

    // HTTP/2 server.
    type http2ClientConn struct {
    	t             *http2Transport
    	tconn         net.Conn             // usually *tls.Conn, except specialized impls
    	tlsState      *tls.ConnectionState // nil only for specialized impls
    	reused        uint32               // whether conn is being reused; atomic
    	singleUse     bool                 // whether being used for a single http.Request
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation.go

    		// VolumeMount subpaths have the potential to leak resources since they're implemented with bind mounts
    		// that aren't cleaned up until the pod exits. Since they also imply that the container is being used
    		// as part of the workload, they're disallowed entirely.
    		for i, vm := range ec.VolumeMounts {
    			if vm.SubPath != "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    	// kube-apiserver can reach node internal IPs, though it is possible to configure
    	// clusters where this is not the case.
    	//
    	// NodeInternalIP is the default type of node IP, and does not necessarily imply
    	// that the IP is ONLY reachable internally. If a node has multiple internal IPs,
    	// no specific semantics are assigned to the additional IPs.
    	NodeInternalIP NodeAddressType = "InternalIP"
    
    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