Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for configParameter (0.39 sec)

  1. src/main/java/org/codelibs/fess/es/config/bsentity/BsWebConfig.java

            this.boost = value;
        }
    
        public String getConfigParameter() {
            checkSpecifiedProperty("configParameter");
            return convertEmptyToNull(configParameter);
        }
    
        public void setConfigParameter(String value) {
            registerModifiedProperty("configParameter");
            this.configParameter = value;
        }
    
        public String getCreatedBy() {
            checkSpecifiedProperty("createdBy");
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/bsentity/BsFileConfig.java

            this.boost = value;
        }
    
        public String getConfigParameter() {
            checkSpecifiedProperty("configParameter");
            return convertEmptyToNull(configParameter);
        }
    
        public void setConfigParameter(String value) {
            registerModifiedProperty("configParameter");
            this.configParameter = value;
        }
    
        public String getCreatedBy() {
            checkSpecifiedProperty("createdBy");
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_edit.jsp

                                        <label for="configParameter" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.config_parameter"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="configParameter"/>
                                            <la:textarea styleId="configParameter" property="configParameter"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 15.3K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_edit.jsp

                                        <label for="configParameter" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.config_parameter"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="configParameter"/>
                                            <la:textarea styleId="configParameter" property="configParameter"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 15.9K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_details.jsp

                                        <tr>
                                            <th><la:message key="labels.config_parameter"/></th>
                                            <td>${f:br(f:h(configParameter))}<la:hidden
                                                    property="configParameter"/></td>
                                        </tr>
                                        <tr>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.6K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp

                                        <tr>
                                            <th><la:message key="labels.config_parameter"/></th>
                                            <td>${f:br(f:h(configParameter))}<la:hidden
                                                    property="configParameter"/></td>
                                        </tr>
                                        <tr>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.7K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebConfigDbm.java

                0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnConfigParameter = cci("configParameter", "configParameter", null, null, String.class,
                "configParameter", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileConfigDbm.java

                0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnConfigParameter = cci("configParameter", "configParameter", null, null, String.class,
                "configParameter", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 18K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/exentity/WebConfig.java

            asDocMeta().version(version);
        }
    
        @Override
        public String toString() {
            return "WebConfig [available=" + available + ", boost=" + boost + ", configParameter=" + configParameter + ", createdBy="
                    + createdBy + ", createdTime=" + createdTime + ", depth=" + depth + ", excludedDocUrls=" + excludedDocUrls
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/config/exentity/FileConfig.java

            asDocMeta().version(version);
        }
    
        @Override
        public String toString() {
            return "FileConfig [available=" + available + ", boost=" + boost + ", configParameter=" + configParameter + ", createdBy="
                    + createdBy + ", createdTime=" + createdTime + ", depth=" + depth + ", excludedDocPaths=" + excludedDocPaths
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.8K bytes
    - Viewed (0)
Back to top