Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 434 for asmins (0.45 sec)

  1. platforms/jvm/jvm-services/src/main/java/org/gradle/api/internal/artifacts/JavaEcosystemSupport.java

                        details.closestMatch(javaRuntime);
                    }
                } else {
                    if (javaRuntime.equals(consumerValue)) {
                        // we're asking for a runtime variant, prefer -jars first
                        if (candidateValues.contains(javaRuntimeJars)) {
                            details.closestMatch(javaRuntimeJars);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 19:13:00 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  2. platforms/core-runtime/base-asm/src/main/java/org/gradle/model/internal/asm/ClassGeneratorSuffixRegistry.java

            if (previous != null) {
                throw new IllegalStateException("A class generator with suffix '" + suffix + "' is already registered.", previous);
            }
            return suffix;
        }
    
        /**
         * Assigns a suffix to use for generated class names.
         */
        public static String assign(String suffix) {
            if (SUFFIXES.putIfAbsent(suffix, markerForSuffix(suffix)) == null) {
                return suffix;
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 15:31:25 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/logging/ConfigurationCacheOutputCleaner.java

     * This normalization is only enabled if {@link #CLEAN_CONFIGURATION_CACHE_OUTPUT}
     * system property is set to {@code true}.
     * <p>
     * Most of our samples that aren't aiming to test the configuration cache itself, do not care about
     * its output much. This normalizer allows to reuse the same "golden" output files when testing such
     * samples with the configuration cache enabled.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  4. releasenotes/notes/envoy-stats-proxy-admin-port.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue: []
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 05 09:33:19 UTC 2024
    - 198 bytes
    - Viewed (0)
  5. src/cmd/go/internal/modfetch/toolchain.go

    	}
    
    	// If we're asking about "go" (not "toolchain"), pretend to have
    	// all earlier Go versions available without network access:
    	// we will provide those ourselves, at least in GOTOOLCHAIN=auto mode.
    	if r.path == "go" && gover.Compare(v, gover.Local()) <= 0 {
    		return &RevInfo{Version: prefix + v}, nil
    	}
    
    	// Similarly, if we're asking about *exactly* the current toolchain,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 13 16:44:24 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  6. pkg/test/framework/components/echo/portgen.go

    	g.used[port] = struct{}{}
    	return g
    }
    
    // IsUsed indicates if the given port has already been used.
    func (g *portGenerator) IsUsed(port int) bool {
    	_, ok := g.used[port]
    	return ok
    }
    
    // Next assigns the next port for the given protocol.
    func (g *portGenerator) Next(protocol protocol.Instance) int {
    	for {
    		v := g.next[protocol]
    
    		if v == 0 {
    			panic("echo port generator: unsupported protocol " + protocol)
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 04 00:24:04 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/graph/AbstractValueGraph.java

     * this class rather than implement {@link ValueGraph} directly.
     *
     * <p>The methods implemented in this class should not be overridden unless the subclass admits a
     * more efficient implementation.
     *
     * @author James Sexton
     * @param <N> Node parameter type
     * @param <V> Value parameter type
     * @since 20.0
     */
    @Beta
    @ElementTypesAreNonnullByDefault
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 17 13:59:28 UTC 2023
    - 4K bytes
    - Viewed (0)
  8. releasenotes/notes/desc-to-admin-log-scope.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    releaseNotes:
      - |
        **Added** description to `admin log`
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jul 08 08:31:29 UTC 2022
    - 186 bytes
    - Viewed (0)
  9. plugin/pkg/admission/priority/admission.go

    	p.SetReadyFunc(priorityInformer.Informer().HasSynced)
    }
    
    var (
    	podResource           = core.Resource("pods")
    	priorityClassResource = scheduling.Resource("priorityclasses")
    )
    
    // Admit checks Pods and admits or rejects them. It also resolves the priority of pods based on their PriorityClass.
    // Note that pod validation mechanism prevents update of a pod priority.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 08 10:11:23 UTC 2022
    - 9K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/arm64/a.out.go

    	AFCVTZUD
    	AFCVTZUDW
    	AFCVTZUS
    	AFCVTZUSW
    	AFDIVD
    	AFDIVS
    	AFLDPD
    	AFLDPQ
    	AFLDPS
    	AFMADDD
    	AFMADDS
    	AFMAXD
    	AFMAXNMD
    	AFMAXNMS
    	AFMAXS
    	AFMIND
    	AFMINNMD
    	AFMINNMS
    	AFMINS
    	AFMOVD
    	AFMOVQ
    	AFMOVS
    	AFMSUBD
    	AFMSUBS
    	AFMULD
    	AFMULS
    	AFNEGD
    	AFNEGS
    	AFNMADDD
    	AFNMADDS
    	AFNMSUBD
    	AFNMSUBS
    	AFNMULD
    	AFNMULS
    	AFRINTAD
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 17:56:30 UTC 2023
    - 18.1K bytes
    - Viewed (0)
Back to top