Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 616 for injecting (0.13 sec)

  1. pkg/test/framework/components/echo/config/param/wellknown.go

    const (
    	// From is the template parameter used for injecting the source of a call. It will be of type echo.Caller,
    	// which is generally either of type echo.Instance or istio.Ingress (for ingress-based tests).
    	From WellKnown = "From"
    
    	// To is the template parameter used for injecting the echo.Target of a call.
    	To WellKnown = "To"
    
    	// Namespace is the template parameter used for injecting the target namespace.Instance of the applied config.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 20 21:58:21 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/MetadataResolutionContext.java

         * The cache policy of a repository
         *
         * @return the cache policy
         */
        CachePolicy getCachePolicy();
    
        /**
         * Provides an injecting instantiator, giving access to services potentially contextual to a repository.
         *
         * @return a injecting instantiator
         */
        Instantiator getInjectingInstantiator();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  3. maven-model-builder/src/main/java/org/apache/maven/model/profile/ProfileInjector.java

    import org.apache.maven.model.building.ModelProblemCollector;
    
    /**
     * Handles profile injection into the model.
     *
     */
    public interface ProfileInjector {
    
        /**
         * Merges values from the specified profile into the given model. Implementations are expected to keep the profile
         * and model completely decoupled by injecting deep copies rather than the original objects from the profile.
         *
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Nov 07 08:20:52 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  4. maven-api-impl/src/main/java/org/apache/maven/api/services/model/ProfileInjector.java

    import org.apache.maven.api.services.ModelProblemCollector;
    
    /**
     * Handles profile injection into the model.
     *
     */
    public interface ProfileInjector {
    
        /**
         * Merges values from the specified profile into the given model. Implementations are expected to keep the profile
         * and model completely decoupled by injecting deep copies rather than the original objects from the profile.
         *
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  5. releasenotes/notes/25746.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
    - 25744
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 240 bytes
    - Viewed (0)
  6. releasenotes/notes/43433.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
      - 33237
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Feb 26 23:12:13 UTC 2023
    - 221 bytes
    - Viewed (0)
  7. pilot/test/xdstest/grpc.go

    	if w.send > 0 {
    		sleep.UntilContext(w.Context(), w.send)
    		log.Infof("delayed send for %v", w.send)
    	}
    	return w.ClientStream.SendMsg(m)
    }
    
    // SlowClientInterceptor is an interceptor that allows injecting delays on Send and Recv
    func SlowClientInterceptor(recv, send time.Duration) grpc.StreamClientInterceptor {
    	return func(ctx context.Context, desc *grpc.StreamDesc, cc *grpc.ClientConn,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/authoring-builds/other/test_kit.adoc

    [%header%autowidth,compact]
    |===
    | Feature | Minimum Version | Description
    
    | Inspecting executed tasks
    | 2.5
    | Inspecting the executed tasks, using link:{javadocPath}/org/gradle/testkit/runner/BuildResult.html#getTasks--[BuildResult.getTasks()] and similar methods.
    
    | <<#sub:test-kit-classpath-injection,Plugin classpath injection>>
    | 2.8
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  9. subprojects/core-api/src/main/java/org/gradle/api/reflect/InjectionPointQualifier.java

        /**
         * The types which are supported for injection.
         */
        Class<?>[] supportedTypes() default {};
    
        /**
         * The types of {@link org.gradle.api.provider.Provider}s supported for injection.
         * <br>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 15 16:13:53 UTC 2021
    - 1.7K bytes
    - Viewed (0)
  10. platforms/software/antlr/src/main/java/org/gradle/api/plugins/antlr/AntlrSourceDirectorySet.java

     */
    
    package org.gradle.api.plugins.antlr;
    
    import org.gradle.api.file.SourceDirectorySet;
    
    /**
     * Contract for a Gradle extension that acts as a handler for what I call a virtual directory mapping,
     * injecting a virtual directory named 'antlr' into the project's various {@link org.gradle.api.tasks.SourceSet source
     * sets}.
     *
     * @since 7.1
     */
    public interface AntlrSourceDirectorySet extends SourceDirectorySet {
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 14:52:10 UTC 2023
    - 1.1K bytes
    - Viewed (0)
Back to top