Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for extractJob (0.42 sec)

  1. platforms/jvm/normalization-java/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
        id("gradlebuild.publish-public-libraries")
    }
    
    description = "API extraction for Java"
    
    errorprone {
        disabledChecks.addAll(
            "EmptyBlockTag", // 2 occurrences
            "NonApiType", // 1 occurrences
            "ProtectedMembersInFinalClass", // 1 occurrences
        )
    }
    
    dependencies {
        api(project(":hashing"))
        api(project(":files"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 824 bytes
    - Viewed (0)
  2. platforms/jvm/testing-jvm/src/main/java/org/gradle/api/internal/tasks/testing/detection/ForkedTestClasspathFactory.java

            return loadFromDistribution(moduleNames, ClassPath::getAsURLs);
        }
    
        private <T> ImmutableList<T> loadFromDistribution(List<TestFrameworkDistributionModule> moduleNames, Function<ClassPath, List<T>> extractor) {
            ImmutableList.Builder<T> outputFiles = ImmutableList.builder();
    
            if (LOGGER.isDebugEnabled() && !moduleNames.isEmpty()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          SmallVector<Value, 4> indices;
          indices.push_back(rewriter.create<arith::ConstantIndexOp>(loc, i));
          auto begin_value =
              rewriter.create<tensor::ExtractOp>(loc, begin_indices, indices);
          auto size_value = rewriter.create<tensor::ExtractOp>(loc, sizes, indices);
          Value minus_one = rewriter.create<arith::IndexCastOp>(
              loc, shape_scalar_type,
              rewriter.create<arith::ConstantIndexOp>(loc, -1));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  4. cluster/gce/windows/k8s-node-setup.psm1

    $PIGZ_TAR_HASH = '5a6f8f5530acc85ea51797f58c1409e5af6b69e55da243ffc608784cf14fec0cd16f74cc61c564d69e1a267750aecfc1e4c53b5219ff5f893b42a7576306f34c'
    
    # Install Pigz (https://github.com/madler/pigz) into Windows for improved image
    # extraction performance.
    function Install-Pigz {
      if ("${env:WINDOWS_ENABLE_PIGZ}" -eq "true") {
        if (-not (Test-Path $PIGZ_ROOT)) {
          Log-Output "Installing Pigz $PIGZ_VERSION"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    * Fix broken link in docs about OAuth 2.0 with scopes. PR [#275](https://github.com/tiangolo/fastapi/pull/275) by [@dmontagu](https://github.com/dmontagu).
    
    * Refactor param extraction using Pydantic `Field`:
        * Large refactor, improvement, and simplification of param extraction from *path operations*.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  6. CREDITS

         likeness depicted in a Work;
     iv. rights protecting against unfair competition in regards to a Work,
         subject to the limitations in paragraph 4(a), below;
      v. rights protecting the extraction, dissemination, use and reuse of data
         in a Work;
     vi. database rights (such as those arising under Directive 96/9/EC of the
         European Parliament and of the Council of 11 March 1996 on the legal
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
Back to top