Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 206 for provider3 (0.17 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformWithDependenciesIntegrationTest.groovy

            }.artifacts
            from artifacts.artifactFiles
            into "\${buildDir}/green"
        }
    }
    
    project(':common') {
    }
    
    project(':lib') {
        dependencies {
            implementation providers.gradleProperty('useOldDependencyVersion').map { 'org.slf4j:slf4j-api:1.7.24' }.orElse('org.slf4j:slf4j-api:1.7.25')
            implementation project(':common')
        }
    }
    
    project(':app') {
        dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 54.2K bytes
    - Viewed (0)
  2. pilot/pkg/security/authn/policy_applier_test.go

    																AllowMissing: &emptypb.Empty{},
    															},
    														},
    													},
    												},
    											},
    										},
    									},
    								},
    							},
    							Providers: map[string]*envoy_jwt.JwtProvider{
    								"origins-0": {
    									Issuer: "https://secret.foo.com",
    									JwksSourceSpecifier: &envoy_jwt.JwtProvider_LocalJwks{
    										LocalJwks: &core.DataSource{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    //
    // "NotOlderThan" matches data at least as new as the provided resourceVersion.
    // "Exact" matches data at the exact resourceVersion provided.
    //
    // See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for
    // details.
    type ResourceVersionMatch string
    
    const (
    	// ResourceVersionMatchNotOlderThan matches data at least as new as the provided
    	// resourceVersion.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/suppliers/DynamicRevisionRemoteResolveWithMetadataSupplierIntegrationTest.groovy

                    '2.0'()
                }
                'group:projectB' {
                    '1.1'()
                    '2.2'()
                }
            }
    
        }
    
        def "can use a custom metadata provider"() {
            given:
            def supplierInteractions = withPerVersionStatusSupplier()
    
            when:
            repositoryInteractions {
                'group:projectA' {
                    expectVersionListing()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 49K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.proto

      string remotePilotAddress = 48;
    
      // Specifies the configution of istiod
      IstiodConfig istiod = 54;
    
      // Configure the Pilot certificate provider.
      // Currently, four providers are supported: "kubernetes", "istiod", "custom" and "none".
      string pilotCertProvider = 56;
    
      // Configure the policy for validating JWT.
      // This is deprecated and has no effect.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/collect/Multimaps.java

    import java.util.SortedSet;
    import java.util.stream.Collector;
    import java.util.stream.Stream;
    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * Provides static methods acting on or generating a {@code Multimap}.
     *
     * <p>See the Guava User Guide article on <a href=
     * "https://github.com/google/guava/wiki/CollectionUtilitiesExplained#multimaps">{@code
     * Multimaps}</a>.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 86.3K bytes
    - Viewed (0)
  7. guava/src/com/google/common/collect/Multimaps.java

    import java.util.function.Consumer;
    import java.util.stream.Collector;
    import java.util.stream.Stream;
    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * Provides static methods acting on or generating a {@code Multimap}.
     *
     * <p>See the Guava User Guide article on <a href=
     * "https://github.com/google/guava/wiki/CollectionUtilitiesExplained#multimaps">{@code
     * Multimaps}</a>.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    func (APIVersions) SwaggerDoc() map[string]string {
    	return map_APIVersions
    }
    
    var map_ApplyOptions = map[string]string{
    	"":             "ApplyOptions may be provided when applying an API object. FieldManager is required for apply requests. ApplyOptions is equivalent to PatchOptions. It is provided as a convenience with documentation that speaks specifically to how the options fields relate to apply.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/instantiation/generator/AsmBackedClassGeneratorTest.java

    import org.gradle.api.internal.provider.DefaultProviderFactory;
    import org.gradle.api.model.ObjectFactory;
    import org.gradle.api.plugins.Convention;
    import org.gradle.api.plugins.ExtensionAware;
    import org.gradle.api.plugins.ExtensionContainer;
    import org.gradle.api.provider.ListProperty;
    import org.gradle.api.provider.MapProperty;
    import org.gradle.api.provider.Property;
    import org.gradle.api.provider.Provider;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 74.6K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/listener_test.go

    	svc.Attributes.ServiceRegistry = provider.Kubernetes
    
    	autoSvc := buildServiceWithPort("test.com", 9999, protocol.Unsupported, tnow)
    	autoSvc.Attributes.ServiceRegistry = provider.External
    
    	extSvc := buildServiceWithPort("example1.com", 9999, protocol.TCP, tnow)
    	extSvc.Attributes.ServiceRegistry = provider.External
    
    	tests := []struct {
    		name        string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
Back to top