Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 372 for atime (0.02 seconds)

  1. src/archive/tar/strconv_test.go

    		{"-", time.Time{}, false},
    		{"+", time.Time{}, false},
    		{"-1.-1", time.Time{}, false},
    		{"99999999999999999999999999999999999999999999999", time.Time{}, false},
    		{"0.123456789abcdef", time.Time{}, false},
    		{"foo", time.Time{}, false},
    		{"\x00", time.Time{}, false},
    		{"đŸĩđŸ´đŸŗđŸ˛đŸą.đŸ°đŸ¯đŸŽđŸ­đŸŦ", time.Time{}, false}, // Unicode numbers (U+1D7EC to U+1D7F5)
    		{"98765īš’43210", time.Time{}, false}, // Unicode period (U+FE52)
    	}
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Sep 11 17:52:43 GMT 2025
    - 15K bytes
    - Click Count (0)
  2. cmd/metacache-entries.go

    	}
    
    	// check both fileInfo's have same number of versions, if not skip
    	// the `other` entry.
    	if len(eVers.versions) != len(oVers.versions) {
    		eTime := eVers.latestModtime()
    		oTime := oVers.latestModtime()
    		if !eTime.Equal(oTime) {
    			if eTime.After(oTime) {
    				return e, false
    			}
    			return other, false
    		}
    		// Tiebreak on version count.
    		if len(eVers.versions) > len(oVers.versions) {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Thu Aug 08 15:29:58 GMT 2024
    - 24.1K bytes
    - Click Count (0)
  3. src/archive/zip/testdata/time-22738.zip

    Russ Cox <******@****.***> 1511973652 -0500
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Fri Dec 01 00:22:21 GMT 2017
    - 140 bytes
    - Click Count (0)
  4. src/archive/zip/testdata/time-winrar.zip

    Joe Tsai <******@****.***> 1503947278 -0700
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Mon Nov 06 19:50:28 GMT 2017
    - 150 bytes
    - Click Count (0)
  5. src/archive/zip/testdata/time-7zip.zip

    Joe Tsai <******@****.***> 1503947278 -0700
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Mon Nov 06 19:50:28 GMT 2017
    - 150 bytes
    - Click Count (0)
  6. src/archive/zip/testdata/time-infozip.zip

    Joe Tsai <******@****.***> 1503947278 -0700
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Mon Nov 06 19:50:28 GMT 2017
    - 166 bytes
    - Click Count (0)
  7. src/archive/zip/testdata/time-osx.zip

    Joe Tsai <******@****.***> 1503947278 -0700
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Mon Nov 06 19:50:28 GMT 2017
    - 142 bytes
    - Click Count (0)
  8. src/archive/zip/testdata/time-go.zip

    Joe Tsai <******@****.***> 1503947278 -0700
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Mon Nov 06 19:50:28 GMT 2017
    - 148 bytes
    - Click Count (0)
  9. src/archive/zip/testdata/time-win7.zip

    Joe Tsai <******@****.***> 1503947278 -0700
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Mon Nov 06 19:50:28 GMT 2017
    - 114 bytes
    - Click Count (0)
  10. src/archive/zip/testdata/time-winzip.zip

    Joe Tsai <******@****.***> 1503947278 -0700
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Mon Nov 06 19:50:28 GMT 2017
    - 150 bytes
    - Click Count (0)
Back to Top