Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 48 for continueCh (0.27 sec)

  1. src/net/http/h2_bundle.go

    				write: &http2writeGoAway{
    					maxStreamID: sc.maxClientStreamID,
    					code:        sc.goAwayCode,
    				},
    			})
    			continue
    		}
    		if sc.needToSendSettingsAck {
    			sc.needToSendSettingsAck = false
    			sc.startFrameWrite(http2FrameWriteRequest{write: http2writeSettingsAck{}})
    			continue
    		}
    		if !sc.inGoAway || sc.goAwayCode == http2ErrCodeNo {
    			if wr, ok := sc.writeSched.Pop(); ok {
    				if wr.isControl() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    save(e,t){let r=t.prop,n=[];for(let a in t._autoprefixerValues){let s=t._autoprefixerValues[a];if(s===t.value)continue;let o,u=K2.prefix(r);if(u==="-pie-")continue;if(u===a){o=t.value=s,n.push(o);continue}let c=e.prefixed(r,a),f=t.parent;if(!f.every(b=>b.prop!==c)){n.push(o);continue}let d=s.replace(/\s+/," ");if(f.some(b=>b.prop===t.prop&&b.value.replace(/\s+/," ")===d)){n.push(o);continue}let m=this.clone(t,{value:s});o=t.parent.insertBefore(t,m),n.push(o)}return n}check(e){let t=e.value;return ...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    						},
    					},
    					"continue": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation.go

    	}
    
    	// If the old object had an invalid API group in the data source or data source reference, continue to allow it in the new object
    	opts.AllowInvalidAPIGroupInDataSourceOrRef = allowInvalidAPIGroupInDataSourceOrRef(&oldPvc.Spec)
    
    	if oldPvc.Spec.VolumeAttributesClassName != nil {
    		// If the old object had a volume attributes class, continue to validate it in the new object.
    		opts.EnableVolumeAttributesClass = true
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go

    	_ = l
    	if m.RemainingItemCount != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.RemainingItemCount))
    		i--
    		dAtA[i] = 0x20
    	}
    	i -= len(m.Continue)
    	copy(dAtA[i:], m.Continue)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Continue)))
    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.ResourceVersion)
    	copy(dAtA[i:], m.ResourceVersion)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.ResourceVersion)))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 281.4K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.15.md

      - [Cluster Lifecycle Stability and Usability Improvements](#cluster-lifecycle-stability-and-usability-improvements)
      - [Continued improvement of CSI](#continued-improvement-of-csi)
        - [Additional Notable Feature Updates](#additional-notable-feature-updates)
      - [Known Issues](#known-issues)
      - [Urgent Upgrade Notes](#urgent-upgrade-notes)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.8.md

    ### SIG Autoscaling
    
    [SIG Autoscaling][] is responsible for autoscaling-related components,
    such as the Horizontal Pod Autoscaler and Cluster Autoscaler.
    
    For the 1.8 release, SIG Autoscaling continued to focus on stabilizing
    features introduced in previous releases: the new version of the
    Horizontal Pod Autoscaler API, which supports custom metrics, and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.25.md

    Linux kernel cgroups v2 API was declared stable. With some distributions now defaulting to this API, Kubernetes must support it to continue operating on those distributions. cgroups v2 offers several improvements over cgroups v1, for more information see the [cgroups v2](https://kubernetes.io/docs/concepts/architecture/cgroups/) documentation. While cgroups v1 will continue to be supported, this enhancement puts Kubernetes to be ready for eventual deprecation and replacement in favor of v2.
    
    ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  9. doc/go_spec.html

    		}
    	}
    </pre>
    
    <h3 id="Continue_statements">Continue statements</h3>
    
    <p>
    A "continue" statement begins the next iteration of the
    innermost enclosing <a href="#For_statements">"for" loop</a>
    by advancing control to the end of the loop block.
    The "for" loop must be within the same function.
    </p>
    
    <pre class="ebnf">
    ContinueStmt = "continue" [ Label ] .
    </pre>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.12.md

    - Upon receiving a LIST request with an expired continue token, the apiserver now returns a continue token together with the 410 "the from parameter is too old" error. If the client does not care about getting a list from a consistent snapshot, the client can use this token to continue listing from the next key, but the returned chunk will be from the latest snapshot. ([#67284](https://github.com/kubernetes/kubernetes/pull/67284),...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
Back to top