Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 672 for therefore (0.16 sec)

  1. hack/golangci.yaml.in

    output:
      sort-results: true
    
    issues:
      max-issues-per-linter: 0
      max-same-issues: 0
    
      # The default excludes disable the "should have comment or be unexported" check from revive.
      # We want that to be enabled, therefore we have to disable all default excludes and
      # add those back one-by-one that we want. See https://github.com/golangci/golangci-lint/issues/456#issuecomment-617470264
      exclude-use-default: false
      exclude:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 13 13:12:04 UTC 2024
    - 8K bytes
    - Viewed (0)
  2. testing/performance/docs/performance-bisect.md

    ## Identify the test that caused the regression
    
    There is no mapping between the result (i.e. the graph) and the test class, yet.
    Therefore, you need to search for it in the code base. For example, the test
    `native build medium header file change` is included in the class `RealWorldNativePluginPerformanceTest`.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  3. pkg/controlplane/import_known_versions_test.go

    	}
    
    	if err := apinamingtest.VerifyGroupNames(legacyscheme.Scheme, legacyUnsuffixedGroups); err != nil {
    		t.Errorf("%v", err)
    	}
    }
    
    // These types are registered in external versions, and therefore include json tags,
    // but are also registered in internal versions (or referenced from internal types),
    // so we explicitly allow tags for them
    var typesAllowedTags = map[reflect.Type]bool{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 22 18:47:31 UTC 2021
    - 3.1K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/artifacts/Dependency.java

         * null.
         *
         */
        @Nullable
        String getVersion();
    
        /**
         * Returns whether two dependencies have identical values for their properties. A dependency is an entity with a
         * key. Therefore dependencies might be equal and yet have different properties.
         *
         * @param dependency The dependency to compare this dependency with
         */
        boolean contentEquals(Dependency dependency);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 22 14:14:42 UTC 2019
    - 2.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1beta1/types.go

    type PartialObjectMetadata = v1.PartialObjectMetadata
    
    // IMPORTANT: PartialObjectMetadataList has different protobuf field ids in v1beta1 than
    // v1 because ListMeta was accidentally omitted prior to 1.15. Therefore this type must
    // remain independent of v1.PartialObjectMetadataList to preserve mappings.
    
    // PartialObjectMetadataList contains a list of objects containing only their metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 29 00:35:16 UTC 2019
    - 3.1K bytes
    - Viewed (0)
  6. platforms/jvm/testing-jvm-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/junit/IgnoredTestDescriptorProvider.java

                return getRunnerLegacy(testClass);
            }
        }
    
        /**
         * Prior to JUnit 4.5, the {@code RunnerBuilder} class did not exist, and so we cannot use the {@link AllExceptIgnoredTestRunnerBuilder}.
         * Therefore, we manually construct the runner ourselves the same way it was done in 4.4.
         *
         * @see <a href="https://github.com/junit-team/junit4/commit/67e3edf20613b1278f4be05353b31b5129e21882">The relevant commit</a>
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/cross_project_publications.adoc

    Let's enhance our previous example which happens to be a Java Library project.
    Java libraries expose a couple of variants to their consumers, `apiElements` and `runtimeElements`. Now, we're adding a 3rd one, `instrumentedJars`.
    
    Therefore, we need to understand what our new variant is used for in order to set the proper attributes on it.
    Let's look at the attributes we find on the `runtimeElements` configuration on the producer:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 18K bytes
    - Viewed (0)
  8. LICENSE

    work, in isolation, is not a derivative work of the Library, and
    therefore falls outside the scope of this License.
    
      However, linking a "work that uses the Library" with the Library
    creates an executable that is a derivative of the Library (because it
    contains portions of the Library), rather than a "work that uses the
    library".  The executable is therefore covered by this License.
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Jan 18 20:25:38 UTC 2016
    - 25.8K bytes
    - Viewed (0)
  9. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/undeclared/SystemPropertyInstrumentationInStaticGroovyIntegrationTest.groovy

            def configurationCache = newConfigurationCacheFixture()
    
            given:
            // Why the separate plugin? The Project.getProperties() is available in the build.gradle as getProperties().
            // Therefore, it is impossible to call System.getProperties() with static import there, and testing static
            // import is important because Groovy generates different code in this case.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

    // second version otherwise.  Since Secret is a secret and incomplete
    // type, the only expression a user can write that has type Secret* is
    // a null pointer literal.  Therefore, we know that x is a null
    // pointer literal if and only if the first version is picked by the
    // compiler.
    char IsNullLiteralHelper(Secret* p);
    char (&IsNullLiteralHelper(...))[2];  // NOLINT
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 43.1K bytes
    - Viewed (0)
Back to top