Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for currentCA (0.35 sec)

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

    	// unlabeled break and continue statement tracking
    	breakTo    *ssa.Block // current target for plain break statement
    	continueTo *ssa.Block // current target for plain continue statement
    
    	// current location where we're interpreting the AST
    	curBlock *ssa.Block
    
    	// variable assignments in the current block (map from variable symbol to ssa value)
    	// *Node is the unique identifier (an ONAME Node) for the variable.
    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. staging/src/k8s.io/api/core/v1/types.go

    )
    
    // ServiceStatus represents the current status of a service.
    type ServiceStatus struct {
    	// LoadBalancer contains the current status of the load-balancer,
    	// if one is present.
    	// +optional
    	LoadBalancer LoadBalancerStatus `json:"loadBalancer,omitempty" protobuf:"bytes,1,opt,name=loadBalancer"`
    	// Current service state
    	// +optional
    	// +patchMergeKey=type
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    }
    
    // CloseWithError causes the next Read (waking up a current blocked
    // Read if needed) to return the provided err after all data has been
    // read.
    //
    // The error must be non-nil.
    func (p *http2pipe) CloseWithError(err error) { p.closeWithError(&p.err, err, nil) }
    
    // BreakWithError causes the next Read (waking up a current blocked
    // Read if needed) to return the provided err immediately, without
    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. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    aws.afterName="",t.params=""),o&&(t.nodes=[],this.current=t)}end(e){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.spaces="",this.current.parent?(this.current.source.end=this.getPosition(e[2]),this.current=this.current.parent):this.unexpectedClose(e)}endFile(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.ra...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  5. api/openapi-spec/v3/apis__batch__v1_openapi.json

            ],
            "type": "object"
          },
          "io.k8s.api.batch.v1.CronJobStatus": {
            "description": "CronJobStatus represents the current state of a cron job.",
            "properties": {
              "active": {
                "description": "A list of pointers to currently running jobs.",
                "items": {
                  "allOf": [
                    {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  6. docs/en/docs/release-notes.md

    * ✏ Fix incorrect Celery URLs in docs. PR [#2100](https://github.com/tiangolo/fastapi/pull/2100) by [@CircleOnCircles](https://github.com/CircleOnCircles).
    * 📝 Simplify intro to Python Types, all currently supported Python versions include type hints 🎉. PR [#2085](https://github.com/tiangolo/fastapi/pull/2085) by [@ninjaaron](https://github.com/ninjaaron).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// your pod is eligible to be scheduled based on labels on pods that are
    	// already running on the node rather than based on labels on nodes.
    	// There are currently two types of anti-affinity:
    	//
    	//	"requiredDuringSchedulingIgnoredDuringExecution"
    	//	"preferredDuringSchedulingIgnoredDuringExecution"
    	//
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.25.md

    ### Ephemeral Containers Graduate to Stable
    
    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

    IncDec statement    Assignment
    x++                 x += 1
    x--                 x -= 1
    </pre>
    
    
    <h3 id="Assignment_statements">Assignment statements</h3>
    
    <p>
    An <i>assignment</i> replaces the current value stored in a <a href="#Variables">variable</a>
    with a new value specified by an <a href="#Expressions">expression</a>.
    An assignment statement may assign a single value to a single variable, or multiple values to a
    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.30.md

    ### Bug or Regression
    
    - Currently, NodeAdded QueueingHint could not always be called because of the internal feature called preCheck.
      It's definitely not something expected for plugin developers,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
Back to top