Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for open64 (0.28 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/tutorial/intellij-idea-open.png

    intellij-idea-open.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 478.6K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    }
    
    var u64_f64 = u642fcvtTab{
    	leq:   ssa.OpLeq64,
    	cvt2F: ssa.OpCvt64to64F,
    	and:   ssa.OpAnd64,
    	rsh:   ssa.OpRsh64Ux64,
    	or:    ssa.OpOr64,
    	add:   ssa.OpAdd64F,
    	one:   (*state).constInt64,
    }
    
    var u64_f32 = u642fcvtTab{
    	leq:   ssa.OpLeq64,
    	cvt2F: ssa.OpCvt64to32F,
    	and:   ssa.OpAnd64,
    	rsh:   ssa.OpRsh64Ux64,
    	or:    ssa.OpOr64,
    	add:   ssa.OpAdd32F,
    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. src/net/http/h2_bundle.go

    func (ws *http2priorityWriteScheduler) OpenStream(streamID uint32, options http2OpenStreamOptions) {
    	// The stream may be currently idle but cannot be opened or closed.
    	if curr := ws.nodes[streamID]; curr != nil {
    		if curr.state != http2priorityNodeIdle {
    			panic(fmt.Sprintf("stream %d already opened", streamID))
    		}
    		curr.state = http2priorityNodeOpen
    		return
    	}
    
    	// RFC 7540, Section 5.3.5:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/core/v1/generated.proto

      // Whether the container runtime should close the stdin channel after it has been opened by
      // a single attach. When stdin is true the stdin stream will remain open across multiple attach
      // sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the
      // first client attaches to stdin, and then remains open and accepts data until the client disconnects,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"stdinOnce":                "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted....
    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

      // Whether the container runtime should close the stdin channel after it has been opened by
      // a single attach. When stdin is true the stdin stream will remain open across multiple attach
      // sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the
      // first client attaches to stdin, and then remains open and accepts data until the client disconnects,
    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

    	// Whether the container runtime should close the stdin channel after it has been opened by
    	// a single attach. When stdin is true the stdin stream will remain open across multiple attach
    	// sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the
    	// first client attaches to stdin, and then remains open and accepts data until the client disconnects,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.10.md

    * kube-apiserver: the OpenID Connect authenticator can now verify ID Tokens signed with JOSE algorithms other than RS256 through the --oidc-signing-algs flag. ([#58544](https://github.com/kubernetes/kubernetes/pull/58544), [@ericchiang](https://github.com/ericchiang))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.11.md

    * Laid the groundwork for OIDC distributed claims handling in the apiserver authentication token checker. A distributed claim allows the OIDC provider to delegate a claim to a separate URL. ([ref](http://openid.net/specs/openid-connect-core-1_0.html#AggregatedDistributedClaims)). ([#63213](https://github.com/kubernetes/kubernetes/pull/63213), [@filmil](https://github.com/filmil))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top