Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 598 for Indexer (0.17 sec)

  1. maven-core/src/test/resources-project-builder/plugin-merge-simple/pom.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <groupId>org.sonatype.nexus</groupId>
      <artifactId>nexus-indexer</artifactId>
      <version>1.1.3-SNAPSHOT</version>
    
      <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.its.plugins</groupId>
                <artifactId>maven-it-plugin-configuration</artifactId>
                <version>2.1-SNAPSHOT</version>
            </plugin>
          </plugins>
      </build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 29 05:20:38 UTC 2009
    - 434 bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/plugin-order/pom.xml

        <artifactId>nexus-parent</artifactId>
        <version>8-SNAPSHOT</version>
        <relativePath>nexus-parent.xml</relativePath>
      </parent>
    
      <groupId>org.sonatype.nexus</groupId>
      <artifactId>nexus-indexer</artifactId>
      <version>1.1.3-SNAPSHOT</version>
    
      <build>
        <plugins>
          <plugin>
            <groupId>org.codehaus.plexus</groupId>
            <artifactId>plexus-component-metadata</artifactId>
          </plugin>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 01 10:59:19 UTC 2009
    - 676 bytes
    - Viewed (0)
  3. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/internal/xcodeproj/PBXTarget.java

            if (buildConfigurationList != null) {
                s.addField("buildConfigurationList", buildConfigurationList);
            }
        }
    
        public enum ProductType {
            INDEXER("org.gradle.product-type.indexer"),
    
            STATIC_LIBRARY("com.apple.product-type.library.static"),
            DYNAMIC_LIBRARY("com.apple.product-type.library.dynamic"),
            TOOL("com.apple.product-type.tool"),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 4K bytes
    - Viewed (0)
  4. pkg/registry/flowcontrol/ensurer/prioritylevelconfiguration_test.go

    			indexer := toolscache.NewIndexer(toolscache.MetaNamespaceKeyFunc, toolscache.Indexers{})
    			if test.current != nil {
    				client.Create(context.TODO(), test.current, metav1.CreateOptions{})
    				indexer.Add(test.current)
    			}
    
    			ops := NewPriorityLevelConfigurationOps(client, flowcontrollisters.NewPriorityLevelConfigurationLister(indexer))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 14:34:53 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  5. pkg/controller/clusterroleaggregation/clusterroleaggregation_controller_test.go

    		for _, test := range tests {
    			t.Run(test.name, func(t *testing.T) {
    				indexer := cache.NewIndexer(controller.KeyFunc, cache.Indexers{})
    				objs := []runtime.Object{}
    				for _, obj := range test.startingClusterRoles {
    					objs = append(objs, obj)
    					indexer.Add(obj)
    				}
    				fakeClient := fakeclient.NewSimpleClientset(objs...)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 9K bytes
    - Viewed (0)
  6. pkg/controller/volume/ephemeral/controller.go

    	podLister corelisters.PodLister
    	podSynced cache.InformerSynced
    
    	// podIndexer has the common PodPVC indexer indexer installed To
    	// limit iteration over pods to those of interest.
    	podIndexer cache.Indexer
    
    	// recorder is used to record events in the API server
    	recorder record.EventRecorder
    
    	queue workqueue.TypedRateLimitingInterface[string]
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  7. test-site/app/models/SuggestIndex.java

            DocumentReader reader = new ESSourceReader(ComponentsUtil.runner.client(),
                suggester.settings(),
                ComponentsUtil.contentIndexName,
                ComponentsUtil.contentTypeName);
            suggester.indexer().indexFromDocument(reader, 2, 100).getResponse();
            suggester.refresh();
        }
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Fri Nov 06 08:48:32 UTC 2015
    - 964 bytes
    - Viewed (0)
  8. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/xcode/XcodeSwiftExternalSourceDependenciesIntegrationTest.groovy

        def setup() {
            requireSwiftToolChain()
        }
    
        @ToBeFixedForConfigurationCache
        def "adds source dependencies Swift module of main component to Xcode indexer search path"() {
            def fixture = new SwiftAppWithLibrary()
    
            given:
            buildTestFixture.withBuildInSubDir()
            singleProjectBuild("greeter") {
                buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  9. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/xcode/XcodeCppExternalSourceDependenciesIntegrationTest.groovy

        BuildTestFile depProject
    
        @ToBeFixedForConfigurationCache
        def "adds source dependencies C++ headers of main component to Xcode indexer search path"() {
            def fixture = new CppAppWithLibrary()
    
            given:
            buildTestFixture.withBuildInSubDir()
            depProject = singleProjectBuild("greeter") {
                buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  10. pkg/scheduler/testing/framework/fake_listers.go

    	for _, cn := range n {
    		if cn.Name == name {
    			return &cn, nil
    		}
    	}
    	return nil, errors.NewNotFound(storagev1.Resource("csinodes"), name)
    }
    
    // List lists all CSINodes in the indexer.
    func (n CSINodeLister) List(selector labels.Selector) (ret []*storagev1.CSINode, err error) {
    	return nil, fmt.Errorf("not implemented")
    }
    
    // PersistentVolumeLister declares a []v1.PersistentVolume type for testing.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 20 10:14:08 UTC 2023
    - 10.1K bytes
    - Viewed (0)
Back to top