Searched refs:DATE_FORMAT (Results 1 - 25 of 57) sorted by relevance

123

/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatter.java31 private static final String DATE_FORMAT = "MM-dd-yy hh:mmaa"; field in class:WindowsDirectoryListingFormatter
41 DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT);
H A DUnixDirectoryListingFormatter.java34 private static final String DATE_FORMAT = "MMM dd yyyy"; field in class:UnixDirectoryListingFormatter
51 DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT);
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatter.java31 private static final String DATE_FORMAT = "MM-dd-yy hh:mmaa"; field in class:WindowsDirectoryListingFormatter
41 DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT);
H A DUnixDirectoryListingFormatter.java34 private static final String DATE_FORMAT = "MMM dd yyyy"; field in class:UnixDirectoryListingFormatter
51 DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT);
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatter.java31 private static final String DATE_FORMAT = "MM-dd-yy hh:mmaa"; field in class:WindowsDirectoryListingFormatter
41 DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT);
H A DUnixDirectoryListingFormatter.java34 private static final String DATE_FORMAT = "MMM dd yyyy"; field in class:UnixDirectoryListingFormatter
51 DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT);
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatter.java31 private static final String DATE_FORMAT = "MM-dd-yy hh:mmaa"; field in class:WindowsDirectoryListingFormatter
41 DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT);
H A DUnixDirectoryListingFormatter.java34 private static final String DATE_FORMAT = "MMM dd yyyy"; field in class:UnixDirectoryListingFormatter
51 DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT);
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatter.java31 private static final String DATE_FORMAT = "MM-dd-yy hh:mmaa"; field in class:WindowsDirectoryListingFormatter
41 DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT);
H A DUnixDirectoryListingFormatter.java34 private static final String DATE_FORMAT = "MMM dd yyyy"; field in class:UnixDirectoryListingFormatter
51 DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT);
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatter.java32 private static final String DATE_FORMAT = "MM-dd-yy hh:mmaa"; field in class:WindowsDirectoryListingFormatter
42 DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT, Locale.ENGLISH);
H A DUnixDirectoryListingFormatter.java36 private static final String DATE_FORMAT = "MMM dd yyyy"; field in class:UnixDirectoryListingFormatter
55 DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT, locale);
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatter.java32 private static final String DATE_FORMAT = "MM-dd-yy hh:mmaa"; field in class:WindowsDirectoryListingFormatter
42 DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT, Locale.ENGLISH);
H A DUnixDirectoryListingFormatter.java35 private static final String DATE_FORMAT = "MMM dd yyyy"; field in class:UnixDirectoryListingFormatter
54 DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT, locale);
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatter.java32 private static final String DATE_FORMAT = "MM-dd-yy hh:mmaa"; field in class:WindowsDirectoryListingFormatter
42 DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT, Locale.ENGLISH);
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatter.java32 private static final String DATE_FORMAT = "MM-dd-yy hh:mmaa"; field in class:WindowsDirectoryListingFormatter
42 DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT, Locale.ENGLISH);
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatter.java32 private static final String DATE_FORMAT = "MM-dd-yy hh:mmaa"; field in class:WindowsDirectoryListingFormatter
42 DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT, Locale.ENGLISH);
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatter.java32 private static final String DATE_FORMAT = "MM-dd-yy hh:mmaa"; field in class:WindowsDirectoryListingFormatter
42 DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT, Locale.ENGLISH);
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatter.java32 private static final String DATE_FORMAT = "MM-dd-yy hh:mmaa"; field in class:WindowsDirectoryListingFormatter
42 DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT, Locale.ENGLISH);
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/command/
H A DListCommandHandler.groovy45 static final DATE_FORMAT = "MM/dd/yyyy hh:mm aa"
67 def dateFormat = new SimpleDateFormat(DATE_FORMAT)
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy60 dateFormat = new SimpleDateFormat(WindowsDirectoryListingFormatter.DATE_FORMAT)
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy60 dateFormat = new SimpleDateFormat(WindowsDirectoryListingFormatter.DATE_FORMAT)
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy60 dateFormat = new SimpleDateFormat(WindowsDirectoryListingFormatter.DATE_FORMAT)
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy60 dateFormat = new SimpleDateFormat(WindowsDirectoryListingFormatter.DATE_FORMAT)
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy60 dateFormat = new SimpleDateFormat(WindowsDirectoryListingFormatter.DATE_FORMAT)

Completed in 206 milliseconds

123