Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 49 for factory (0.15 sec)

  1. 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

    org.codehaus.plexus.configuration.PlexusConfigurationE; } org/codehaus/plexus/component/factory/AbstractComponentFac.class package org.codehaus.plexus.component.factory; public abstract synchronized class AbstractComponentFac implements ComponentFactory { protected String id; public void AbstractComponentFac(); public String getId(); } org/codehaus/plexus/component/factory/ComponentFactory$1.class package org.codehaus.plexus.component.factory; synchronized class ComponentFactory$1 { } org/codehaus/plexus/compone...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 205.7K bytes
    - Viewed (0)
  2. 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

    org.codehaus.plexus.configuration.PlexusConfigurationE; } org/codehaus/plexus/component/factory/AbstractComponentFac.class package org.codehaus.plexus.component.factory; public abstract synchronized class AbstractComponentFac implements ComponentFactory { protected String id; public void AbstractComponentFac(); public String getId(); } org/codehaus/plexus/component/factory/ComponentFactory$1.class package org.codehaus.plexus.component.factory; synchronized class ComponentFactory$1 { } org/codehaus/plexus/compone...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 233.3K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

            }
    
            private void generateManagedPropertyCreationSupport() {
                // GENERATE private transient ManagedObjectFactory factory;
                // GENERATE if (factory != null) { return factory; } else { return AsmBackedClassGenerator.getFactoryForNext(); }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    pository.ArtifactRepository, org.apache.maven.artifact.repository.ArtifactRepository) throws ArtifactDeploymentEx; } org/apache/maven/artifact/factory/ArtifactFactory$1.class package org.apache.maven.artifact.factory; synchronized class ArtifactFactory$1 { } org/apache/maven/artifact/factory/ArtifactFactory.class package org.apache.maven.artifact.factory; public abstract interface ArtifactFactory { public static final String ROLE; public abstract org.apache.maven.artifact.Artifact createArtifact(String,...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160.1K bytes
    - Viewed (0)
  5. okhttp-android/src/main/baseline-prof.txt

    Lokhttp3/internal/platform/android/AndroidSocketAdapter$Companion$factory$1;
    Lokhttp3/internal/platform/android/AndroidSocketAdapter$Companion;
    Lokhttp3/internal/platform/android/AndroidSocketAdapter;
    Lokhttp3/internal/platform/android/BouncyCastleSocketAdapter$Companion$factory$1;
    Lokhttp3/internal/platform/android/BouncyCastleSocketAdapter;
    Lokhttp3/internal/platform/android/ConscryptSocketAdapter$Companion$factory$1;
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
  6. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

            server: MockWebServer,
            client: OkHttpClient,
          ): Call.Factory {
            return client.newBuilder()
              .proxy(Proxy.NO_PROXY)
              .build()
          }
        },
        CREATE_ARG {
          override fun connect(
            server: MockWebServer,
            client: OkHttpClient,
          ): Call.Factory {
            return client.newBuilder()
              .proxy(server.toProxyAddress())
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD org/hamcrest/Factory.html Overview Package Class Use Tree Deprecated Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES All Classes SUMMARY: REQUIRED | OPTIONAL DETAIL: ELEMENT org.hamcrest Annotation Type Factory @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Factory Marks a Hamcrest static factory method so tools recognise them. A factory method is an equivalent to a named constructor. Author: Joe Walnes Overview Package...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 236.8K bytes
    - Viewed (0)
  8. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    ) (*nodeLifecycleController, error) {
    
    	factory := informers.NewSharedInformerFactory(kubeClient, controller.NoResyncPeriodFunc())
    
    	leaseInformer := factory.Coordination().V1().Leases()
    	nodeInformer := factory.Core().V1().Nodes()
    	daemonSetInformer := factory.Apps().V1().DaemonSets()
    
    	nc, err := NewNodeLifecycleController(
    		ctx,
    		leaseInformer,
    		factory.Core().V1().Pods(),
    		nodeInformer,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    	"k8s.io/apiserver/pkg/storage"
    	cacherstorage "k8s.io/apiserver/pkg/storage/cacher"
    	etcd3testing "k8s.io/apiserver/pkg/storage/etcd3/testing"
    	"k8s.io/apiserver/pkg/storage/names"
    	"k8s.io/apiserver/pkg/storage/storagebackend/factory"
    	storagetesting "k8s.io/apiserver/pkg/storage/testing"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	"k8s.io/client-go/tools/cache"
    	featuregatetesting "k8s.io/component-base/featuregate/testing"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"face_with_thermometer":                "\U0001f912",
    	"facepalm":                             "\U0001f926",
    	"facepunch":                            "\U0001f44a",
    	"factory":                              "\U0001f3ed",
    	"factory_worker":                       "\U0001f9d1\u200d\U0001f3ed",
    	"fairy":                                "\U0001f9da",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
Back to top