Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 130 for InterfaceA (0.15 sec)

  1. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    decodeLogLevel(int); private void debug(String); } org/codehaus/plexus/MutableComponentLook.class package org.codehaus.plexus; public abstract interface MutableComponentLook extends ComponentLookupManag { public abstract void setContainer(MutablePlexusContain); } org/codehaus/plexus/MutablePlexusContain.class package org.codehaus.plexus; public abstract interface MutablePlexusContain extends PlexusContainer { public abstract component.repository.ComponentRepository getComponentReposito(); public abstract...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 233.3K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    tComposer$1.class package org.codehaus.plexus.component.composition; synchronized class ComponentComposer$1 { } org/codehaus/plexus/component/composition/ComponentComposer.class package org.codehaus.plexus.component.composition; public abstract interface ComponentComposer { public static final String ROLE; public abstract String getId(); public abstract void assembleComponent(Object, org.codehaus.plexus.component.repository.ComponentDescriptor, org.codehaus.plexus.PlexusContainer) throws CompositionException;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 205.7K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    repositoryLayouts repositoryLayouts org.apache.maven.artifact.resolver.conflict.ConflictResolverFact org.apache.maven.artifact.resolver.conflict.DefaultConflictResol org/apache/maven/artifact/Artifact.class package org.apache.maven.artifact; public abstract interface Artifact extends Comparable { public static final String LATEST_VERSION = LATEST; public static final String SNAPSHOT_VERSION = SNAPSHOT; public static final java.util.regex.Pattern VERSION_FILE_PATTERN; public static final String SCOPE_COMPILE =...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160.1K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    tComposer$1.class package org.codehaus.plexus.component.composition; synchronized class ComponentComposer$1 { } org/codehaus/plexus/component/composition/ComponentComposer.class package org.codehaus.plexus.component.composition; public abstract interface ComponentComposer { public static final String ROLE; public abstract String getId(); public abstract void assembleComponent(Object, org.codehaus.plexus.component.repository.ComponentDescriptor, org.codehaus.plexus.PlexusContainer) throws CompositionException;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 205.7K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet.go

    	CAdvisorInterface         cadvisor.Interface
    	Cloud                     cloudprovider.Interface
    	ContainerManager          cm.ContainerManager
    	EventClient               v1core.EventsGetter
    	HeartbeatClient           clientset.Interface
    	OnHeartbeatFailure        func()
    	KubeClient                clientset.Interface
    	Mounter                   mount.Interface
    	HostUtil                  hostutil.HostUtils
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    repositoryLayouts repositoryLayouts org.apache.maven.artifact.resolver.conflict.ConflictResolverFact org.apache.maven.artifact.resolver.conflict.DefaultConflictResol org/apache/maven/artifact/Artifact.class package org.apache.maven.artifact; public abstract interface Artifact extends Comparable { public static final String LATEST_VERSION = LATEST; public static final String SNAPSHOT_VERSION = SNAPSHOT; public static final java.util.regex.Pattern VERSION_FILE_PATTERN; public static final String SCOPE_COMPILE =...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 160.1K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/runtime/framework_test.go

    	injectReason       = "injected status"
    	injectFilterReason = "injected filter status"
    )
    
    // TestScoreWithNormalizePlugin implements ScoreWithNormalizePlugin interface.
    // TestScorePlugin only implements ScorePlugin interface.
    var _ framework.ScorePlugin = &TestScoreWithNormalizePlugin{}
    var _ framework.ScorePlugin = &TestScorePlugin{}
    
    var cmpOpts = []cmp.Option{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
  8. src/net/http/server.go

    // an error, panic with the value [ErrAbortHandler].
    type Handler interface {
    	ServeHTTP(ResponseWriter, *Request)
    }
    
    // A ResponseWriter interface is used by an HTTP handler to
    // construct an HTTP response.
    //
    // A ResponseWriter may not be used after [Handler.ServeHTTP] has returned.
    type ResponseWriter interface {
    	// Header returns the header map that will be sent by
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  9. guava/src/com/google/common/util/concurrent/ClosingFuture.java

         * build</a>.)
         *
         * <p>Be careful when targeting an older SDK than you are building against (most commonly when
         * building for Android): Ensure that any object you pass implements the interface not just in
         * your current SDK version but also at the oldest version you support. For example, <a
         * href="https://developer.android.com/sdk/api_diff/16/">API Level 16</a> is the first version
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 98.7K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

         * build</a>.)
         *
         * <p>Be careful when targeting an older SDK than you are building against (most commonly when
         * building for Android): Ensure that any object you pass implements the interface not just in
         * your current SDK version but also at the oldest version you support. For example, <a
         * href="https://developer.android.com/sdk/api_diff/16/">API Level 16</a> is the first version
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 98.3K bytes
    - Viewed (0)
Back to top