Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 997 for cheese (0.34 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/model/DefaultObjectFactory.java

            if (keyType.isPrimitive()) {
                // Kotlin passes these types for its own basic types
                return Cast.uncheckedNonnullCast(mapProperty(JavaReflectionUtil.getWrapperTypeForPrimitiveType(keyType), valueType));
            }
            if (valueType.isPrimitive()) {
                // Kotlin passes these types for its own basic types
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 14 18:56:03 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  2. cluster/gce/gci/README.md

    active releases, please refer to COS's [Release
    Notes](https://cloud.google.com/container-optimized-os/docs/release-notes).
    
    ### How to choose an image in configuration file
    
    There are three ways to specify an image used by each testing suite: `image`,
    `image_regex` or `image_family`.
    
      * `image` is preferred, but manual updates are needed to use a newly released
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 14:55:40 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/gen_test.go

    		skippingRIs = genRRIs(rng, 3,
    			[]string{pfx + "-v4", pfx + "-v5", pfx + "-v6"},
    			[]string{pfx + ".g4", pfx + ".g5", pfx + ".g6"},
    			[]string{pfx + "-r4s", pfx + "-r5s", pfx + "-r6s"},
    			skipNSs)
    	}
    	// choose a proper subset of fields to wildcard; only matters if not matching all
    	starMask := rng.Intn(15)
    	if matchAllResources || starMask&1 == 1 && rng.Float32() < 0.1 {
    		rr.Verbs = []string{flowcontrol.VerbAll}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 24.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/discovery/v1/generated.proto

      // must handle different types of addresses in the context of their own
      // capabilities. This must contain at least one address but no more than
      // 100. These are all assumed to be fungible and clients may choose to only
      // use the first element. Refer to: https://issue.k8s.io/106267
      // +listType=set
      repeated string addresses = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/samples/java/jvm-multi-project-with-additional-test-types/README.adoc

    In this sample, we are testing Java projects with JUnit5; however, this applies to other JVM languages as well.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/variant_attributes.adoc

    [[sec:abm_disambiguation_rules]]
    === Attribute disambiguation rules
    
    Since multiple values for an attribute can be _compatible_, Gradle needs to choose the "best" candidate between all compatible candidates. This is called "disambiguation".
    
    This is done by implementing an link:{javadocPath}/org/gradle/api/attributes/AttributeDisambiguationRule.html[attribute disambiguation rule].
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 18:51:23 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/results/VisitedGraphResults.java

         */
        boolean hasAnyFailure();
    
        /**
         * Visits all failures that occurred while resolving the graph.
         *
         * <p>No failures are visited if {@link #hasAnyFailure()} is false</p>
         */
        void visitFailures(Consumer<Throwable> visitor);
    
        /**
         * Returns all failures to resolve a dependency.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/gateway-api-crd.yaml

                            they are specified.
    
    
                            Implementations MAY choose to implement this ordering strictly, rejecting
                            any combination or order of filters that can not be supported. If implementations
                            choose a strict interpretation of filter ordering, they MUST clearly document
                            that behavior.
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  9. okhttp/src/test/java/okhttp3/internal/idn/PunycodeTest.kt

        testEncodeDecode(
          unicode = "ليهمابتكلموشعربي؟",
          punycode = "xn--egbpdaj6bu4bxfgehfvwxn",
        )
    
        // (B) Chinese (simplified)
        testEncodeDecode(
          unicode = "他们为什么不说中文",
          punycode = "xn--ihqwcrb4cv8a8dqg056pqjye",
        )
    
        // (C) Chinese (traditional)
        testEncodeDecode(
          unicode = "他們爲什麽不說中文",
          punycode = "xn--ihqwctvzc91f659drss3x8bo0yb",
        )
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  10. hack/ginkgo-e2e.sh

    # file and the one provided with --host is ignored.
    # Add path for things like running kubectl binary.
    PATH=$(dirname "${e2e_test}"):"${PATH}"
    export PATH
    
    # Choose the program to execute and additional arguments for it.
    #
    # Note that the e2e.test binary must have been built with "make DBG=1"
    # when using debuggers, otherwise debug information gets stripped.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 13:25:50 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top