Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for ModTime (0.21 sec)

  1. api/next/50102.txt

    pkg archive/tar, type FileInfoNames interface { Gname, IsDir, ModTime, Mode, Name, Size, Sys, Uname } #50102
    pkg archive/tar, type FileInfoNames interface, Gname() (string, error) #50102
    pkg archive/tar, type FileInfoNames interface, IsDir() bool #50102
    pkg archive/tar, type FileInfoNames interface, ModTime() time.Time #50102
    pkg archive/tar, type FileInfoNames interface, Mode() fs.FileMode #50102
    pkg archive/tar, type FileInfoNames interface, Name() string #50102
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 686 bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg io/fs, type File interface, Read([]uint8) (int, error)
    pkg io/fs, type File interface, Stat() (FileInfo, error)
    pkg io/fs, type FileInfo interface { IsDir, ModTime, Mode, Name, Size, Sys }
    pkg io/fs, type FileInfo interface, IsDir() bool
    pkg io/fs, type FileInfo interface, ModTime() time.Time
    pkg io/fs, type FileInfo interface, Mode() FileMode
    pkg io/fs, type FileInfo interface, Name() string
    pkg io/fs, type FileInfo interface, Size() int64
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg archive/zip, method (*File) ModTime() time.Time
    pkg archive/zip, method (*File) Mode() os.FileMode
    pkg archive/zip, method (*File) Open() (io.ReadCloser, error)
    pkg archive/zip, method (*File) SetModTime(time.Time)
    pkg archive/zip, method (*File) SetMode(os.FileMode)
    pkg archive/zip, method (*FileHeader) FileInfo() os.FileInfo
    pkg archive/zip, method (*FileHeader) ModTime() time.Time
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  4. api/except.txt

    pkg os, method (FileMode) IsRegular() bool
    pkg os, method (FileMode) Perm() FileMode
    pkg os, method (FileMode) String() string
    pkg os, type FileInfo interface { IsDir, ModTime, Mode, Name, Size, Sys }
    pkg os, type FileInfo interface, IsDir() bool
    pkg os, type FileInfo interface, ModTime() time.Time
    pkg os, type FileInfo interface, Mode() FileMode
    pkg os, type FileInfo interface, Name() string
    pkg os, type FileInfo interface, Size() int64
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 25 00:13:30 GMT 2023
    - 34.6K bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg syscall (linux-arm-cgo), type Ustat_t struct, Tinode uint32
    pkg syscall (linux-arm-cgo), type Utimbuf struct
    pkg syscall (linux-arm-cgo), type Utimbuf struct, Actime int32
    pkg syscall (linux-arm-cgo), type Utimbuf struct, Modtime int32
    pkg syscall (linux-arm-cgo), type Utsname struct
    pkg syscall (linux-arm-cgo), type Utsname struct, Domainname [65]uint8
    pkg syscall (linux-arm-cgo), type Utsname struct, Machine [65]uint8
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top