Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 543 for value$ (0.08 sec)

  1. guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java

                    ClosingFuture.from(immediateFuture("value2")),
                    ClosingFuture.from(immediateFuture("value3")),
                    ClosingFuture.from(immediateFuture("value4")),
                    ClosingFuture.from(immediateFuture("value5")))
                .call(
                    new ClosingFunction5<
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java

                    ClosingFuture.from(immediateFuture("value2")),
                    ClosingFuture.from(immediateFuture("value3")),
                    ClosingFuture.from(immediateFuture("value4")),
                    ClosingFuture.from(immediateFuture("value5")))
                .call(
                    new ClosingFunction5<
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    							"array": []interface{}{"value1", "value2", "value3", "value4"},
    						}}},
    
    				applyPatchOperation{
    					"make array valid",
    					myCRDV1Beta1, myCRDInstanceName, map[string]interface{}{
    						"array": []interface{}{"value1", "value2", "value3", "4", "5", "6", "7", "8", "9", "10"},
    					}},
    				expectError{
    					applyPatchOperation{
    						"revert to original value",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  4. internal/bucket/lifecycle/lifecycle_test.go

    `<LifecycleConfiguration><Rule><Filter><And><Prefix>foodir/</Prefix><Tag><Key>tag1</Key><Value>value1</Value></Tag><Tag><Key>tag2</Key><Value>value2</Value></Tag></And></Filter><Status>Enabled</Status><Expiration><Date>` + time.Now().Truncate(24*time.Hour).UTC().Add(-24*time.Hour).Format(time.RFC3339) + `</Date></Expiration></Rule><Rule><Filter><And><Prefix>abc/</Prefix><Tag><Key>tag2</Key><Value>value</Value></Tag></And></Filter><Status>Enabled</Status><Expiration><Date>` + time.Now().Truncate(2...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:48 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  5. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/instantiation/generator/AsmBackedClassGeneratorTest.java

            }
    
            public void setValue(Object value) {
                this.value = value;
            }
    
            public Object getValue2() {
                return value2;
            }
    
            public ParentBean setValue2(Object value2) {
                this.value2 = value2;
                return this;
            }
        }
    
        public static class CovariantPropertyTypes extends ParentBean {
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 74.6K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/PropertySpec.groovy

            then:
            def e = thrown(IllegalStateException)
            e.message == TextUtil.toPlatformLineSeparators("""Cannot query the value of ${displayName} because it has no value available.
    The value of this property is derived from: <source>""")
        }
    
        def "can replace convention value before value has been set"() {
            def provider = supplierWithValues(someOtherValue())
            def property = propertyWithNoValue()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 87.8K bytes
    - Viewed (0)
  7. pkg/kubelet/stats/cri_stats_provider_test.go

    	m.InodesUsed = resource.NewQuantity(int64(seed+offsetInodeUsage), resource.BinarySI)
    	return m
    }
    
    func TestGetContainerUsageNanoCores(t *testing.T) {
    	var value0 uint64
    	var value1 uint64 = 10000000000
    
    	// Test with a large container of 100+ CPUs
    	var value2 uint64 = 188427786383
    
    	tests := []struct {
    		desc          string
    		cpuUsageCache map[string]*cpuUsageRecord
    		stats         *runtimeapi.ContainerStats
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/plugins/interpodaffinity/filtering_test.go

    			{key: "name", value: "node1"}: 1,
    			{key: "name", value: "node2"}: 1,
    		},
    		affinityCounts: topologyToMatchedTermCount{
    			{key: "name", value: "nodeA"}: 1,
    			{key: "name", value: "nodeC"}: 2,
    		},
    		antiAffinityCounts: topologyToMatchedTermCount{
    			{key: "name", value: "nodeN"}: 3,
    			{key: "name", value: "nodeM"}: 1,
    		},
    	}
    
    	clone := source.Clone()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 58.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/apis/apiserver/validation/validation_test.go

    		},
    		{
    			name: "requiredValue set when expression is set",
    			in: []api.ClaimValidationRule{
    				{Expression: "claims.foo == 'bar'", RequiredValue: "value"},
    			},
    			structuredAuthnFeatureEnabled: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 87.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/cases/tables10.0.0.go

    	{value: 0x0034, lo: 0xa3, hi: 0xa3},
    	{value: 0x0024, lo: 0xa4, hi: 0xa5},
    	{value: 0x0034, lo: 0xa6, hi: 0xa6},
    	{value: 0x0024, lo: 0xa7, hi: 0xa8},
    	{value: 0x0034, lo: 0xa9, hi: 0xa9},
    	{value: 0x0024, lo: 0xaa, hi: 0xac},
    	{value: 0x0034, lo: 0xad, hi: 0xb2},
    	{value: 0x0024, lo: 0xb3, hi: 0xb5},
    	{value: 0x0034, lo: 0xb6, hi: 0xb6},
    	{value: 0x0024, lo: 0xb7, hi: 0xb8},
    	{value: 0x0034, lo: 0xb9, hi: 0xba},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 93.9K bytes
    - Viewed (0)
Back to top