Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for beginning (0.36 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    	// need to generate instructions that spill the argument registers.
    	partLiveArgs map[*ir.Name]bool
    
    	// lineRunStart records the beginning of the current run of instructions
    	// within a single block sharing the same line number
    	// Used to move statement marks to the beginning of such runs.
    	lineRunStart *obj.Prog
    
    	// wasm: The number of values on the WebAssembly stack. This is only used as a safeguard.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // If this probe fails, the Pod will be restarted, just as if the livenessProbe failed.
      // This can be used to provide different probe parameters at the beginning of a Pod's lifecycle,
      // when it might take a long time to load data or warm a cache, than during steady-state operation.
      // This cannot be updated.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"lifecycle":...
    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/generated.proto

      // If this probe fails, the Pod will be restarted, just as if the livenessProbe failed.
      // This can be used to provide different probe parameters at the beginning of a Pod's lifecycle,
      // when it might take a long time to load data or warm a cache, than during steady-state operation.
      // This cannot be updated.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.18.md

    - Scheduler framework permit plugins now run at the end of the scheduling cycle, after reserve plugins. Waiting on permit will remain in the beginning of the binding cycle. ([#88199](https://github.com/kubernetes/kubernetes/pull/88199), [@mateuszlitwin](https://github.com/mateuszlitwin)) [SIG Scheduling]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  6. doc/go_spec.html

    Within the quotes, any character may appear except newline and unescaped single
    quote. A single quoted character represents the Unicode value
    of the character itself,
    while multi-character sequences beginning with a backslash encode
    values in various formats.
    </p>
    
    <p>
    The simplest form represents the single character within the quotes;
    since Go source text is Unicode characters encoded in UTF-8, multiple
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    	// If this probe fails, the Pod will be restarted, just as if the livenessProbe failed.
    	// This can be used to provide different probe parameters at the beginning of a Pod's lifecycle,
    	// when it might take a long time to load data or warm a cache, than during steady-state operation.
    	// This cannot be updated.
    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. pkg/apis/core/types.go

    	// Only one of sinceSeconds or sinceTime may be specified.
    	SinceTime *metav1.Time
    	// If true, add an RFC 3339 timestamp with 9 digits of fractional seconds at the beginning of every line
    	// of log output.
    	Timestamps bool
    	// If set, the number of lines from the end of the logs to show. If not specified,
    	// logs are shown from the creation of the container or sinceSeconds or sinceTime
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  9. src/net/http/h2_bundle.go

    		body, err := req.GetBody()
    		if err != nil {
    			return nil, err
    		}
    		newReq := *req
    		newReq.Body = body
    		return &newReq, nil
    	}
    
    	// The Request.Body can't reset back to the beginning, but we
    	// don't seem to have started to read from it yet, so reuse
    	// the request directly.
    	if err == http2errClientConnUnusable {
    		return req, nil
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  10. ChangeLog.md

    - [`KT-62312`](https://youtrack.jetbrains.com/issue/KT-62312) [K2/N] revert putting stdlib to the beginning of libraries list in the compiler
    - [`KT-58203`](https://youtrack.jetbrains.com/issue/KT-58203) K2: false-negative incompatible types error on is-check with unrelated type
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top