Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for mcall (0.35 sec)

  1. api/openapi-spec/v3/api__v1_openapi.json

              "schema": {
                "type": "boolean",
                "uniqueItems": true
              }
            },
            {
              "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.",
              "in": "query",
              "name": "timeoutSeconds",
              "schema": {
                "type": "integer",
                "uniqueItems": true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/opGen.go

    		call:    true,
    		generic: true,
    	},
    	{
    		name:    "StaticLECall",
    		auxType: auxCallOff,
    		argLen:  -1,
    		call:    true,
    		generic: true,
    	},
    	{
    		name:    "InterLECall",
    		auxType: auxCallOff,
    		argLen:  -1,
    		call:    true,
    		generic: true,
    	},
    	{
    		name:    "TailLECall",
    		auxType: auxCallOff,
    		argLen:  -1,
    		call:    true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    							Description: "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.",
    							Type:        []string{"integer"},
    							Format:      "int64",
    						},
    					},
    					"limit": {
    						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)
  4. api/openapi-spec/swagger.json

              "type": "string"
            },
            "timeoutSeconds": {
              "description": "TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 10 seconds.",
              "format": "int32",
              "type": "integer"
            }
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/schema/schema_generated.h

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top