Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 63 for myProp (0.13 sec)

  1. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/reflect/JavaMethodTestSubjectSubclass.java

     * limitations under the License.
     */
    
    package org.gradle.internal.reflect;
    
    @SuppressWarnings("UnusedDeclaration")
    public class JavaMethodTestSubjectSubclass extends JavaMethodTestSubject {
        private String myProp = "subclass";
    
        @Override
        protected String overridden() {
            return "subclass";
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 895 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/signing/maven-publish/kotlin/build.gradle.kts

                    name = "My Library"
                    description = "A concise description of my library"
                    url = "http://www.example.com/library"
                    properties = mapOf(
                        "myProp" to "value",
                        "prop.with.dots" to "anotherValue"
                    )
                    licenses {
                        license {
                            name = "The Apache License, Version 2.0"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/signing/maven-publish/groovy/build.gradle

                    name = 'My Library'
                    description = 'A concise description of my library'
                    url = 'http://www.example.com/library'
                    properties = [
                        myProp: "value",
                        "prop.with.dots": "anotherValue"
                    ]
                    licenses {
                        license {
                            name = 'The Apache License, Version 2.0'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  4. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/reflect/JavaMethodTest.groovy

        def "call methods successfully reflectively"() {
            expect:
            JavaMethod.of(myProperties.class, String, "getMyProperty").invoke(myProperties) == myProperties.myProp
            JavaMethod.of(myProperties.class, String, "doSomeStuff", int.class, Integer.class).invoke(myProperties, 1, 2) == "1.2"
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  5. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishPomCustomizationKotlinDslIntegTest.groovy

                                        post.set("******@****.***")
                                    }
                                }
                                properties.set(mapOf(
                                    "myProp" to "myValue",
                                    "prop.with.dots" to "anotherValue"
                                ))
                                withXml {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  6. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishPomCustomizationIntegTest.groovy

                                        post = "******@****.***"
                                    }
                                }
                                properties = [
                                    myProp: "myValue",
                                    "prop.with.dots": "anotherValue"
                                ]
                                withXml {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 18.9K bytes
    - Viewed (0)
  7. platforms/extensibility/test-kit/src/integTest/groovy/org/gradle/testkit/runner/GradleRunnerIsolationIntegrationTest.groovy

            def userHome = file("user-home")
            def gradleUserHome = userHome.file(".gradle")
    
            and:
            gradleUserHome.file("gradle.properties") << 'myProp1=propertiesFile'
            gradleUserHome.file("init.gradle") << 'allprojects { ext.myProp2 = \'initScript\' }'
    
            and:
            buildScript """
                task check {
                    doLast {
                        // Uses testkit dir
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  8. pkg/apis/apiserverinternal/validation/validation_test.go

    			ServedVersions:    []string{"mygroup.com/"},
    		},
    		expectedErr: `[].servedVersions[0]: Invalid value: "mygroup.com/": version part: must be non-empty`,
    	}, {
    		ssv: apiserverinternal.ServerStorageVersion{
    			APIServerID:       "fea",
    			EncodingVersion:   "mygroup.com/v2",
    			DecodableVersions: []string{"mygroup.com/v2", "mygroup.com/"},
    			ServedVersions:    []string{"mygroup.com/v2", "mygroup.com/"},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 13 21:43:49 UTC 2023
    - 16.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/typeconverter_test.go

    		{
    			Group:   "mygroup",
    			Version: "v1",
    			Kind:    "MyKind",
    		}: "def1",
    		{
    			Group:   "mygroup",
    			Version: "v1",
    			Kind:    "MyOtherKind",
    		}: "def2",
    		{
    			Group:   "mygroup",
    			Version: "v2",
    			Kind:    "MyOtherKind",
    		}: "def2",
    		{
    			Group:   "mygroup",
    			Version: "v3",
    			Kind:    "MyKind",
    		}: "def3",
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/runtime/codec_test.go

    			name:           "matched preferred group/kind",
    			target:         gv("mygroup", "__internal"),
    			preferredKinds: []schema.GroupKind{gk("mygroup", "Foo"), gk("anothergroup", "Bar")},
    			kinds:          []schema.GroupVersionKind{gvk("yetanother", "v1", "Baz"), gvk("anothergroup", "v1", "Bar")},
    			expectKind:     gvk("mygroup", "__internal", "Bar"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 30 06:58:54 UTC 2019
    - 3.7K bytes
    - Viewed (0)
Back to top