Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for OP (0.44 sec)

  1. src/internal/trace/traceviewer/static/trace_viewer_full.html

    currentSlice=op.slice;}}else{if(depth===0){pushRect(lastStart,op.time,und...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/opGen.go

    	},
    }
    
    func (o Op) Asm() obj.As          { return opcodeTable[o].asm }
    func (o Op) Scale() int16         { return int16(opcodeTable[o].scale) }
    func (o Op) String() string       { return opcodeTable[o].name }
    func (o Op) SymEffect() SymEffect { return opcodeTable[o].symEffect }
    func (o Op) IsCall() bool         { return opcodeTable[o].call }
    func (o Op) IsTailCall() bool     { return opcodeTable[o].tailCall }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
  3. api/openapi-spec/v3/api__v1_openapi.json

          },
          "io.k8s.api.core.v1.PreferredSchedulingTerm": {
            "description": "An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).",
            "properties": {
              "preference": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.NodeSelectorTerm"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

        },
        "io.k8s.api.core.v1.PreferredSchedulingTerm": {
          "description": "An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).",
          "properties": {
            "preference": {
              "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorTerm",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  5. pkg/generated/openapi/zz_generated.openapi.go

    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"weight": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  6. api/openapi-spec/swagger.json

        },
        "io.k8s.api.core.v1.PreferredSchedulingTerm": {
          "description": "An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).",
          "properties": {
            "preference": {
              "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorTerm",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

        },
        "io.k8s.api.core.v1.PreferredSchedulingTerm": {
          "description": "An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).",
          "properties": {
            "preference": {
              "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorTerm",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top