Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 503 for plan (0.07 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDebugLogIntegrationTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.cc.impl
    
    import org.gradle.api.DefaultTask
    import org.gradle.execution.plan.LocalTaskNode
    import org.gradle.initialization.StartParameterBuildOptions.ConfigurationCacheDebugOption
    
    import static org.gradle.internal.cc.impl.fingerprint.ConfigurationCacheFingerprint.GradleEnvironment
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  2. subprojects/core/src/test/groovy/org/gradle/execution/plan/DefaultPlanExecutorTest.groovy

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.execution.plan
    
    import org.gradle.api.Action
    import org.gradle.api.Project
    import org.gradle.api.internal.TaskInternal
    import org.gradle.api.internal.tasks.TaskStateInternal
    import org.gradle.api.invocation.Gradle
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 16:29:26 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  3. platforms/ide/tooling-api-builders/src/main/java/org/gradle/tooling/internal/provider/runner/TransformOperationMapper.java

    import org.gradle.api.internal.artifacts.transform.ExecutePlannedTransformStepBuildOperationDetails;
    import org.gradle.api.internal.artifacts.transform.TransformStepNode;
    import org.gradle.execution.plan.Node;
    import org.gradle.internal.build.event.BuildEventSubscriptions;
    import org.gradle.internal.build.event.types.DefaultOperationFinishedProgressEvent;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 15 16:16:16 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  4. subprojects/core/src/testFixtures/groovy/org/gradle/test/fixtures/AbstractProjectBuilderSpec.groovy

    import org.gradle.api.internal.tasks.execution.DefaultTaskExecutionContext
    import org.gradle.api.internal.tasks.properties.DefaultTaskProperties
    import org.gradle.execution.ProjectExecutionServices
    import org.gradle.execution.plan.LocalTaskNode
    import org.gradle.internal.execution.BuildOutputCleanupRegistry
    import org.gradle.internal.execution.WorkValidationContext
    import org.gradle.internal.execution.impl.DefaultWorkValidationContext
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 10:13:50 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  5. docs/fr/docs/advanced/response-directly.md

    Par défaut, **FastAPI** convertirait automatiquement cette valeur de retour en JSON en utilisant le `jsonable_encoder` expliqué dans [JSON Compatible Encoder](../tutorial/encoder.md){.internal-link target=_blank}.
    
    Ensuite, en arrière-plan, il mettra ces données JSON-compatible (par exemple un `dict`) à l'intérieur d'un `JSONResponse` qui sera utilisé pour envoyer la réponse au client.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  6. platforms/ide/tooling-api-builders/src/test/groovy/org/gradle/tooling/internal/provider/runner/TestExecutionResultEvaluatorTest.groovy

    import org.gradle.api.internal.tasks.testing.operations.ExecuteTestBuildOperationType
    import org.gradle.api.tasks.testing.TestExecutionException
    import org.gradle.api.tasks.testing.TestResult
    import org.gradle.execution.plan.LocalTaskNode
    import org.gradle.internal.build.event.types.DefaultTestDescriptor
    import org.gradle.internal.operations.BuildOperationAncestryTracker
    import org.gradle.internal.operations.BuildOperationDescriptor
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/execution/plan/SingleFileTreeElementMatcher.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.execution.plan;
    
    import org.gradle.api.file.FileTreeElement;
    import org.gradle.api.file.FilePermissions;
    import org.gradle.api.file.RelativePath;
    import org.gradle.api.internal.file.DefaultFilePermissions;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 15:25:10 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/core-plugins/project_report_plugin.adoc

    We plan to add much more to the existing reports and create additional ones in future releases of Gradle.
    
    
    [[sec:project_reports_usage]]
    == Usage
    
    To use the Project report plugin, include the following in your build script:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/stablehlo/transforms/transforms.cc

          mhlo::createLegalizeTorchIndexSelectToGatherPass());
    
      pm.addPass(mlir::createCanonicalizerPass());
    }
    
    void AddStablehloOptimizationPasses(OpPassManager& pm) {
      // The current plan of record is to avoid doing optimization passes
      // on StableHLO, treating StableHLO purely as an input format, and do all
      // optimizations via MHLO passes that can be shared with the OpenXLA compiler.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 04:34:23 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  10. src/go/build/doc.go

    // variable, interpreted as a path list appropriate to the operating system
    // (on Unix, the variable is a colon-separated string;
    // on Windows, a semicolon-separated string;
    // on Plan 9, a list).
    //
    // Each directory listed in the Go path must have a prescribed structure:
    //
    // The src/ directory holds source code. The path below 'src' determines
    // the import path or executable name.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 3.7K bytes
    - Viewed (0)
Back to top