Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for Categories (0.17 sec)

  1. platforms/jvm/testing-jvm-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/junit/CategoryFilter.java

                    categories.addAll(Arrays.asList(annotation.value()));
                }
            }
    
            boolean result = inclusions.isEmpty();
    
            for (Class<?> category : categories) {
                if (matches(category, inclusions)) {
                    result = true;
                    break;
                }
            }
    
            if (result) {
                for (Class<?> category : categories) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:59:04 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  2. api/discovery/apis__admissionregistration.k8s.io__v1.json

    {
      "apiVersion": "v1",
      "groupVersion": "admissionregistration.k8s.io/v1",
      "kind": "APIResourceList",
      "resources": [
        {
          "categories": [
            "api-extensions"
          ],
          "kind": "MutatingWebhookConfiguration",
          "name": "mutatingwebhookconfigurations",
          "namespaced": false,
          "singularName": "mutatingwebhookconfiguration",
          "storageVersionHash": "Sqi0GUgDaX0=",
          "verbs": [
            "create",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/text/cases/info.go

    //
    // 3) Break:
    //    Any other category: NewLine, MidNum, CR, LF, Double_Quote, Katakana, and
    //    Other.
    //    These categories should always result in a break between two cased letters.
    //    Rule: Always break.
    //
    // Note 1: the Katakana and MidNum categories can, in esoteric cases, result in
    // preventing a break between two cased letters. For now we will ignore this
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  4. api/discovery/apis__admissionregistration.k8s.io__v1alpha1.json

    {
      "apiVersion": "v1",
      "groupVersion": "admissionregistration.k8s.io/v1alpha1",
      "kind": "APIResourceList",
      "resources": [
        {
          "categories": [
            "api-extensions"
          ],
          "kind": "ValidatingAdmissionPolicy",
          "name": "validatingadmissionpolicies",
          "namespaced": false,
          "singularName": "validatingadmissionpolicy",
          "storageVersionHash": "6OxvlMmQ6is=",
          "verbs": [
            "create",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. api/discovery/apis__admissionregistration.k8s.io__v1beta1.json

    {
      "apiVersion": "v1",
      "groupVersion": "admissionregistration.k8s.io/v1beta1",
      "kind": "APIResourceList",
      "resources": [
        {
          "categories": [
            "api-extensions"
          ],
          "kind": "ValidatingAdmissionPolicy",
          "name": "validatingadmissionpolicies",
          "namespaced": false,
          "singularName": "validatingadmissionpolicy",
          "storageVersionHash": "6OxvlMmQ6is=",
          "verbs": [
            "create",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  6. testing/internal-testing/src/main/groovy/org/gradle/test/fixtures/Flaky.groovy

     *   recognized by `JUnitPlatformOptions.includeTags/excludeTags` (<a href="https://junit.org/junit5/docs/current/user-guide/#migrating-from-junit4-categories-support">Categories Support</a>).
     */
    @Retention(RetentionPolicy.RUNTIME)
    @Target([ElementType.TYPE, ElementType.METHOD])
    @Tag("org.gradle.test.fixtures.Flaky")
    @interface Flaky {
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/testdata/HEAD/apiextensions.k8s.io.v1.CustomResourceDefinition.yaml

              namespace: namespaceValue
              path: pathValue
              port: 4
            url: urlValue
          conversionReviewVersions:
          - conversionReviewVersionsValue
      group: groupValue
      names:
        categories:
        - categoriesValue
        kind: kindValue
        listKind: listKindValue
        plural: pluralValue
        shortNames:
        - shortNamesValue
        singular: singularValue
      preserveUnknownFields: true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/testdata/HEAD/apiextensions.k8s.io.v1.CustomResourceDefinition.json

        "names": {
          "plural": "pluralValue",
          "singular": "singularValue",
          "shortNames": [
            "shortNamesValue"
          ],
          "kind": "kindValue",
          "listKind": "listKindValue",
          "categories": [
            "categoriesValue"
          ]
        },
        "scope": "scopeValue",
        "versions": [
          {
            "name": "nameValue",
            "served": true,
            "storage": true,
            "deprecated": true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/optimizing-performance/inspect.adoc

    If you find that something in Gradle itself slows down your build, don't hesitate to send a profiler snapshot to ******@****.***.
    
    == Performance categories
    
    Both build scans and local profile reports break down build execution into the same categories.
    The following sections explain those categories.
    
    === Startup
    
    This reflects Gradle’s initialization time, which consists mostly of:
    
    - JVM initialization and class loading
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/apidiscovery/v2/zz_generated.deepcopy.go

    		copy(*out, *in)
    	}
    	if in.ShortNames != nil {
    		in, out := &in.ShortNames, &out.ShortNames
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	if in.Categories != nil {
    		in, out := &in.Categories, &out.Categories
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	if in.Subresources != nil {
    		in, out := &in.Subresources, &out.Subresources
    		*out = make([]APISubresourceDiscovery, len(*in))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 16:40:14 UTC 2024
    - 5.4K bytes
    - Viewed (0)
Back to top