Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,077 for resources1 (0.27 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/undeclared/UndeclaredBuildInputsIntegrationTest.groovy

            }
        }
    
        @Issue("https://github.com/gradle/gradle/issues/13155")
        def "plugin can bundle multiple resources with the same name"() {
            file("buildSrc/build.gradle") << """
                jar.from('resources1')
                jar.from('resources2')
                jar.duplicatesStrategy = DuplicatesStrategy.INCLUDE
            """
            file("buildSrc/src/main/groovy/SomePlugin.groovy") << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 36K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/test/integration/fixtures/resources.go

    	gvr := schema.GroupVersionResource{Group: crd.Spec.Group, Version: version, Resource: crd.Spec.Names.Plural}
    	if crd.Spec.Scope != apiextensionsv1.ClusterScoped {
    		return dynamicClientSet.Resource(gvr).Namespace(namespace)
    	}
    	return dynamicClientSet.Resource(gvr)
    }
    
    // isWatchCachePrimed returns true if the watch is primed for an specified version of CRD watch
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 19 02:01:40 UTC 2021
    - 21.4K bytes
    - Viewed (0)
  3. plugin/pkg/auth/authorizer/rbac/rbac_test.go

    				resourceRequest("verb1").Group("group2").Resource("resource1").New(): true,
    				resourceRequest("verb1").Group("group1").Resource("resource2").New(): true,
    				resourceRequest("verb1").Group("group2").Resource("resource2").New(): true,
    				resourceRequest("verb2").Group("group1").Resource("resource1").New(): true,
    				resourceRequest("verb2").Group("group2").Resource("resource1").New(): true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 24 15:14:54 UTC 2019
    - 21.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/img/java-sourcesets-process-resources.png

    java-sourcesets-process-resources.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 21:47:26 UTC 2024
    - 36K bytes
    - Viewed (0)
  5. pkg/kubelet/kuberuntime/kuberuntime_container_linux_test.go

    				return
    			}
    
    			if !tc.nodeSwapFeatureGateEnabled || tc.cgroupVersion == cgroupV1 || (tc.swapBehavior == types.LimitedSwap && tc.qosClass != v1.PodQOSBurstable) {
    				expectNoSwap(tc.cgroupVersion, resourcesC1, resourcesC2)
    				return
    			}
    
    			if tc.swapBehavior == types.NoSwap || tc.swapBehavior == "" {
    				expectNoSwap(tc.cgroupVersion, resourcesC1, resourcesC2)
    				return
    			}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41K bytes
    - Viewed (0)
  6. pkg/config/schema/gvr/resources.gen.go

    	CertificateSigningRequest      = schema.GroupVersionResource{Group: "certificates.k8s.io", Version: "v1", Resource: "certificatesigningrequests"}
    	ConfigMap                      = schema.GroupVersionResource{Group: "", Version: "v1", Resource: "configmaps"}
    	CustomResourceDefinition       = schema.GroupVersionResource{Group: "apiextensions.k8s.io", Version: "v1", Resource: "customresourcedefinitions"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  7. pkg/config/schema/kubeclient/resources.gen.go

    罗泽轩 <******@****.***> 1715176671 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 13:57:51 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/kernels/xla_ops.cc

      int num_resources;
      OP_REQUIRES_OK_RETURN(ctx, std::vector<int>(),
                            ctx->GetAttr("Nresources", &num_resources));
    
      std::vector<int> resources(num_resources);
      std::iota(resources.begin(), resources.end(),
                constant_types.size() + arg_types.size());
      return resources;
    }
    
    NameAttrList FunctionAttr(OpKernelConstruction* ctx) {
      const NameAttrList* func;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 22:46:36 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  9. pkg/config/schema/gvk/resources.gen.go

    John Howard <******@****.***> 1712943452 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/analysis/side_effect_analysis.h

      bool IsUnknownAccessIndirectlyTrackedByResource(ResourceId resource,
                                                      bool read_only);
    
      // Returns a set of resource IDs that have potential dependencies to
      // `resource_id` (i.e., there are potential dependencies between the
      // resources corresponding to the IDs).
      llvm::SmallSet<ResourceId, 8> GetDependentIds(ResourceId resource_id,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 09:04:13 UTC 2024
    - 14.8K bytes
    - Viewed (0)
Back to top