Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 32 for duplicateHost (0.14 sec)

  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/");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 12.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java

    import org.codelibs.fess.app.web.admin.design.AdminDesignAction;
    import org.codelibs.fess.app.web.admin.dict.AdminDictAction;
    import org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction;
    import org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction;
    import org.codelibs.fess.app.web.admin.failureurl.AdminFailureurlAction;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 19K bytes
    - Viewed (0)
  3. 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.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  4. 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";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  5. src/main/resources/fess_indices/fess_config.duplicate_host/duplicate_host.json

    Shinsuke Sugaya <******@****.***> 1638450896 +0900
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 429 bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/fess_config.duplicate_host.json

    Shinsuke Sugaya <******@****.***> 1638450896 +0900
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 173 bytes
    - Viewed (0)
  7. src/main/config/es/fess_config_duplicate_host.json

    {
      "fess_config.duplicate_host" : {
        "aliases" : { },
        "mappings" : {
          "duplicate_host" : {
            "properties" : {
              "createdBy" : {
                "type" : "keyword"
              },
              "createdTime" : {
                "type" : "long"
              },
              "duplicateHostName" : {
                "type" : "keyword"
              },
              "regularName" : {
                "type" : "keyword"
              },
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 984 bytes
    - Viewed (0)
  8. dbflute_fess/dfprop/esfluteMap.dfprop

            }
            ; fess_config.data_config = map:{
                ; package = config
                ; esclientDiFile = esclient.xml
                ; esfluteDiFile = esflute_config.xml
            }
            ; fess_config.duplicate_host = map:{
                ; package = config
                ; esclientDiFile = esclient.xml
                ; esfluteDiFile = esflute_config.xml
            }
            ; fess_config.elevate_word = map:{
                ; package = config
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Wed Nov 06 13:45:02 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsDuplicateHostCB.java

        @Override
        public DuplicateHostDbm asDBMeta() {
            return DuplicateHostDbm.getInstance();
        }
    
        @Override
        public String asTableDbName() {
            return "duplicate_host";
        }
    
        @Override
        public boolean hasSpecifiedColumn() {
            return _specification != null;
        }
    
        @Override
        public ConditionQuery localCQ() {
            return doGetConditionQuery();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsDuplicateHost.java

        @Override
        public DuplicateHostDbm asDBMeta() {
            return DuplicateHostDbm.getInstance();
        }
    
        @Override
        public String asTableDbName() {
            return "duplicate_host";
        }
    
        // ===================================================================================
        //                                                                              Source
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 6.8K bytes
    - Viewed (0)
Back to top