- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getTimeAdjustTimeMillisAsLong (0.12 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessTimeResourceProvider.java
@Override protected String getTimeAdjustTimeMillis() { return fessConfig.getTimeAdjustTimeMillis(); } @Override protected Long getTimeAdjustTimeMillisAsLong() { return fessConfig.getTimeAdjustTimeMillisAsLong(); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java
* @return The value of found property. (NotNull: if not found, exception but basically no way) * @throws NumberFormatException When the property is not long. */ Long getTimeAdjustTimeMillisAsLong(); /** * Get the value for the key 'mail.send.mock'. <br> * The value is, e.g. true <br> * comment: Does it send mock mail? (true: no send actually, logging only)Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 07:01:25 UTC 2025 - 9.9K bytes - Viewed (0)