Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 64 for Then (0.04 sec)

  1. FessFwAssistantDirector.java

    false back L80: direction.directFrameworkDebug(fessConfig.isFrameworkDebug()); // basically false L81: L82: // you can add your own process when your application is booting or closing L83: direction.directCurtainBefore(createCurtainBeforeHook()); L84: direction.directCurtainFinally(createCurtainFinallyHook()); // when destroy L85: L86: direction.directSecurity(createSecurityResourceProvider()); L87: direction.directTime(createTimeResourceProvider()); L88:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      9.3K bytes
  2. ITBase.java

    edBy\":\"admin\",\"createdBy\":\"admin\",\"permissions\":[\"Radmin-api\",\"Rguest\"],\"name\":\"Admin API\",\"createdTime\":1490250145200,\"token\":\"" L50: + DEFAULT_TEST_TOKEN + "\"}\n").when().post(getEsUrl() + "/_bulk"); L51: given().contentType("application/json").when().post(getEsUrl() + "/_refresh"); L52: logger.info("Created Token: {}", DEFAULT_TEST_TOKEN); L53: return DEFAULT_TEST_TOKEN; L54: } L55: L56: public static void deleteTestToken() { L57:...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      3.3K bytes
  3. fess_env_suggest.properties

    L14:environment.title = Production L15: L16:# Does it enable the Framework internal debug? (true only when emergency) L17:framework.debug = false L18: L19:# one day: 86400000, three days: 259200000, five days: 432000000, one week: 604800000, one year: 31556926000 L20:# special script :: absolute mode: $(2014/07/10), relative mode: addDay(3).addMonth(4) L21:# The milliseconds for (relative or absolute) adjust time (set only when test) @LongType *dynamic in development L22:time.adjust.time.millis = 0 L23: L24:# --...
    github.com/codelibs/fess/src/main/resources/fes...
    Mon Jan 29 07:34:32 UTC 2018
      2.2K bytes
  4. replaceSchemaMap.dfprop

    # L52: #; isLoggingReplaceSql = true L53: # - - - - - - - - - -/ L54: L55: # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L56: # o isErrorSqlContinue: (NotRequired - Default false) L57: # Does it continue the task when error SQL exists? L58: # L59: #; isErrorSqlContinue = false L60: # - - - - - - - - - -/ L61: L62: # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L63: # o sqlFileEncoding: (NotRequired - Default 'UTF-8') L64: # The...
    github.com/codelibs/fess/dbflute_fess/dfprop/re...
    Sat Oct 31 23:35:14 UTC 2015
      9.3K bytes
  5. fess_env_crawler.properties

    L14:environment.title = Production L15: L16:# Does it enable the Framework internal debug? (true only when emergency) L17:framework.debug = false L18: L19:# one day: 86400000, three days: 259200000, five days: 432000000, one week: 604800000, one year: 31556926000 L20:# special script :: absolute mode: $(2014/07/10), relative mode: addDay(3).addMonth(4) L21:# The milliseconds for (relative or absolute) adjust time (set only when test) @LongType *dynamic in development L22:time.adjust.time.millis = 0 L23: L24:# --...
    github.com/codelibs/fess/src/main/resources/fes...
    Mon Jan 29 07:34:32 UTC 2018
      2.2K bytes
  6. fess_env_thumbnail.properties

    L14:environment.title = Production L15: L16:# Does it enable the Framework internal debug? (true only when emergency) L17:framework.debug = false L18: L19:# one day: 86400000, three days: 259200000, five days: 432000000, one week: 604800000, one year: 31556926000 L20:# special script :: absolute mode: $(2014/07/10), relative mode: addDay(3).addMonth(4) L21:# The milliseconds for (relative or absolute) adjust time (set only when test) @LongType *dynamic in development L22:time.adjust.time.millis = 0 L23: L24:# --...
    github.com/codelibs/fess/src/main/resources/fes...
    Mon Feb 12 13:38:57 UTC 2018
      2.2K bytes
  7. bootstrap.min.css.map

    form-validation-state($state, map-get($data, color), map-get($data, icon));\n}\n\n// Inline forms\n//\n// Make forms appear inline(-block) by adding the `.form-inline` class. Inline\n// forms begin stacked on extra small (mobile) devices and then go inline when\n// viewports reach <768px.\n//\n// Requires wrapping inputs and labels with `.form-group` for proper display of\n// default HTML form controls and our custom form controls (e.g., input groups).\n\n.form-inline {\n display: flex;\n flex-flow:...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      639.3K bytes
  8. EsAbstractEntity.java

    propertyName); // synchronize if exists, basically for user's manual call L89: } L90: L91: public void modifiedToSpecified() { L92: if (__modifiedProperties.isEmpty()) { L93: return; // basically no way when called in Framework (because called when SpecifyColumn exists) L94: } L95: __specifiedProperties = newModifiedProperties(); L96: __specifiedProperties.accept(__modifiedProperties); L97: } L98: L99: // ========================================...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.9K bytes
  9. EsAbstractEntity.java

    propertyName); // synchronize if exists, basically for user's manual call L89: } L90: L91: public void modifiedToSpecified() { L92: if (__modifiedProperties.isEmpty()) { L93: return; // basically no way when called in Framework (because called when SpecifyColumn exists) L94: } L95: __specifiedProperties = newModifiedProperties(); L96: __specifiedProperties.accept(__modifiedProperties); L97: } L98: L99: // ========================================...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.9K bytes
  10. fess_env.properties

    Local Development L15: L16:# Does it enable the Framework internal debug? (true only when emergency) L17:framework.debug = false L18: L19:# one day: 86400000, three days: 259200000, five days: 432000000, one week: 604800000, one year: 31556926000 L20:# special script :: absolute mode: $(2014/07/10), relative mode: addDay(3).addMonth(4) L21:# The milliseconds for (relative or absolute) adjust time (set only when test) @LongType *dynamic in development L22:time.adjust.time.millis = 0 L23: L24:# --...
    github.com/codelibs/fess/src/main/resources/fes...
    Sat Aug 07 04:53:24 UTC 2021
      2.2K bytes
Back to top