Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 110 for value6 (0.14 sec)

  1. internal/bucket/replication/replication_test.go

    		<And><Prefix>key-prefix</Prefix><Tag><Key>key1</Key><Value>value1</Value></Tag><Tag><Key>key2</Key><Value>value2</Value></Tag></And></Filter><Destination><Bucket>arn:aws:s3:::destinationbucket</Bucket></Destination></Rule></ReplicationConfiguration>`,
    			prefix:         "testdir/",
    			expectedNonRec: true,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 28 17:44:56 UTC 2024
    - 32.5K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/DefaultPropertyTest.groovy

            when:
            property.getOrNull()
    
            then:
            def e2 = thrown(IllegalArgumentException)
            e2.message == 'Cannot get the value of a property of type java.lang.Boolean as the provider associated with this property returned a value of type java.lang.Integer.'
        }
    
        def "fails when convention is set using incompatible value"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 17:09:50 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  3. pkg/controller/volume/persistentvolume/provision_test.go

    	api "k8s.io/kubernetes/pkg/apis/core"
    	pvtesting "k8s.io/kubernetes/pkg/controller/volume/persistentvolume/testing"
    )
    
    var class1Parameters = map[string]string{
    	"param1": "value1",
    }
    var class2Parameters = map[string]string{
    	"param2": "value2",
    }
    var deleteReclaimPolicy = v1.PersistentVolumeReclaimDelete
    var modeImmediate = storage.VolumeBindingImmediate
    var storageClasses = []*storage.StorageClass{
    	{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  4. docs/changelogs/changelog_2x.md

        API. Requests made with OkUrlFactory will continue to have a default user
        agent.
     *  New: Guava-like API to create headers:
    
        ```java
        Headers headers = Headers.of(name1, value1, name2, value2, ...).
        ```
    
     *  New: Make the content-type header optional for request bodies.
     *  New: `Response.isSuccessful()` is a convenient API to check response codes.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 26.6K bytes
    - Viewed (0)
  5. src/text/template/doc.go

    		Y is a func-valued field, map entry, or the like.
    		The first argument must be the result of an evaluation
    		that yields a value of function type (as distinct from
    		a predefined function such as print). The function must
    		return either one or two result values, the second of which
    		is of type error. If the arguments don't match the function
    		or the returned error value is non-nil, execution stops.
    	html
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  6. src/go/types/call.go

    				// x is a function call returning multiple values; it cannot be generic.
    				resList = make([]*operand, t.Len())
    				for i, v := range t.vars {
    					resList[i] = &operand{mode: value, expr: e, typ: v.typ}
    				}
    			} else {
    				// x is exactly one value (possibly invalid or uninstantiated generic function).
    				resList = []*operand{&x}
    			}
    		}
    	} else if n > 1 {
    		// multiple values
    		resList = make([]*operand, n)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  7. pkg/registry/core/pod/storage/storage_test.go

    	_, err = bindingStorage.Create(ctx, "foo", &api.Binding{
    		ObjectMeta: metav1.ObjectMeta{
    			Namespace:   metav1.NamespaceDefault,
    			Name:        "foo",
    			Annotations: map[string]string{"label1": "value1"},
    		},
    		Target: api.ObjectReference{Name: "machine"},
    	}, rest.ValidateAllObjectFunc, &metav1.CreateOptions{})
    	if err != nil {
    		t.Fatalf("unexpected error: %v", err)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 07:18:44 UTC 2024
    - 38.8K bytes
    - Viewed (0)
  8. src/encoding/gob/encoder_test.go

    		string("hello"),
    	}
    	for _, value := range values {
    		b := new(bytes.Buffer)
    		enc := NewEncoder(b)
    		err := enc.Encode(value)
    		if err != nil {
    			t.Error("encoder fail:", err)
    		}
    		dec := NewDecoder(b)
    		result := reflect.New(reflect.TypeOf(value))
    		err = dec.Decode(result.Interface())
    		if err != nil {
    			t.Fatalf("error decoding %T: %v:", reflect.TypeOf(value), err)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  9. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheValueSourceIntegrationTest.groovy

                    return parameters.value.orNull
                }
            }
    
            def vsResult = providers.of(IdentitySource) {
                parameters.value = providers.systemProperty("property")
            }
    
            System.setProperty("property", "someValue")
    
            println("configuration value = \${vsResult.getOrElse("NO VALUE")}")
    
            tasks.register("echo") {
                doLast {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

      // functions (C++Builder 2009 and above only).
      static const bool value = __is_convertible(From, To);
    #else
      static const bool value =
          sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
    #endif  // _MSV_VER
    };
    template <typename From, typename To>
    const bool ImplicitlyConvertible<From, To>::value;
    
    // IsAProtocolMessage<T>::value is a compile-time bool constant that's
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 43.1K bytes
    - Viewed (0)
Back to top