Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for mainIvy (0.21 sec)

  1. docs/en/docs/release-notes.md

    This was designed this way mainly to allow using the same objects "yielded" by dependencies inside of background tasks, because the exit code would be executed after the background tasks were finished.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    	return common.OpenAPIDefinition{
    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes.",
    				Type:        v1.JSONSchemaPropsOrArray{}.OpenAPISchemaType(),
    				Format:      v1.JSONSchemaPropsOrArray{}.OpenAPISchemaFormat(),
    			},
    		},
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    // {256 KB, 512 KB], {512 KB, infinity}
    // In practice, the maximum scratch buffer size should not exceed 512 KB due to
    // frameScratchBufferLen(maxFrameSize), thus the "infinity pool" should never be used.
    // It exists mainly as a safety measure, for potential future increases in max buffer size.
    var http2bufPools [7]sync.Pool // of *[]byte
    
    func http2bufPoolIndex(size int) int {
    	if size <= 16384 {
    		return 0
    	}
    	size -= 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top