Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 85 for applicationId (0.18 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/AbstractDomainObjectCollectionSpec.groovy

            ops.size() == 4
            ops[0].details.applicationId == id1.longValue()
            ops[1].details.applicationId == id2.longValue()
            ops[2].details.applicationId == id1.longValue()
            ops[3].details.applicationId == id2.longValue()
        }
    
        def "can add list properties to container"() {
            containerAllowsExternalProviders()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  2. tests/test_application.py

                                "description": "Successful Response",
                                "content": {"application/json": {"schema": {}}},
                            },
                            "422": {
                                "description": "Validation Error",
                                "content": {
                                    "application/json": {
                                        "schema": {
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 21:56:59 UTC 2024
    - 52.2K bytes
    - Viewed (0)
  3. .teamcity/test-buckets.json

    				"subprojects":[
    					"language-native",
    					"tooling-native",
    					"core-api",
    					"wrapper-main",
    					"build-events",
    					"reporting",
    					"resources-s3",
    					"diagnostics",
    					"plugins-application",
    					"language-jvm"
    				]
    			},
    			{
    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    				"subprojects":[
    					"code-quality",
    					"signing",
    					"ide-native",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 15:56:44 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  4. src/crypto/tls/conn.go

    	// recordSizeBoostThreshold is the number of bytes of application data
    	// sent after which the TLS record size will be increased to the
    	// maximum.
    	recordSizeBoostThreshold = 128 * 1024
    )
    
    // maxPayloadSizeForWrite returns the maximum TLS payload size to use for the
    // next application data record. There is the following trade-off:
    //
    //   - For latency-sensitive applications, such as web browsing, each TLS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  5. pkg/apis/autoscaling/validation/validation_test.go

    				Metrics: []autoscaling.MetricSpec{{
    					Type: autoscaling.ContainerResourceMetricSourceType,
    					ContainerResource: &autoscaling.ContainerResourceMetricSource{
    						Name:      api.ResourceCPU,
    						Container: "test-application",
    						Target: autoscaling.MetricTarget{
    							Type:               autoscaling.UtilizationMetricType,
    							AverageUtilization: utilpointer.Int32(70),
    						},
    					},
    				}},
    			},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  6. src/runtime/mgcpacer.go

    	// runway is the amount of runway in heap bytes allocated by the
    	// application that we want to give the GC once it starts.
    	//
    	// This is computed from consMark during mark termination.
    	runway atomic.Uint64
    
    	// consMark is the estimated per-CPU consMark ratio for the application.
    	//
    	// It represents the ratio between the application's allocation
    	// rate, as bytes allocated per CPU-time, and the GC's scan rate,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  7. pkg/kubelet/apis/config/v1beta1/defaults_test.go

    				NodeStatusMaxImages:                       utilpointer.Int32(50),
    				MaxOpenFiles:                              1000000,
    				ContentType:                               "application/vnd.kubernetes.protobuf",
    				KubeAPIQPS:                                utilpointer.Int32(50),
    				KubeAPIBurst:                              100,
    				SerializeImagePulls:                       utilpointer.Bool(true),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 51K bytes
    - Viewed (0)
  8. testing/architecture-test/src/changes/archunit-store/provider-task-properties.txt

    Method <org.gradle.jvm.application.tasks.CreateStartScripts.getApplicationName()> does not have raw return type assignable to org.gradle.api.provider.Property in (CreateStartScripts.java:0)
    Method <org.gradle.jvm.application.tasks.CreateStartScripts.getDefaultJvmOpts()> does not have raw return type assignable to org.gradle.api.provider.Property in (CreateStartScripts.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  9. src/runtime/mgcscavenge.go

    // application down to a goal.
    //
    // Before we consider what this looks like, we need to split the world into two
    // halves. One in which a memory limit is not set, and one in which it is.
    //
    // For the former, the goal is defined as:
    //   (retainExtraPercent+100) / 100 * (heapGoal / lastHeapGoal) * lastHeapInUse
    //
    // Essentially, we wish to have the application's RSS track the heap goal, but
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  10. src/crypto/tls/common.go

    	// Algorithms Extension is being used (see RFC 5246, Section 7.4.1.4.1).
    	SignatureSchemes []SignatureScheme
    
    	// SupportedProtos lists the application protocols supported by the client.
    	// SupportedProtos is set only if the Application-Layer Protocol
    	// Negotiation Extension is being used (see RFC 7301, Section 3.1).
    	//
    	// Servers can select a protocol by setting Config.NextProtos in a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
Back to top