- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for WEEK (0.06 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java
/** * Get the value for the key 'time.adjust.time.millis'. <br> * The value is, e.g. 0 <br> * comment: <br> * one day: 86400000, three days: 259200000, five days: 432000000, one week: 604800000, one year: 31556926000<br> * special script :: absolute mode: $(2014/07/10), relative mode: addDay(3).addMonth(4)<br>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java
* Checks if this rule applies to the given time and day. * * @param hours the hour of the day (0-23) * @param minutes the minute of the hour (0-59) * @param day the day of the week (1=Sunday, 7=Saturday) * @return true if this rule applies, false otherwise */ public boolean isTarget(final int hours, final int minutes, final int day) { if (!reverse) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.9K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.search_result_cache=Cache labels.search_result_similar=Similar Results ({0}) labels.facet_label_title=Label labels.facet_timestamp_title=Time labels.facet_timestamp_1day=Within 24 hours labels.facet_timestamp_1week=Within a week labels.facet_timestamp_1month=Within a month labels.facet_timestamp_1year=Within a year labels.facet_timestamp_3month=Within 3 months labels.facet_timestamp_6month=Within 6 months
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.search_result_cache=Cache labels.search_result_similar=Similar Results ({0}) labels.facet_label_title=Label labels.facet_timestamp_title=Time labels.facet_timestamp_1day=Within 24 hours labels.facet_timestamp_1week=Within a week labels.facet_timestamp_1month=Within a month labels.facet_timestamp_1year=Within a year labels.facet_timestamp_3month=Within 3 months labels.facet_timestamp_6month=Within 6 months
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.search_result_similar=Vergelijkbare resultaten ({0}) labels.facet_label_title=Label labels.facet_timestamp_title=Periode labels.facet_timestamp_1day=Afgelopen 24 uur labels.facet_timestamp_1week=Afgelopen week labels.facet_timestamp_1month=Afgelopen maand labels.facet_timestamp_1year=Afgelopen jaar labels.facet_timestamp_3month=Afgelopen 3 maanden labels.facet_timestamp_6month=Afgelopen 6 maanden
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Within 24 hours */ public static final String LABELS_facet_timestamp_1day = "{labels.facet_timestamp_1day}"; /** The key of the message: Within a week */ public static final String LABELS_facet_timestamp_1week = "{labels.facet_timestamp_1week}"; /** The key of the message: Within a month */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0)