Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 75 for Resolution (0.18 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/performance/bad-dependency-resolution.png

    bad-dependency-resolution.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 59.1K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KaFirResolver.kt

    import org.jetbrains.kotlin.analysis.api.resolution.*
    import org.jetbrains.kotlin.analysis.api.resolution.KaAnnotationCall
    import org.jetbrains.kotlin.analysis.api.resolution.KaCall
    import org.jetbrains.kotlin.analysis.api.resolution.KaCompoundArrayAccessCall
    import org.jetbrains.kotlin.analysis.api.resolution.KaCompoundVariableAccessCall
    import org.jetbrains.kotlin.analysis.api.resolution.KaDelegatedConstructorCall
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 73K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    			unchanged: stringsToHosts(updatedHTTPDNS.Spec.(*networking.ServiceEntry).Hosts),
    		},
    		{
    			name:    "different resolution",
    			current: updatedHTTPDNS,
    			new: func() *config.Config {
    				c := updatedHTTPDNS.DeepCopy()
    				c.Spec.(*networking.ServiceEntry).Resolution = networking.ServiceEntry_NONE
    				return &c
    			}(),
    			updated: stringsToHosts(updatedHTTPDNS.Spec.(*networking.ServiceEntry).Hosts),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  4. tests/integration/ambient/baseline_test.go

    				location   v1alpha3.ServiceEntry_Location
    				resolution v1alpha3.ServiceEntry_Resolution
    				to         echo.Instances
    			}{
    				{
    					location:   v1alpha3.ServiceEntry_MESH_INTERNAL,
    					resolution: v1alpha3.ServiceEntry_STATIC,
    					to:         apps.Mesh,
    				},
    				{
    					location:   v1alpha3.ServiceEntry_MESH_EXTERNAL,
    					resolution: v1alpha3.ServiceEntry_STATIC,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  5. maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

    import org.eclipse.aether.repository.LocalRepositoryManager;
    import org.eclipse.aether.repository.RemoteRepository;
    import org.eclipse.aether.repository.WorkspaceRepository;
    import org.eclipse.aether.resolution.ArtifactRequest;
    import org.eclipse.aether.resolution.ArtifactResult;
    import org.slf4j.Logger;
    import org.slf4j.LoggerFactory;
    
    /**
     * DefaultProjectBuilder
     */
    @Named
    @Singleton
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 16:34:29 UTC 2024
    - 57.1K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

            1 * afterResolveAction.execute(copy.incoming)
            beforeResolveCalled
            afterResolveCalled
        }
    
        @Issue("gradle/gradle#1567")
        def "A copy of a configuration that has no resolution listeners also has no resolution listeners"() {
            given:
            def config = conf("conf")
    
            expect:
            config.dependencyResolutionListeners.size() == 1 // the listener that forwards to listener manager
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/DefaultConfiguration.java

                        new IllegalStateException("Cannot query results until resolution has happened.")
                    );
                }
    
                if (getResolutionStrategy().resolveGraphToDetermineTaskDependencies()) {
                    // Force graph resolution as this is required to calculate build dependencies
                    return getValue();
                } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:36:01 UTC 2024
    - 85.4K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

        }
    
        void "previously evicted nodes should contain correct target version"() {
            /*
            a1->b1
            a2->b2->a1
    
            resolution process:
    
            1. stop resolution, resolve conflict a1 vs a2
            2. select a2, restart resolution
            3. stop, resolve b1 vs b2
            4. select b2, restart
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/listener_test.go

    	svc := buildServiceWithPort("test.com", 9999, protocol.TCP, tnow)
    	svc.Resolution = model.Passthrough
    	svc.Attributes.ServiceRegistry = provider.Kubernetes
    	services := []*model.Service{svc}
    
    	autoSvc := buildServiceWithPort("test.com", 9999, protocol.Unsupported, tnow)
    	autoSvc.Resolution = model.Passthrough
    	autoSvc.Attributes.ServiceRegistry = provider.Kubernetes
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencySubstitutionRulesIntegrationTest.groovy

            //above models the scenario where org.utils:api and org.utils:impl are libraries that must be resolved with the same version
            //however due to the conflict resolution, org.utils:api:1.5 and org.utils.impl:1.3 are resolved.
    
            buildFile << """
                $common
    
                dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 52.8K bytes
    - Viewed (0)
Back to top