Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 111 for projectD (0.09 sec)

  1. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache_concepts.adoc

    ====
    include::sample[dir="snippets/buildCache/normalization/kotlin",files="build.gradle.kts[tags=normalization]"]
    include::sample[dir="snippets/buildCache/normalization/groovy",files="build.gradle[tags=normalization]"]
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/DestroyerTaskCommandLineOrderIntegrationTest.groovy

                args '--parallel', '--max-workers=2'
                succeeds(cleanFoo.path, exec.path)
            }
        }
    
        def "destroyers and producers in different projects can run concurrently when they have no dependencies"() {
            def foo = subproject(':foo')
            def bar = subproject(':bar')
    
            def cleanFoo = foo.task('cleanFoo').destroys('build/foo').shouldBlock()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 23 14:13:02 UTC 2022
    - 21.1K bytes
    - Viewed (0)
  3. testing/integ-test/src/integTest/groovy/org/gradle/integtests/TaskExecutionIntegrationTest.groovy

            buildFile << """
                gradle.taskGraph.whenReady { assert !project.hasProperty('graphReady'); ext.graphReady = true }
                task a {
                    doLast { task ->
                        project.ext.executedA = task
                    }
                }
                task b {
                    doLast {
                        assert a == project.executedA
                        assert gradle.taskGraph.hasTask(':a')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  4. docs/en/docs/help-fastapi.md

    You can:
    
    * <a href="https://github.com/tiangolo" class="external-link" target="_blank">Follow me on **GitHub**</a>.
        * See other Open Source projects I have created that could help you.
        * Follow me to see when I create a new Open Source project.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/reference/command_line_interface.adoc

    ----
    
    [[sec:command_line_project_reporting]]
    == Project reporting
    
    Gradle provides several built-in tasks which show particular details of your build.
    This can be useful for understanding your build's structure and dependencies, as well as debugging problems.
    
    === Listing projects
    Running the `projects` task gives you a list of the subprojects of the selected project, displayed in a hierarchy:
    
    ----
    $ gradle projects
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  6. manifests/addons/dashboards/istio-mesh-dashboard.json

    "content": "<div>\n  <div style=\"position: absolute; bottom: 0\">\n    <a href=\"https://istio.io\" target=\"_blank\" style=\"font-size: 30px; text-decoration: none; color: inherit\"><img src=\"https://raw.githubusercontent.com/cncf/artwork/master/projects/istio/icon/color/istio-icon-color.svg\" style=\"height: 50px\"> Istio</a>\n  </div>\n  <div style=\"position: absolute; bottom: 0; right: 0; font-size: 15px\">\n    Istio is an <a href=\"https://github.com/istio/istio\" target=\"_blank\">open platform</a>...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 02:28:01 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/api/artifacts/dsl/DependencyHandler.java

     * }
     * </pre>
     *
     * <h3>Project dependencies</h3>
     *
     * <p>To add a project dependency, you use the following notation:
     * <p><code><i>configurationName</i> project(':some-project')</code>
     *
     * <p>The notation <code>project(':project-a')</code> is similar to the syntax you use
     * when configuring a projectA in a multi-module gradle project.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 12 19:16:36 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  8. cluster/log-dump/log-dump.sh

          gcloud compute instances get-serial-port-output --project "${PROJECT}" --zone "${ZONE}" --port 1 "${node}" > "${dir}/serial-1.log" || true
          source_file_args=()
          for single_file in "${files[@]}"; do
            source_file_args+=( "${node}:${single_file}" )
          done
          gcloud compute scp --recurse --project "${PROJECT}" --zone "${ZONE}" "${source_file_args[@]}" "${dir}" > /dev/null || true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 21:15:57 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modload/import.go

    	// Iterating over selected modules would make the overall loading time
    	// O(M × P) for M modules providing P imported packages, whereas iterating
    	// over path prefixes is only O(P × k) with maximum path depth k. For
    	// large projects both M and P may be very large (note that M ≤ P), but k
    	// will tend to remain smallish (if for no other reason than filesystem
    	// path limitations).
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 15:21:14 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  10. pkg/kubelet/cm/cpumanager/policy_test.go

    			15: {CoreID: 7, SocketID: 2, NUMANodeID: 2},
    			16: {CoreID: 8, SocketID: 2, NUMANodeID: 2},
    			17: {CoreID: 8, SocketID: 2, NUMANodeID: 2},
    		},
    	}
    
    	/*
    		Topology from https://www.open-mpi.org/projects/hwloc/lstopo/images/KNL.SNC4.H50.v1.11.png.
    		Socket0:
    		0-2,9-10,13-14,21-22,25-26,33-34,38-39,46-47,50,57-58,71-72,79-80,87-88,95-96,103-104,109-110,117-118,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 24 20:49:58 UTC 2021
    - 40.6K bytes
    - Viewed (0)
Back to top