Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 4,116 for _instances (0.43 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/plugins/DefaultPluginManager.java

            // That is, the plugin container has the instance that we want, but we don't think (we can't know) it has been applied
            Object instance = findInstance(pluginClass, pluginContainer);
            if (instance == null) {
                instance = instantiatePlugin(pluginClass);
            }
    
            return Cast.uncheckedCast(instance);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar

    later) from Apache's Jakarta project. Each named Log instance is connected to a corresponding Log4J Logger. JDK Logging API, included in JDK 1.4 or later systems. Each named Log instance is connected to a corresponding java.util.logging.Logger instance. LogKit from Apache's Avalon project. Each named Log instance is connected to a corresponding LogKit Logger. NoOpLog implementation that simply swallows all log output, for all named Log isntances. SimpleLog implementation that writes all log output,...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 30.9K bytes
    - Viewed (0)
  3. guava-testlib/src/com/google/common/testing/ClassSanityTester.java

       *       is used to construct the sample instances. In case of tie, the candidate constructors or
       *       factories are tried one after another until one can be used to construct sample
       *       instances.
       *   <li>For the constructor or static factory method used to construct instances, it's checked
       *       that when equal parameters are passed, the result instance should also be equal; and vice
       *       versa.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/artifacts/ResolvedConfiguration.java

        /**
         * Returns the {@link ResolvedDependency} instances for each direct dependency of the configuration. Via those
         * you have access to all {@link ResolvedDependency} instances, including the transitive dependencies of the
         * configuration.
         *
         * @return A {@code ResolvedDependency} instance for each direct dependency.
         * @throws ResolveException when the resolve was not successful.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 17:10:15 UTC 2024
    - 4K bytes
    - Viewed (0)
  5. tests/integration/pilot/common/traffic.go

    			echoT.RunToN(c.toN, func(t framework.TestContext, src echo.Instance, dsts echo.Services) {
    				doTest(t, src, dsts)
    			})
    		} else if c.viaIngress {
    			echoT.RunViaIngress(func(t framework.TestContext, from ingress.Instance, to echo.Target) {
    				doTest(t, from, echo.Services{to.Instances()})
    			})
    		} else {
    			echoT.Run(func(t framework.TestContext, from echo.Instance, to echo.Target) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 19:10:01 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  6. subprojects/core-api/src/main/java/org/gradle/api/artifacts/DependencySubstitution.java

         *     <li>Maps like [group: 'org.gradle', name: 'gradle-core', version: '2.4']</li>
         *     <li>Project instances like <code>project(":api")</code></li>
         *     <li>Any instance of <code>ModuleComponentSelector</code> or <code>ProjectComponentSelector</code></li>
         * </ul>
         *
         * @param notation the notation that gets parsed into an instance of {@link ComponentSelector}.
         */
        void useTarget(Object notation);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 23 15:47:10 UTC 2020
    - 3.4K bytes
    - Viewed (0)
  7. pkg/test/framework/components/echo/match/matchers_test.go

    			}
    		})
    	}
    }
    
    var _ echo.Instance = fakeInstance{}
    
    // fakeInstance wraps echo.Config for test-framework internals tests where we don't actually make calls
    type fakeInstance echo.Config
    
    func (f fakeInstance) WithWorkloads(wl ...echo.Workload) echo.Instance {
    	// TODO implement me
    	panic("implement me")
    }
    
    func (f fakeInstance) Instances() echo.Instances {
    	return echo.Instances{f}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  8. tests/integration/pilot/multi_version_revision_test.go

    							Protocol:     protocol.GRPC,
    							WorkloadPort: 9090,
    						},
    					},
    				})
    			}
    			instances := builder.BuildOrFail(t)
    			// add an existing pod from apps to the rotation to avoid an extra deployment
    			instances = append(instances, apps.A[0])
    
    			testAllEchoCalls(t, instances)
    		})
    }
    
    // testAllEchoCalls takes list of revisioned namespaces and generates list of echo calls covering
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  9. platforms/extensibility/unit-test-fixtures/src/main/java/org/gradle/testfixtures/ProjectBuilder.java

    import javax.annotation.Nullable;
    import java.io.File;
    
    /**
     * <p>Creates dummy instances of {@link org.gradle.api.Project} which you can use in testing custom task and plugin
     * implementations.</p>
     *
     * <p>To create a project instance:</p>
     *
     * <ol>
     *
     * <li>Create a {@code ProjectBuilder} instance by calling {@link #builder()}.</li>
     *
     * <li>Optionally, configure the builder.</li>
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 21:54:27 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  10. pkg/test/framework/components/istio/istio.go

    	return getConfigValue(strings.Split(path, "."), v)
    }
    
    // Instance represents a deployed Istio instance
    type Instance interface {
    	resource.Resource
    
    	Settings() Config
    	// Ingresses returns all ingresses for "istio-ingressgateway" in each cluster.
    	Ingresses() ingress.Instances
    	// IngressFor returns an ingress used for reaching workloads in the given cluster.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 30 17:47:34 UTC 2023
    - 8K bytes
    - Viewed (0)
Back to top