Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 900 for Apples (0.15 sec)

  1. testing/internal-performance-testing/src/test/groovy/org/gradle/performance/measure/AmountTest.groovy

            0        | Fruit.apples     | "0 apples"
            1        | Fruit.apples     | "1 apple"
            1000     | Fruit.apples     | "1000 apples"
            0.123    | Fruit.apples     | "0.123 apples"
            0.333333 | Fruit.apples     | "0.333333 apples"
            0.5555   | Fruit.apples     | "0.5555 apples"
            -12      | Fruit.apples     | "-12 apples"
            145      | Fruit.oranges    | "145 oranges"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/endpoints/installer_test.go

    	}{
    		{
    			noun:    "Frog",
    			padding: " ",
    			want:    " a ",
    		},
    		{
    			noun:    "frogs",
    			padding: " ",
    			want:    " ",
    		},
    		{
    			noun:    "apple",
    			padding: "",
    			want:    "an",
    		},
    		{
    			noun:    "Apples",
    			padding: " ",
    			want:    " ",
    		},
    		{
    			noun:    "Ingress",
    			padding: " ",
    			want:    " an ",
    		},
    		{
    			noun:    "Class",
    			padding: " ",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/collect/OrderingTest.java

        assertSame(comparator, comparator.reverse());
    
        assertEquals(0, comparator.compare(null, null));
        assertEquals(0, comparator.compare(new Object(), new Object()));
        assertEquals(0, comparator.compare("apples", "oranges"));
        assertSame(comparator, reserialize(comparator));
        assertEquals("Ordering.allEqual()", comparator.toString());
    
        List<String> strings = ImmutableList.of("b", "a", "d", "c");
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 07 18:34:03 UTC 2024
    - 42.5K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/testdata/mesh.yaml

    kind: HTTPRoute
    metadata:
      name: consumer-override
      namespace: default
    spec:
      parentRefs:
      - group: ""
        kind: Service
        name: httpbin-apple
        namespace: apple
        port: 80
      rules:
      - backendRefs:
        - name: httpbin-apple
          namespace: apple
          port: 80
    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TCPRoute
    metadata:
      name: tcp
      namespace: default
    spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  5. .github/dependabot.yml

    #    directory: "/"
    #    schedule:
    #      interval: "weekly"
    #    groups:
    #      dependencies:
    #        applies-to: version-updates
    #        patterns:
    #          - "*"
    #  - package-ecosystem: "maven"
    #    directory: "/android"
    #    schedule:
    #      interval: "weekly"
    #    groups:
    #      dependencies:
    #        applies-to: version-updates
    #        patterns:
    #          - "*"
      - package-ecosystem: "github-actions"
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 04 17:08:24 UTC 2024
    - 761 bytes
    - Viewed (0)
  6. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/ResourceFilter.java

     * </pre>
     *
     * @since 3.5
     */
    public interface ResourceFilter {
        /**
         * Indicates whether this ResourceFilter applies to files, folders, or both.  Default is FILES_AND_FOLDERS
         */
        ResourceFilterAppliesTo getAppliesTo();
    
        /**
         * Indicates whether this ResourceFilter applies to files, folders, or both.  Default is FILES_AND_FOLDERS
         *
         * @throws org.gradle.api.InvalidUserDataException if appliesTo is null.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 3K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/core/MutableModelNode.java

        /**
         * Applies the rules defined in the given rule source to this node.
         */
        void applyToSelf(ExtractedRuleSource<?> rules);
    
        /**
         * Applies an action that defines further rules in the given role to the child of this node that is addressed by the subject of the action.
         */
        void defineRulesForLink(ModelActionRole role, ModelAction action);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  8. platforms/jvm/jacoco/src/main/java/org/gradle/testing/jacoco/tasks/rules/JacocoLimit.java

         */
        @Input
        String getCounter();
    
        /**
         * Sets the counter that applies to the limit.
         *
         * @param counter Counter
         */
        void setCounter(String counter);
    
        /**
         * The value that applies to the limit as defined by
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 16:03:36 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  9. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/internal/xcodeproj/PBXTarget.java

            STATIC_LIBRARY("com.apple.product-type.library.static"),
            DYNAMIC_LIBRARY("com.apple.product-type.library.dynamic"),
            TOOL("com.apple.product-type.tool"),
            BUNDLE("com.apple.product-type.bundle"),
            FRAMEWORK("com.apple.product-type.framework"),
            STATIC_FRAMEWORK("com.apple.product-type.framework.static"),
            APPLICATION("com.apple.product-type.application"),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 4K bytes
    - Viewed (0)
  10. pilot/pkg/config/kube/gateway/testdata/delegated.yaml.golden

        internal.istio.io/parents: HTTPRoute/http.apple
        internal.istio.io/route-semantics: gateway
      creationTimestamp: null
      name: http-0-istio-autogenerated-k8s-gateway
      namespace: apple
    spec:
      gateways:
      - istio-system/gateway-istio-autogenerated-k8s-gateway-apple
      hosts:
      - '*'
      http:
      - name: apple.http.0
        route:
        - destination:
            host: httpbin-apple.apple.svc.domain.suffix
            port:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 2.1K bytes
    - Viewed (0)
Back to top