Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for extractVersions (0.2 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/typechecking.go

    	for _, rule := range p.Spec.MatchConstraints.ResourceRules {
    		groups := extractGroups(&rule.Rule)
    		if len(groups) == 0 {
    			continue
    		}
    		versions := extractVersions(&rule.Rule)
    		if len(versions) == 0 {
    			continue
    		}
    		resources := extractResources(&rule.Rule)
    		if len(resources) == 0 {
    			continue
    		}
    		// sort GVRs so that the loop below provides
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  2. platforms/jvm/jacoco/src/main/java/org/gradle/internal/jacoco/JacocoAgentJar.java

                    return V_0_6_2_0.compareTo(extractVersion(file.getName())) > 0;
                }
            });
            return !pre062;
        }
    
        public boolean supportsInclNoLocationClasses() {
            boolean pre076 = Iterables.any(getAgentConf(), new Predicate<File>() {
                @Override
                public boolean apply(File file) {
                    return V_0_7_6_0.compareTo(extractVersion(file.getName())) > 0;
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 16:03:36 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  3. maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilder.java

            pluginDescriptor.setSource(source);
            pluginDescriptor.setGroupId(extractGroupId(c));
            pluginDescriptor.setArtifactId(extractArtifactId(c));
            pluginDescriptor.setVersion(extractVersion(c));
            pluginDescriptor.setGoalPrefix(extractGoalPrefix(c));
    
            pluginDescriptor.setName(extractName(c));
            pluginDescriptor.setDescription(extractDescription(c));
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  4. test-site/activator-launch-1.3.2.jar

    Locks$InternalLockNPE extends RuntimeException { public void Locks$InternalLockNPE(Exception); } xsbt/boot/Update$$anonfun$extractVersion$1.class package xsbt.boot; public final synchronized class Update$$anonfun$extractVersion$1 extends scala.runtime.AbstractPartialFunct implements scala.Serializable { private final org.apache.ivy.core.module.id.ModuleId dep$3; public void Update$$anonfun$extractVersion$1(org.apache.ivy.core.module.id.ModuleId); } xsbt/boot/Application.class package xsbt.boot; public final synchronized...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top