Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 2,885 for LATER (0.05 sec)

  1. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/protocol/InternalBuildController.java

    /**
     * <p>DO NOT CHANGE THIS INTERFACE - it is part of the cross-version protocol.
     *
     * <p>Consumer compatibility: This interface is used by all consumer versions from 1.8-rc-1 to 4.3. It is also used by later consumers when the provider does not
     * implement newer interfaces.
     * </p>
     * <p>Provider compatibility: This interface is implemented by all provider versions from 1.8-rc-1.</p>
     *
     * @since 1.8-rc-1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  2. pkg/kube/multicluster/secretcontroller_test.go

    		&v1.ConfigMap{
    			ObjectMeta: metav1.ObjectMeta{Name: "initial"},
    		},
    		&v1.ConfigMap{
    			ObjectMeta: metav1.ObjectMeta{Name: "common"},
    		},
    	)
    	later := kube.NewFakeClient(
    		&v1.ConfigMap{
    			ObjectMeta: metav1.ObjectMeta{Name: "later"},
    		},
    		&v1.ConfigMap{
    			ObjectMeta: metav1.ObjectMeta{Name: "common"},
    		},
    	)
    	nextClient := initial
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 15:07:03 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  3. src/internal/types/testdata/fixedbugs/issue56351.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package p
    
    func _(s []int) {
    	clear /* ERROR "clear requires go1.21 or later" */ (s)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:54:27 UTC 2023
    - 264 bytes
    - Viewed (0)
  4. src/internal/types/testdata/spec/typeAliases1.22.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package aliasTypes
    
    type _ = int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 28 02:54:10 UTC 2024
    - 288 bytes
    - Viewed (0)
  5. src/internal/types/testdata/fixedbugs/issue64704.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package p
    
    func _() {
    	for range 10 /* ERROR "cannot range over 10 (untyped int constant): requires go1.22 or later" */ {
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 13 22:57:57 UTC 2023
    - 304 bytes
    - Viewed (0)
  6. subprojects/core/src/test/groovy/org/gradle/cache/internal/VersionSpecificCacheCleanupActionTest.groovy

            oldCacheDir.assertDoesNotExist()
            gcFile.lastModified() > originalLastModified
        }
    
        def "deletes caches of snapshot versions not used within 7 days if there's a cache for a later release version with same base version"() {
            given:
            def snapshot = createVersionSpecificCacheDir(GradleVersion.version("4.8-20180417000132+0000"), NOT_USED_WITHIN_7_DAYS)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 08 17:27:30 UTC 2022
    - 7.8K bytes
    - Viewed (0)
  7. src/internal/types/testdata/check/go1_16.go

    // license that can be found in the LICENSE file.
    
    // Check Go language version-specific errors.
    
    package p
    
    type Slice []byte
    type Array [8]byte
    
    var s Slice
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:54:25 UTC 2023
    - 345 bytes
    - Viewed (0)
  8. test/fixedbugs/issue49368.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package p
    
    type _ interface {
    	int // ERROR "embedding non-interface type int requires go1\.18 or later \(-lang was set to go1\.17; check go.mod\)"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 19:45:34 UTC 2022
    - 338 bytes
    - Viewed (0)
  9. src/cmd/internal/test2json/testdata/benchshort.test

    # This file ends in an early EOF to trigger the Benchmark prefix test,
    # which only happens when a benchmark prefix is seen ahead of the \n.
    # Normally that's due to the benchmark running and the \n coming later,
    # but to avoid questions of timing, we just use a file with no \n at all.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 09 01:53:38 UTC 2018
    - 318 bytes
    - Viewed (0)
  10. src/internal/types/testdata/check/go1_19.go

    // license that can be found in the LICENSE file.
    
    // Check Go language version-specific errors.
    
    package p
    
    type Slice []byte
    type Array [8]byte
    
    var s Slice
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:54:25 UTC 2023
    - 343 bytes
    - Viewed (0)
Back to top