- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for adjust (0.06 sec)
-
FessEnv.java
L116: L117: /** L118: * Get the value for the key 'time.adjust.time.millis'. <br> L119: * The value is, e.g. 0 <br> L120: * comment: <br> L121: * one day: 86400000, three days: 259200000, five days: 432000000, one week: 604800000, one year: 31556926000<br> L122: * special script :: absolute mode: $(2014/07/10), relative mode: addDay(3).addMonth(4)<br> L123: * The milliseconds for (relative or absolute) adjust time (set only when test) @LongType *dynamic in development L124:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.9K bytes -
FessActionAdjustmentProvider.java
org.lastaflute.web.path.FormMappingOption; L23: L24:/** L25: * @author jflute L26: */ L27:public class FessActionAdjustmentProvider implements ActionAdjustmentProvider { L28: L29: // _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ L30: // you can adjust your actions by overriding L31: // default methods defined at the interface L32: // _/_/_/_/_/_/_/_/_/_/ L33: L34: @Override L35: public FormMappingOption adjustFormMapping() { L36: return new FormMappingOption() L37: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2K bytes