Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 140 for set_resource (0.18 sec)

  1. pkg/controller/volume/persistentvolume/testing/testing.go

    		return true, nil, apierrors.NewNotFound(action.GetResource().GroupResource(), name)
    
    	case action.Matches("delete", "persistentvolumes"):
    		name := action.(core.DeleteAction).GetName()
    		logger.V(4).Info("Deleted volume", "volumeName", name)
    		obj, found := r.volumes[name]
    		if found {
    			delete(r.volumes, name)
    			for _, w := range r.getWatches(action.GetResource(), action.GetNamespace()) {
    				w.Delete(obj)
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.jar

    Class loadClass(String) throws ClassNotFoundExcepti; public java.net.URL getResource(String); public java.util.Enumeration findResources(String) throws java.io.IOException; } org/codehaus/plexus/classworlds/strategy/Strategy.class package org.codehaus.plexus.classworlds.strategy; public abstract interface Strategy { public abstract Class loadClass(String) throws ClassNotFoundExcepti; public abstract java.net.URL getResource(String); public abstract java.io.InputStream getResourceAsStream(String);...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 41.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/internal/mlir_bridge_pass_util_test.cc

      Output a = ops::_Arg(root.WithOpName("A"), DT_RESOURCE, 0);
      std::vector<NodeBuilder::NodeOut> inputs({NodeBuilder::NodeOut(a.node())});
    
      Node* call;
      NameAttrList f_name_attr;
      f_name_attr.set_name(fd.signature().name());
      TF_ASSERT_OK(
          NodeBuilder("B", "StatefulPartitionedCall", &root.graph()->flib_def())
              .Input(inputs)
              .Attr("Tin", {DT_RESOURCE})
              .Attr("Tout", {DT_RESOURCE})
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 19:51:50 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-classworlds/1.2-alpha-10/plexus-classworlds-1.2-alpha-10.jar

    Class loadClass(String) throws ClassNotFoundExcepti; public java.net.URL getResource(String); public java.util.Enumeration findResources(String) throws java.io.IOException; } org/codehaus/plexus/classworlds/strategy/Strategy.class package org.codehaus.plexus.classworlds.strategy; public abstract interface Strategy { public abstract Class loadClass(String) throws ClassNotFoundExcepti; public abstract java.net.URL getResource(String); public abstract java.io.InputStream getResourceAsStream(String);...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 41.5K bytes
    - Viewed (0)
  5. plugin/pkg/admission/gc/gc_admission.go

    			User:            attributes.GetUserInfo(),
    			Verb:            "delete",
    			Namespace:       attributes.GetNamespace(),
    			APIGroup:        attributes.GetResource().Group,
    			APIVersion:      attributes.GetResource().Version,
    			Resource:        attributes.GetResource().Resource,
    			Subresource:     attributes.GetSubresource(),
    			Name:            attributes.GetName(),
    			ResourceRequest: true,
    			Path:            "",
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 05 02:24:38 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.jar

    Class loadClass(String) throws ClassNotFoundExcepti; public java.net.URL getResource(String); public java.util.Enumeration findResources(String) throws java.io.IOException; } org/codehaus/plexus/classworlds/strategy/Strategy.class package org.codehaus.plexus.classworlds.strategy; public abstract interface Strategy { public abstract Class loadClass(String) throws ClassNotFoundExcepti; public abstract java.net.URL getResource(String); public abstract java.io.InputStream getResourceAsStream(String);...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 41.6K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-classworlds/1.2-alpha-10/plexus-classworlds-1.2-alpha-10.jar

    Class loadClass(String) throws ClassNotFoundExcepti; public java.net.URL getResource(String); public java.util.Enumeration findResources(String) throws java.io.IOException; } org/codehaus/plexus/classworlds/strategy/Strategy.class package org.codehaus.plexus.classworlds.strategy; public abstract interface Strategy { public abstract Class loadClass(String) throws ClassNotFoundExcepti; public abstract java.net.URL getResource(String); public abstract java.io.InputStream getResourceAsStream(String);...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 41.5K bytes
    - Viewed (0)
  8. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/classloader/FilteringClassLoaderTest.groovy

        }
    
        void cannotSeeResource(String name) {
            assert classLoader.getResource(name) == null
            assert classLoader.getResourceAsStream(name) == null
            assert !classLoader.getResources(name).hasMoreElements()
        }
    
        void canSeeResource(String name) {
            assert classLoader.getResource(name) != null
            def instr = classLoader.getResourceAsStream(name)
            assert instr != null
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/promote_resources_to_args.cc

          var_handle_shared_names->emplace_back(name);
          auto resource_type = var_handle_op.getResource().getType();
          func_arg_types.push_back(resource_type);
          var_handle_op.getResource().replaceAllUsesWith(
              block.addArgument(resource_type, var_handle_op.getLoc()));
        } else {
          var_handle_op.getResource().replaceAllUsesWith(
              block.getArgument(it.first->getSecond()));
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  10. platforms/jvm/toolchains-jvm-shared/src/test/groovy/org/gradle/jvm/toolchain/internal/install/DefaultJdkCacheDirectoryTest.groovy

            when:
            def homes = jdkCacheDirectory.listJavaHomes()
    
            then:
            homes.isEmpty()
        }
    
        def "provisions jdk from tar.gz archive"() {
            def jdkArchive = resources.getResource("jdk.tar.gz")
            def jdkCacheDirectory = new DefaultJdkCacheDirectory(newHomeDirProvider(), TestFiles.fileOperations(temporaryFolder, tmpFileProvider()), mockLockManager(), mockDetector(), tmpFileProvider())
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 06:41:24 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top