Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for current$ (0.48 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. pkg/apis/core/types.go

    	LoadBalancerPortsError = "LoadBalancerPortsError"
    )
    
    // 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
    
    	// Current service condition
    	// +optional
    	Conditions []metav1.Condition
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    var map_NamespaceStatus = map[string]string{
    	"":           "NamespaceStatus is information about the current status of a Namespace.",
    	"phase":      "Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/",
    	"conditions": "Represents the latest available observations of a namespace's current state.",
    }
    
    func (NamespaceStatus) SwaggerDoc() map[string]string {
    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

    }
    
    // NamespaceStatus is information about the current status of a Namespace.
    message NamespaceStatus {
      // Phase is the current lifecycle phase of the namespace.
      // More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/
      // +optional
      optional string phase = 1;
    
      // Represents the latest available observations of a namespace's current state.
      // +optional
      // +patchMergeKey=type
    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. 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)
  6. 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)
  7. 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)
  8. 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)
  9. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          Value current = op.getValue();
          for (int i = 0; i < rounds; ++i) {
            auto keys =
                CreateRngUniform32(op.getLoc(), num_elements, /*lower_limit=*/0,
                                   /*upper_limit=*/u32_max, &rewriter);
            auto sorted = createSortOp(
                &rewriter, op.getLoc(), {keys, current},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  10. docs/en/docs/release-notes.md

    ## 0.110.3
    
    ### Docs
    
    * 📝 Update references to Python version, FastAPI supports all the current versions, no need to make the version explicit. PR [#11496](https://github.com/tiangolo/fastapi/pull/11496) by [@tiangolo](https://github.com/tiangolo).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top