Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for __TEMPLATE__ (1.93 sec)

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

                public OptionalEntity<WebConfig> getWebConfigByName(String name) {
                    final WebConfig webConfig = new WebConfig();
                    webConfig.setId("01T");
                    webConfig.setName("__TEMPLATE__");
                    return OptionalEntity.of(webConfig);
                }
            }, WebConfigService.class.getCanonicalName());
            ComponentUtil.register(new FileConfigService() {
                @Override
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 23.2K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    #                                                                                    =====
    form.admin.max.input.size=10000
    form.admin.label.in.config.enabled=false
    form.admin.default.template.name=__TEMPLATE__
    osdd.link.enabled=auto
    clipboard.copy.icon.enabled=true
    
    # ----------------------------------------------------------
    #                                                 Permission
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. false */
        String FORM_ADMIN_LABEL_IN_CONFIG_ENABLED = "form.admin.label.in.config.enabled";
    
        /** The key of the configuration. e.g. __TEMPLATE__ */
        String FORM_ADMIN_DEFAULT_TEMPLATE_NAME = "form.admin.default.template.name";
    
        /** The key of the configuration. e.g. auto */
        String OSDD_LINK_ENABLED = "osdd.link.enabled";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
Back to top