Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 29 of 29 for some_value (3.51 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/external/model/AbstractDependencyMetadataRulesTest.groovy

        @Shared
            componentIdentifier = DefaultModuleComponentIdentifier.newId(versionIdentifier)
        @Shared
            attributes = AttributeTestUtil.attributesFactory().of(Attribute.of("someAttribute", String), "someValue")
        @Shared
            schema = createSchema()
        @Shared
            mavenMetadataFactory = DependencyManagementTestUtil.mavenMetadataFactory()
        @Shared
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 21 12:39:10 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/build_environment.adoc

    ----
    3. *Environment Variables:* You can set project properties with environment variables. If the environment variable name looks like `ORG_GRADLE_PROJECT___prop__=somevalue`, then Gradle will set a `prop` property on your project object, with the value of `somevalue`.
    +
    [source,text]
    ----
    $ export ORG_GRADLE_PROJECT_myProperty='Hi, world'
    ----
    +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  3. subprojects/core/src/test/groovy/org/gradle/groovy/scripts/internal/DefaultScriptCompilationHandlerTest.groovy

    import static org.junit.Assert.assertFalse
    import static org.junit.Assert.assertTrue
    
    class DefaultScriptCompilationHandlerTest extends Specification {
    
        static final String TEST_EXPECTED_SYSTEM_PROP_VALUE = "someValue"
        static final String TEST_EXPECTED_SYSTEM_PROP_KEY = "someKey"
    
        private DefaultScriptCompilationHandler scriptCompilationHandler
    
        private File scriptCacheDir
        private File metadataCacheDir
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 08:24:10 UTC 2023
    - 19.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/apis/meta/fuzzer/fuzzer.go

    				*j = &runtime.Unknown{
    					// We do not set TypeMeta here because it is not carried through a round trip
    					Raw:         []byte(`{"apiVersion":"unknown.group/unknown","kind":"Something","someKey":"someValue"}`),
    					ContentType: runtime.ContentTypeJSON,
    				}
    			} else {
    				types := []runtime.Object{&metav1.Status{}, &metav1.APIGroup{}}
    				t := types[c.Rand.Intn(len(types))]
    				c.Fuzz(t)
    				*j = t
    			}
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 03 15:12:26 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/apis/kubeadm/v1beta3/doc.go

    //	nodeRegistration:
    //	  name: "ec2-10-100-0-1"
    //	  criSocket: "unix:///var/run/containerd/containerd.sock"
    //	  taints:
    //	  - key: "kubeadmNode"
    //	    value: "someValue"
    //	    effect: "NoSchedule"
    //	  kubeletExtraArgs:
    //	    v: 4
    //	  ignorePreflightErrors:
    //	  - IsPrivilegedUser
    //	  imagePullPolicy: "IfNotPresent"
    //	localAPIEndpoint:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 05 13:30:26 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go

    //	nodeRegistration:
    //	  name: "ec2-10-100-0-1"
    //	  criSocket: "unix:///var/run/containerd/containerd.sock"
    //	  taints:
    //	  - key: "kubeadmNode"
    //	    value: "someValue"
    //	    effect: "NoSchedule"
    //	  kubeletExtraArgs:
    //	    v: 4
    //	  ignorePreflightErrors:
    //	  - IsPrivilegedUser
    //	  imagePullPolicy: "IfNotPresent"
    //	localAPIEndpoint:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/reflect/annotations/impl/DefaultTypeAnnotationMetadataStoreTest.groovy

            @Large
            void setSomething(String something) {}
        }
    
    
        def "ignores validation of generated Groovy methods"() {
            expect:
            assertProperties TypeWithGeneratedGroovyMethods, [someValue: [(TYPE): Large]]
        }
    
        @SuppressWarnings("GroovyUnusedDeclaration")
        private static class TypeWithGeneratedGroovyMethods {
            @Memoized
            @Large
            String getSomeValue() { "foo" }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Feb 11 15:31:37 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/api/provider/MapPropertyIntegrationTest.groovy

                }
            """
    
            expect:
            fails('verify')
            failureCauseContains(message)
    
            where:
            key         | value         || message
            '(null)'    | "'someValue'" || 'Cannot get the value of a property of type java.util.Map with key type java.lang.String as the source contains a null key.'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 04 15:28:53 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  9. pkg/workloadapi/security/authorization.pb.go

    	Scope_WORKLOAD_SELECTOR Scope = 2
    )
    
    // Enum value maps for Scope.
    var (
    	Scope_name = map[int32]string{
    		0: "GLOBAL",
    		1: "NAMESPACE",
    		2: "WORKLOAD_SELECTOR",
    	}
    	Scope_value = map[string]int32{
    		"GLOBAL":            0,
    		"NAMESPACE":         1,
    		"WORKLOAD_SELECTOR": 2,
    	}
    )
    
    func (x Scope) Enum() *Scope {
    	p := new(Scope)
    	*p = x
    	return p
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
Back to top