Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for stage1 (0.17 sec)

  1. testing/soak/src/integTest/kotlin/org/gradle/kotlin/dsl/caching/ScriptCachingIntegrationTest.kt

                    compilationTrace(projectRoot) {
                        assertScriptCompile(settingsFile.stage1)
                        assertNoScriptCompile(settingsFile.stage2)
                        assertNoScriptCompile(rootBuildFile.stage1)
                        assertScriptCompile(rootBuildFile.stage2)
                    }
                    // then: single compilation and classloading
                    compilationCache {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:33:23 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  2. staging/README.md

    This directory is the staging area for packages that have been split to their
    own repository. The content here will be periodically published to respective
    top-level k8s.io repositories.
    
    Repositories currently staged here:
    
    - [`k8s.io/api`](https://github.com/kubernetes/api)
    - [`k8s.io/apiextensions-apiserver`](https://github.com/kubernetes/apiextensions-apiserver)
    - [`k8s.io/apimachinery`](https://github.com/kubernetes/apimachinery)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 11:23:09 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/provider/KotlinScriptEvaluator.kt

                        val name = "Compile script ${scriptPath.substringAfterLast(File.separator)} ($stage)"
                        return BuildOperationDescriptor.displayName(name).name(name).details(object : Details {
                            override fun getStage(): String = stage
                            override fun getLanguage(): String = "KOTLIN"
                        })
                    }
                })
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 10:23:24 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/oldresult/DefaultResolvedConfigurationBuilder.java

        public void addFirstLevelDependency(Dependency moduleDependency, DependencyGraphNode dependency) {
            builder.firstLevelDependency(dependency.getNodeId());
            //we don't serialise the module dependencies at this stage so we need to keep track
            //of the mapping module dependency <-> resolved dependency
            modulesMap.put(dependency.getNodeId(), moduleDependency);
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  5. api/openapi-spec/swagger.json

        "io.k8s.api.networking.v1alpha1.ServiceCIDRStatus": {
          "description": "ServiceCIDRStatus describes the current state of the ServiceCIDR.",
          "properties": {
            "conditions": {
              "description": "conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state",
              "items": {
                "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/InstrumentedInputAccessListener.kt

        "java.compiler",
        "file.separator",
        "path.separator",
        "line.separator",
        "user.name",
        "user.home",
        "java.runtime.version"
        // Not java.io.tmpdir and user.dir at this stage
    )
    
    
    @ServiceScope(Scope.BuildTree::class)
    internal
    class InstrumentedInputAccessListener(
        listenerManager: ListenerManager,
        configurationCacheProblemsListener: ConfigurationCacheProblemsListener,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  7. cmd/batch-job-common-types.go

    //   snowball:
    //     disable: false # optionally turn-off snowball archive transfer
    //     batch: 100 # upto this many objects per archive
    //     inmemory: true # indicates if the archive must be staged locally or in-memory
    //     compress: true # S2/Snappy compressed archive
    //     smallerThan: 5MiB # create archive for all objects smaller than 5MiB
    //     skipErrs: false # skips any source side read() errors
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  8. pkg/printers/internalversion/printers_test.go

    				Status: api.PodStatus{
    					Phase: "podPhase",
    					ContainerStatuses: []api.ContainerStatus{
    						{Ready: true, RestartCount: 3, State: api.ContainerState{Running: &api.ContainerStateRunning{}}},
    						{State: api.ContainerState{Waiting: &api.ContainerStateWaiting{Reason: "ContainerWaitingReason"}}, RestartCount: 3},
    					},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  9. src/net/http/transport.go

    	// This is a queue, not a deque.
    	// It is split into two stages - head[headPos:] and tail.
    	// popFront is trivial (headPos++) on the first stage, and
    	// pushBack is trivial (append) on the second stage.
    	// If the first stage is empty, popFront can swap the
    	// first and second stages to remedy the situation.
    	//
    	// This two-stage split is analogous to the use of two lists
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
  10. build/dependencies.yaml

          match: 'default-go-version\: \d+.\d+(alpha|beta|rc)?\.?(\d+)?'
        - path: test/images/Makefile
          match: GOLANG_VERSION=\d+.\d+(alpha|beta|rc)?\.?\d+
    
      # Golang pre-releases are denoted as `1.y<pre-release stage>`
      # Example: go1.16rc1
      #
      # This entry is a stub of the major version to allow dependency checks to
      # pass when building Kubernetes using a pre-release of Golang.
      - name: "golang: 1.<major>"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top