Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 2,678 for newer (0.15 sec)

  1. platforms/jvm/testing-jvm-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/junit/JUnitTestClassExecutor.java

                // In some cases, we may end up in a situation where we have multiple versions of JUnit
                // on the classpath. Even if we can successfully load Category from the newer version, we
                // need to verify the older has at least Description#getTestClass.
                Class<?> desc = applicationClassLoader.loadClass("org.junit.runner.Description");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  2. docs/batch-jobs/README.md

    	#   sessionToken: SESSION-TOKEN # Available when rotating credentials are used
    
      # optional flags based filtering criteria
      # for all source objects
      flags:
    	filter:
    	  newerThan: "7d" # match objects newer than this value (e.g. 7d10h31s)
    	  olderThan: "7d" # match objects older than this value (e.g. 7d10h31s)
    	  createdAfter: "date" # match objects created after "date"
    	  createdBefore: "date" # match objects created before "date"
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 06 06:00:43 UTC 2022
    - 4.8K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/plugins/dsl/KotlinDslPluginGradlePluginCrossVersionSmokeTest.kt

            @JvmStatic
            fun testedKotlinVersions() = KotlinGradlePluginVersions().latestsStableOrRC
        }
    
        @Test
        @Requires(
            IntegTestPreconditions.NotEmbeddedExecutor::class,
            reason = "newer Kotlin version always leaks on the classpath when running embedded"
        )
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 09:39:25 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  4. plugin/pkg/admission/storage/storageclass/setdefault/admission_test.go

    			claimWithNoClass,
    			false,
    			defaultClass1.Name,
    		},
    		{
    			"two defaults, choose the one with newer creation time",
    			[]*storagev1.StorageClass{classWithCreateTime1, classWithCreateTime2, classWithFalseDefault, classWithNoDefault, classWithEmptyDefault},
    			claimWithNoClass,
    			false,
    			classWithCreateTime1.Name,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 19 04:00:48 UTC 2022
    - 7.6K bytes
    - Viewed (0)
  5. pkg/volume/util/operationexecutor/node_expander.go

    	if ne.pvcStatusCap.Cmp(ne.pluginResizeOpts.NewSize) >= 0 && ne.resizeStatus == "" {
    		ne.pvcAlreadyUpdated = true
    		return true
    	}
    
    	// recovery features will only work for newer version of resize controller
    	if ne.resizeStatus == "" {
    		return false
    	}
    
    	resizeStatusVal := ne.resizeStatus
    
    	// if resizestatus is nil or NodeExpansionInProgress or NodeExpansionPending then we
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 17 19:30:35 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  6. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/internal/CheckstyleInvoker.groovy

        }
    
        private static void assertUnsupportedReportFormatSARIF(VersionNumber version) {
            throw new GradleException("SARIF report format is supported on Checkstyle versions 10.3.3 and newer. Please upgrade from Checkstyle " + version +" or disable the SARIF format.")
        }
    
        private static parseCheckstyleXml(Boolean isXmlRequired, File xmlOutputLocation) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 16 22:34:07 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  7. pilot/pkg/model/xds_cache.go

    	// Run starts a background thread to flush evicted indexes periodically.
    	Run(stop <-chan struct{})
    	// Add adds the given XdsCacheEntry with the value for the given pushContext to the cache.
    	// If the cache has been updated to a newer push context, the write will be dropped silently.
    	// This ensures stale data does not overwrite fresh data when dealing with concurrent
    	// writers.
    	Add(entry XdsCacheEntry, pushRequest *PushRequest, value *discovery.Resource)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 02 07:02:05 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  8. src/cmd/go/internal/modcmd/tidy.go

    	base.AddModCommonFlags(&cmdTidy.Flag)
    }
    
    // A goVersionFlag is a flag.Value representing a supported Go version.
    //
    // (Note that the -go argument to 'go mod edit' is *not* a goVersionFlag.
    // It intentionally allows newer-than-supported versions as arguments.)
    type goVersionFlag struct {
    	v string
    }
    
    func (f *goVersionFlag) String() string { return f.v }
    func (f *goVersionFlag) Get() any       { return f.v }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 5K bytes
    - Viewed (0)
  9. src/internal/cpu/cpu_x86.go

    	X86.HasSSE42 = isSet(ecx1, cpuid_SSE42)
    	X86.HasPOPCNT = isSet(ecx1, cpuid_POPCNT)
    	X86.HasAES = isSet(ecx1, cpuid_AES)
    
    	// OSXSAVE can be false when using older Operating Systems
    	// or when explicitly disabled on newer Operating Systems by
    	// e.g. setting the xsavedisable boot option on Windows 10.
    	X86.HasOSXSAVE = isSet(ecx1, cpuid_OSXSAVE)
    
    	// The FMA instruction set extension only has VEX prefixed instructions.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 13:40:20 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/directive/directive.go

    			check.pass.Reportf(pos, "invalid space %#q in %s directive", r, verb)
    		}
    	}
    
    	switch verb {
    	default:
    		// TODO: Use the go language version for the file.
    		// If that version is not newer than us, then we can
    		// report unknown directives.
    
    	case "//go:build":
    		// Ignore. The buildtag analyzer reports misplaced comments.
    
    	case "//go:debug":
    		if check.file == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 5.4K bytes
    - Viewed (0)
Back to top