Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for yearRange (0.11 sec)

  1. platforms/core-configuration/file-collections/src/integTest/groovy/org/gradle/api/file/FileCollectionIntegrationTest.groovy

            run("merge")
    
            then:
            outputContains("result = [a.txt, b.txt]")
        }
    
        @Issue("https://github.com/gradle/gradle/issues/13745")
        def "can compose and filter a file collection to rearrange its elements"() {
            taskTypeLogsInputFileCollectionContent()
            buildFile """
                class LegacyTask extends ShowFilesTask {
                    void setInFiles(def c) {
                        inFiles.from = c
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 12:54:09 UTC 2024
    - 21K bytes
    - Viewed (0)
  2. src/os/exec/exec.go

    	skipped   int64
    
    	// TODO(bradfitz): we could keep one large []byte and use part of it for
    	// the prefix, reserve space for the '... Omitting N bytes ...' message,
    	// then the ring buffer suffix, and just rearrange the ring buffer
    	// suffix when Bytes() is called, but it doesn't seem worth it for
    	// now just for error messages. It's only ~64KB anyway.
    }
    
    func (w *prefixSuffixSaver) Write(p []byte) (n int, err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 41.4K bytes
    - Viewed (0)
Back to top