Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for generic (0.67 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.admin.general;
    
    import javax.validation.constraints.Max;
    import javax.validation.constraints.Min;
    import javax.validation.constraints.Size;
    
    import org.lastaflute.web.validation.Required;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionBean.java

            return _preference;
        }
    
        // ===================================================================================
        //                                                                      General Helper
        //                                                                      ==============
        protected String ln() {
            return DBFluteSystem.ln();
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. log */
        String ONLINE_HELP_NAME_LOG = "online.help.name.log";
    
        /** The key of the configuration. e.g. general */
        String ONLINE_HELP_NAME_GENERAL = "online.help.name.general";
    
        /** The key of the configuration. e.g. role */
        String ONLINE_HELP_NAME_ROLE = "online.help.name.role";
    
        /** The key of the configuration. e.g. joblog */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/api/admin/general/ApiAdminGeneralAction.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.api.admin.general;
    
    import javax.annotation.Resource;
    
    import org.codelibs.core.beans.util.BeanUtil;
    import org.codelibs.core.beans.util.CopyOptions;
    import org.codelibs.core.misc.DynamicProperties;
    import org.codelibs.fess.app.web.admin.general.AdminGeneralAction;
    import org.codelibs.fess.app.web.api.ApiResult;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/admin/general/MailForm.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.admin.general;
    
    import javax.validation.constraints.Size;
    
    import org.lastaflute.web.validation.Required;
    
    /**
     * @author shinsuke
     */
    public class MailForm {
    
        public String incrementalCrawling;
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionBean.java

            return _preference;
        }
    
        // ===================================================================================
        //                                                                      General Helper
        //                                                                      ==============
        protected String ln() {
            return DBFluteSystem.ln();
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_web_crawling_button_create_job = "{labels.web_crawling_button_create_job}";
    
        /** The key of the message: General Configuration */
        public static final String LABELS_crawler_configuration = "{labels.crawler_configuration}";
    
        /** The key of the message: General Configuration */
        public static final String LABELS_crawler_title_edit = "{labels.crawler_title_edit}";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.admin.general;
    
    import static org.codelibs.core.stream.StreamUtil.stream;
    
    import java.util.ArrayList;
    import java.util.HashMap;
    import java.util.List;
    import java.util.Map;
    
    import javax.annotation.Resource;
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionAggregation.java

            }
        }
    
        // ===================================================================================
        //                                                                      General Helper
        //                                                                      ==============
        protected void assertObjectNotNull(String variableName, Object value) {
            if (variableName == null) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java

        HtmlNext path_AdminFileconfig_AdminFileconfigEditJsp = new HtmlNext("/admin/fileconfig/admin_fileconfig_edit.jsp");
    
        /** The path of the HTML: /admin/general/admin_general.jsp */
        HtmlNext path_AdminGeneral_AdminGeneralJsp = new HtmlNext("/admin/general/admin_general.jsp");
    
        /** The path of the HTML: /admin/group/admin_group.jsp */
        HtmlNext path_AdminGroup_AdminGroupJsp = new HtmlNext("/admin/group/admin_group.jsp");
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 26.4K bytes
    - Viewed (0)
Back to top