Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 1,724 for Example (0.15 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/artifacts/dsl/DependencyCollectorDslIntegrationTest.groovy

                }
            """)
            versionCatalogFile("""
                [libraries]
                org-example-foo = "${FOO_GROUP}:${FOO_NAME}:${FOO_VERSION}"
                com-example-baz = "${BAZ_GROUP}:${BAZ_NAME}:${BAZ_VERSION}"
                net-example-provider-convertible = "${PVC_GROUP}:${PVC_NAME}:${PVC_VERSION}"
                net-example-provider-convertible-nested = "${PVC_GROUP}:${PVC_NAME}:${PVC_VERSION}"
    
                [bundles]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 16:23:38 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  2. pkg/apis/resource/validation/validation_resourceclass_test.go

    	badName := "!@#$%^"
    	badValue := "spaces not allowed"
    	badAPIGroup := "example.com/v1"
    	goodAPIGroup := "example.com"
    
    	scenarios := map[string]struct {
    		class        *resource.ResourceClass
    		wantFailures field.ErrorList
    	}{
    		"good-class": {
    			class: testClass(goodName, goodName),
    		},
    		"good-long-driver-name": {
    			class: testClass(goodName, "acme.example.com"),
    		},
    		"missing-name": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 09:18:10 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/internal/connection/RouteSelectorTest.kt

          Route(
            factory.newAddress(uriHost = "example.com", uriPort = 1003),
            Proxy.NO_PROXY,
            InetSocketAddress(ipv4Address, 1003),
          ).toString(),
        ).isEqualTo("example.com at 1.2.3.4:1003")
        assertThat(
          Route(
            factory.newAddress(uriHost = "example.com", uriPort = 1003),
            Proxy(Proxy.Type.HTTP, InetSocketAddress.createUnresolved("proxy.example.com", 1003)),
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Mar 06 17:33:38 UTC 2024
    - 20.8K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/provider/ProviderInternal.java

     *     <li>a fixed value with fixed content, for example a {@code Provider<String>} with a fixed value.</li>
     *     <li>a fixed value with changing content, for example a {@code Provider<RegularFile>} where the file path is hardcoded in a build script or plugin but the file content is built by a task.</li>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  5. src/crypto/tls/conn_test.go

    		}
    	}
    
    	if n := pointerToIndex(certificateForName("example.com")); n != 0 {
    		t.Errorf("example.com returned certificate %d, not 0", n)
    	}
    	if n := pointerToIndex(certificateForName("bar.example.com")); n != 1 {
    		t.Errorf("bar.example.com returned certificate %d, not 1", n)
    	}
    	if n := pointerToIndex(certificateForName("foo.example.com")); n != 2 {
    		t.Errorf("foo.example.com returned certificate %d, not 2", n)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 21:35:01 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/build_environment.adoc

    === Using system properties
    
    The following examples demonstrate how to use system properties:
    
    *Example 1:* Setting system properties with a `gradle.properties` file:
    ====
    include::sample[dir="snippets/tutorial/systemProperties/groovy",files="gradle.properties[]"]
    ====
    
    *Example 2:* Reading system properties at configuration time:
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  7. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/AbstractTestEnvironmentIntegrationTest.groovy

        def "can run tests referencing slf4j with modular java"() {
            Assume.assumeTrue(frameworkSupportsModularJava)
    
            given:
            file('src/test/java/org/gradle/example/TestUsingSlf4j.java') << """
                package org.gradle.example;
    
                ${testFrameworkImports}
    
                import org.slf4j.Logger;
                import org.slf4j.LoggerFactory;
    
                public class TestUsingSlf4j {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  8. pkg/kube/krt/README.md

        * This generates a collection that has a single value. An example would be some global configuration.
    * `func(input I) *O` via `NewCollection`
        * This generates a one-to-one mapping of input to output. An example would be a transformation from a `Pod` type to a generic `Workload` type.
    * `func(input I) []O` via `NewManyCollection`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 18 17:21:50 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  9. pkg/credentialprovider/keyring_test.go

    		// no direct match, deeper path ignored
    		{"bar.example.com/ping", []AuthConfig{ada}, true},
    
    		// match first part of path token
    		{"bar.example.com/pongz", []AuthConfig{grace, ada}, true},
    
    		// match regardless of sub-path
    		{"bar.example.com/pong/pang", []AuthConfig{grace, ada}, true},
    
    		// no host match
    		{"example.com", []AuthConfig{}, false},
    		{"foo.example.com", []AuthConfig{}, false},
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 15 10:47:22 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  10. manifests/charts/istio-control/istio-discovery/values.yaml

        #
        # The following example defines two networks with different endpoints association methods.
        # For `network1` all endpoints that their IP belongs to the provided CIDR range will be
        # mapped to network1. The gateway for this network example is specified by its public IP
        # address and port.
        # The second network, `network2`, in this example is defined differently with all endpoints
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
Back to top