Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 148 for Settings (0.06 sec)

  1. fess_env.properties

    L25:# Mail L26:# ------ L27:# Does it send mock mail? (true: no send actually, logging only) L28:mail.send.mock = true L29: L30:# SMTP server settings for main: host:port L31:mail.smtp.server.main.host.and.port = localhost:25 L32: L33:# The prefix of subject to show test environment or not L34:mail.subject.test.prefix = [Test] L35: L36:# The common return path of all mail L37:mail.return.path =...
    github.com/codelibs/fess/src/main/resources/fes...
    Sat Aug 07 04:53:24 UTC 2021
      2.2K bytes
  2. SchedulerTests.java

    CrudTestBase { L27: L28: private static final String NAME_PREFIX = "schedulerTest_"; L29: private static final String API_PATH = "/api/admin/scheduler"; L30: private static final String LIST_ENDPOINT_SUFFIX = "settings"; L31: private static final String ITEM_ENDPOINT_SUFFIX = "setting"; L32: L33: private static final String KEY_PROPERTY = "name"; L34: L35: @Override L36: protected String getNamePrefix() { L37: return NAME_PREFIX; L38: } L39: L40: @Override L41: protected...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.4K bytes
  3. UserTests.java

    extends CrudTestBase { L27: L28: private static final String NAME_PREFIX = "userTest_"; L29: private static final String API_PATH = "/api/admin/user"; L30: private static final String LIST_ENDPOINT_SUFFIX = "settings"; L31: private static final String ITEM_ENDPOINT_SUFFIX = "setting"; L32: L33: private static final String KEY_PROPERTY = "name"; L34: L35: @Override L36: protected String getNamePrefix() { L37: return NAME_PREFIX; L38: } L39: L40: @Override L41: protected...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.3K bytes
  4. FileConfigTests.java

    CrudTestBase { L27: L28: private static final String NAME_PREFIX = "fileConfigTest_"; L29: private static final String API_PATH = "/api/admin/fileconfig"; L30: private static final String LIST_ENDPOINT_SUFFIX = "settings"; L31: private static final String ITEM_ENDPOINT_SUFFIX = "setting"; L32: L33: private static final String KEY_PROPERTY = "name"; L34: L35: @Override L36: protected String getNamePrefix() { L37: return NAME_PREFIX; L38: } L39: L40: @Override L41: protected...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.5K bytes
  5. fess_user_role.json

    L1:{ L2: "fess_user.role" : { L3: "aliases" : { }, L4: "mappings" : { L5: "role" : { L6: "properties" : { L7: "name" : { L8: "type" : "keyword" L9: } L10: } L11: } L12: }, L13: "settings" : { L14: "index" : { L15: "creation_date" : "1509021059090", L16: "number_of_shards" : "5", L17: "number_of_replicas" : "1", L18: "uuid" : "ugUWT7UpRCau5xEMgWOBsw", L19: "version" : { L20: "created"...
    github.com/codelibs/fess/src/main/config/es/fes...
    Thu Dec 02 13:14:56 UTC 2021
      517 bytes
  6. .gitignore

    L1:target/ L2:.settings/ L3:.classpath L4:.project L5:.idea...
    github.com/codelibs/curl4j/.gitignore
    Thu Jun 14 07:45:22 UTC 2018
      45 bytes
  7. fess_config.role_type.json

    L1:{ L2: "settings": { L3: "index": { L4: "refresh_interval": "1s", L5: "number_of_shards": 1, L6: "number_of_replicas": 0, L7: "auto_expand_replicas": "0-1" L8: } L9: } L10:}...
    github.com/codelibs/fess/src/main/resources/fes...
    Thu Dec 02 13:14:56 UTC 2021
      173 bytes
  8. fess_config.web_authentication.json

    L1:{ L2: "settings": { L3: "index": { L4: "refresh_interval": "1s", L5: "number_of_shards": 1, L6: "number_of_replicas": 0, L7: "auto_expand_replicas": "0-1" L8: } L9: } L10:}...
    github.com/codelibs/fess/src/main/resources/fes...
    Thu Dec 02 13:14:56 UTC 2021
      173 bytes
  9. fess_log.search_log.json

    L1:{ L2: "settings": { L3: "index": { L4: "refresh_interval": "1s", L5: "number_of_shards": 5, L6: "number_of_replicas": 0, L7: "auto_expand_replicas": "0-1" L8: } L9: } L10:}...
    github.com/codelibs/fess/src/main/resources/fes...
    Thu Apr 19 05:21:19 UTC 2018
      173 bytes
  10. fess_config.bad_word.json

    L1:{ L2: "settings": { L3: "index": { L4: "refresh_interval": "1s", L5: "number_of_shards": 1, L6: "number_of_replicas": 0, L7: "auto_expand_replicas": "0-1" L8: } L9: } L10:}...
    github.com/codelibs/fess/src/main/resources/fes...
    Thu Dec 02 13:14:56 UTC 2021
      173 bytes
Back to top