- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setIgnoreFailureType (0.13 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
fessConfig.setVirtualHostValue(form.virtualHostValue); fessConfig.setAppendQueryParameter(isCheckboxEnabled(form.appendQueryParameter)); fessConfig.setIgnoreFailureType(form.ignoreFailureType); fessConfig.setFailureCountThreshold(form.failureCountThreshold); fessConfig.setWebApiPopularWord(isCheckboxEnabled(form.popularWord));
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 12.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} default boolean isAppendQueryParameter() { return getSystemPropertyAsBoolean(Constants.APPEND_QUERY_PARAMETER_PROPERTY, false); } default void setIgnoreFailureType(final String value) { setSystemProperty(Constants.IGNORE_FAILURE_TYPE_PROPERTY, value); } default String getIgnoreFailureType() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:15 UTC 2024 - 87.2K bytes - Viewed (0)