Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LastAccessTime (0.29 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    }
    
    func copyFindData(dst *Win32finddata, src *win32finddata1) {
    	dst.FileAttributes = src.FileAttributes
    	dst.CreationTime = src.CreationTime
    	dst.LastAccessTime = src.LastAccessTime
    	dst.LastWriteTime = src.LastWriteTime
    	dst.FileSizeHigh = src.FileSizeHigh
    	dst.FileSizeLow = src.FileSizeLow
    	dst.Reserved0 = src.Reserved0
    	dst.Reserved1 = src.Reserved1
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_IGNORE_FAILURE_TYPE = "{labels.ignoreFailureType}";
    
        /** The key of the message: Last Accessed */
        public static final String LABELS_LAST_ACCESS_TIME = "{labels.lastAccessTime}";
    
        /** The key of the message: Notification To */
        public static final String LABELS_NOTIFICATION_TO = "{labels.notificationTo}";
    
        /** The key of the message: Num */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
Back to top