Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for ModifiedTime (0.16 sec)

  1. src/internal/syscall/unix/at_wasip1.go

    package unix
    
    const (
    	// UTIME_OMIT is the sentinel value to indicate that a time value should not
    	// be changed. It is useful for example to indicate for example with UtimesNano
    	// to avoid changing AccessTime or ModifiedTime.
    	// Its value must match syscall/fs_wasip1.go
    	UTIME_OMIT = -0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 11 18:19:17 UTC 2023
    - 458 bytes
    - Viewed (0)
  2. src/internal/syscall/unix/at_js.go

    package unix
    
    const (
    	// UTIME_OMIT is the sentinel value to indicate that a time value should not
    	// be changed. It is useful for example to indicate for example with UtimesNano
    	// to avoid changing AccessTime or ModifiedTime.
    	// Its value must match syscall/fs_js.go
    	UTIME_OMIT = -0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 11 18:19:17 UTC 2023
    - 454 bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"FileHeader.Extra", Field, 0},
    		{"FileHeader.Flags", Field, 0},
    		{"FileHeader.Method", Field, 0},
    		{"FileHeader.Modified", Field, 10},
    		{"FileHeader.ModifiedDate", Field, 0},
    		{"FileHeader.ModifiedTime", Field, 0},
    		{"FileHeader.Name", Field, 0},
    		{"FileHeader.NonUTF8", Field, 10},
    		{"FileHeader.ReaderVersion", Field, 0},
    		{"FileHeader.UncompressedSize", Field, 0},
    		{"FileHeader.UncompressedSize64", Field, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg archive/zip, type FileHeader struct, CompressedSize //deprecated
    pkg archive/zip, type FileHeader struct, ModifiedDate //deprecated
    pkg archive/zip, type FileHeader struct, ModifiedTime //deprecated
    pkg archive/zip, type FileHeader struct, UncompressedSize //deprecated
    pkg compress/flate, type ReadError //deprecated
    pkg compress/flate, type WriteError //deprecated
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg archive/zip, type FileHeader struct, Flags uint16
    pkg archive/zip, type FileHeader struct, Method uint16
    pkg archive/zip, type FileHeader struct, ModifiedDate uint16
    pkg archive/zip, type FileHeader struct, ModifiedTime uint16
    pkg archive/zip, type FileHeader struct, Name string
    pkg archive/zip, type FileHeader struct, ReaderVersion uint16
    pkg archive/zip, type FileHeader struct, UncompressedSize uint32
    pkg archive/zip, type ReadCloser struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top