- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for DateFormat (0.05 seconds)
-
src/main/java/org/codelibs/fess/crawler/transformer/AbstractFessFileTransformer.java
final String dateFormat; if (StringUtil.isNotBlank(mapping.getValue3())) { dateFormat = mapping.getValue3(); } else if (Constants.MAPPING_TYPE_PDF_DATE.equalsIgnoreCase(mapping.getValue2())) { dateFormat = Constants.MAPPING_TYPE_PDF_DATE;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 25.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
if (crawlingInfoHelper != null) { final SimpleDateFormat dateFormat = new SimpleDateFormat(CoreLibConstants.DATE_FORMAT_ISO_8601_EXTEND); crawlingInfoHelper.putToInfoMap(key, dateFormat.format(new Date())); } } /** * Waits for a crawler thread to complete execution.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 32.4K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt
val servedDate = Date(System.currentTimeMillis() + TimeUnit.HOURS.toMillis(-2)) val dateFormat: DateFormat = SimpleDateFormat("EEE dd-MMM-yyyy HH:mm:ss z", Locale.US) dateFormat.timeZone = TimeZone.getTimeZone("America/New_York") val lastModifiedString = dateFormat.format(lastModifiedDate) val servedString = dateFormat.format(servedDate) // This response should be conditionally cached. server.enqueue(
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Mar 20 09:13:37 GMT 2026 - 121K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} return params.get(name); } default void addCrawlerMetadataNameMapping(final String name, final String fieldName, final String mappingType, final String dateFormat) { if (getCrawlerMetadataNameMapping(name) != null) { return; } @SuppressWarnings("unchecked") final Map<String, Tuple3<String, String, String>> params =Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 92.3K bytes - Click Count (0)