Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for appValues (0.05 sec)

  1. src/test/java/org/codelibs/fess/helper/SystemHelperTest.java

            final AtomicReference<String> appValue = new AtomicReference<>(StringUtil.EMPTY);
            ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() {
                private static final long serialVersionUID = 1L;
    
                @Override
                public String getAppValue() {
                    return appValue.get();
                }
    
                @Override
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                        <label for="appValue" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.app_value"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="appValue"/>
                                            <la:textarea styleId="appValue" property="appValue"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Jan 16 12:54:35 UTC 2023
    - 39.4K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java

            fessConfig.setUserFavorite(isCheckboxEnabled(form.userFavorite));
            fessConfig.setWebApiJson(isCheckboxEnabled(form.webApiJson));
            fessConfig.setAppValue(form.appValue);
            fessConfig.setDefaultLabelValue(form.defaultLabelValue);
            fessConfig.setDefaultSortValue(form.defaultSortValue);
            fessConfig.setVirtualHostValue(form.virtualHostValue);
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 12.8K bytes
    - Viewed (0)
Back to top