Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for anotherValue (0.21 sec)

  1. testing/integ-test/src/integTest/groovy/org/gradle/integtests/BuildScriptClasspathIntegrationTest.java

                    "    println anotherValue",
                    "    new ImportedClass()",
                    "    new OnDemandImportedClass()",
                    "  }",
                    "}",
                    "ext.a = new ImportedClass()",
                    "ext.b = OnDemandImportedClass",
                    "ext.c = someValue",
                    "ext.d = anotherValue",
                    "class TestClass extends ImportedClass { }",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/DefaultIvyExtraInfoTest.groovy

                    (new NamespaceId('http://some.extra.info', 'foo')): 'anotherValue',
                    (new NamespaceId('http://my.extra.info', 'bar')): 'barValue'
            ])
    
            expect:
            extraInfo.asMap() == [
                    (new QName('http://my.extra.info', 'foo')): 'fooValue',
                    (new QName('http://some.extra.info', 'foo')): 'anotherValue',
                    (new QName('http://my.extra.info', 'bar')): 'barValue'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  3. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/analysis/transformation/OriginReplacementTest.kt

                assertEquals(topLevelReceiver, functionReceiver.resolvedTo)
            }
        }
    
        @Test
        fun `replaces receiver in chained calls`() {
            with(resolution("configuring { addingValue(value().anotherValue()) }")) {
                val result = replaceInnerReceiverWithTopLevel(additions.single().dataObject)
                val singleArg = (result as ObjectOrigin.NewObjectFromMemberFunction).parameterBindings.bindingMap.values.single()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 17:31:36 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/signing/maven-publish/groovy/build.gradle

                    url = 'http://www.example.com/library'
                    properties = [
                        myProp: "value",
                        "prop.with.dots": "anotherValue"
                    ]
                    licenses {
                        license {
                            name = 'The Apache License, Version 2.0'
                            url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/signing/maven-publish/kotlin/build.gradle.kts

                    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"
                            url = "http://www.apache.org/licenses/LICENSE-2.0.txt"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  6. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishPomCustomizationKotlinDslIntegTest.groovy

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

                                    }
                                }
                                properties = [
                                    myProp: "myValue",
                                    "prop.with.dots": "anotherValue"
                                ]
                                withXml {
                                    def dependency = asNode().appendNode('dependencies').appendNode('dependency')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 18.9K bytes
    - Viewed (0)
  8. istioctl/pkg/writer/envoy/configdump/testdata/ecds/output.yaml

          config:
            configuration:
              '@type': type.googleapis.com/google.protobuf.StringValue
              value: '{"header_1":"some_value_1","header_2":"another_value"}'
            name: default.display-metadata
            vmConfig:
              code:
                local:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Dec 24 08:16:26 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  9. istioctl/pkg/writer/envoy/configdump/testdata/ecds/output.json

                            "configuration": {
                                "@type": "type.googleapis.com/google.protobuf.StringValue",
                                "value": "{\"header_1\":\"some_value_1\",\"header_2\":\"another_value\"}"
                            }
                        }
                    }
                },
                "lastUpdated": "2022-12-08T11:03:53.225Z"
            },
            {
                "ecdsFilter": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Dec 24 08:16:26 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  10. istioctl/pkg/writer/envoy/configdump/testdata/ecds/configdump.json

                                        "@type": "type.googleapis.com/google.protobuf.StringValue",
                                        "value": "{\"header_1\":\"some_value_1\",\"header_2\":\"another_value\"}"
                                    }
                                }
                            }
                        },
                        "last_updated": "2022-12-08T11:03:53.225Z"
                    }
                ]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Dec 24 08:16:26 UTC 2023
    - 5.3K bytes
    - Viewed (0)
Back to top