Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for DuplicateHost (0.07 seconds)

  1. src/test/java/org/codelibs/fess/mylasta/action/FessHtmlPathTest.java

            verifyPathPattern("AdminBoostdoc", "/admin/boostdoc/");
            verifyPathPattern("AdminDataconfig", "/admin/dataconfig/");
            verifyPathPattern("AdminDuplicatehost", "/admin/duplicatehost/");
            verifyPathPattern("AdminElevateword", "/admin/elevateword/");
            verifyPathPattern("AdminFileauth", "/admin/fileauth/");
            verifyPathPattern("AdminFileconfig", "/admin/fileconfig/");
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 13.1K bytes
    - Click Count (0)
  2. src/main/resources/fess_config.properties

    # Online help key for file authentication.
    online.help.name.fileauth=fileauth
    # Online help key for label type.
    online.help.name.labeltype=labeltype
    # Online help key for duplicate host.
    online.help.name.duplicatehost=duplicatehost
    # Online help key for scheduler.
    online.help.name.scheduler=scheduler
    # Online help key for crawling info.
    online.help.name.crawlinginfo=crawlinginfo
    # Online help key for backup.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. labeltype */
        String ONLINE_HELP_NAME_LABELTYPE = "online.help.name.labeltype";
    
        /** The key of the configuration. e.g. duplicatehost */
        String ONLINE_HELP_NAME_DUPLICATEHOST = "online.help.name.duplicatehost";
    
        /** The key of the configuration. e.g. scheduler */
        String ONLINE_HELP_NAME_SCHEDULER = "online.help.name.scheduler";
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 576.9K bytes
    - Click Count (2)
Back to Top