Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for eol (0.01 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. .teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt

        val unixScript = """
    mkdir -p $PERFORMANCE_TEST_SPLIT_DIRECTORY_NAME
    rm -rf $PERFORMANCE_TEST_SPLIT_DIRECTORY_NAME/*-$fileNamePostfix
    cat > $PERFORMANCE_TEST_SPLIT_DIRECTORY_NAME/$action-$fileNamePostfix << EOL
    ${csvLines.joinToString("\n")}
    EOL
    
    echo "Performance tests to be ${action}d in this build"
    cat $PERFORMANCE_TEST_SPLIT_DIRECTORY_NAME/$action-$fileNamePostfix
    """
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Jan 29 01:37:22 GMT 2026
    - 17.2K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/helper/SystemHelper.java

            }
            final Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("UTC"));
            cal.set(2027, 8 - 1, 1); // EOL Date
            eolTime = cal.getTimeInMillis();
            if (isEoled()) {
                logger.error("Your system is out of support. See https://fess.codelibs.org/eol.html");
            }
            updateSystemProperties();
            final FessConfig fessConfig = ComponentUtil.getFessConfig();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 43.2K bytes
    - Click Count (0)
  3. src/main/resources/fess_config.properties

    # Installation guide link for online help.
    online.help.installation=https://fess.codelibs.org/{lang}/{version}/install/install.html
    # End-of-life information link for online help.
    online.help.eol=https://fess.codelibs.org/{lang}/eol.html
    # Online help key for failure URL.
    online.help.name.failureurl=failureurl
    # Online help key for elevate word.
    online.help.name.elevateword=elevateword
    # Online help key for request header.
    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)
Back to Top