- Sort Score
- Result 10 results
- Languages All
Results 1 - 9 of 9 for evicting (0.09 sec)
-
fess
then L36: . /etc/default/rcS L37:fi L38: L39:# The following variables can be overwritten in $DEFAULT L40: L41:# Run Fess as this user ID and group ID L42:FESS_USER=${packaging.fess.user} L43:FESS_GROUP=${packaging.fess.group} L44: L45:# The first existing directory is used for JAVA_HOME (if JAVA_HOME is not defined in $DEFAULT) L46:JDK_DIRS="/usr/lib/jvm/java-8-oracle/ /usr/lib/jvm/j2sdk1.8-oracle/ /usr/lib/jvm/jdk-7-oracle-x64 /usr/lib/jvm/java-7-oracle /usr/lib/jvm/j2sdk1.7-oracle/ /usr/lib/jvm/java-7-openjdk...github.com/codelibs/fess/src/packaging/deb/init...Sun Jan 15 06:32:15 UTC 2023 5.8K bytes -
service.bat
("%SCRIPT_DIR%..") do set FESS_HOME=%%~dpfI L10: L11:rem Detect JVM version to figure out appropriate executable to use L12:if not exist "%JAVA_HOME%\bin\java.exe" ( L13:echo JAVA_HOME points to an invalid Java installation (no java.exe found in "%JAVA_HOME%"^). Exiting... L14:goto:eof L15:) L16: L17:"%JAVA_HOME%\bin\java" -Xmx50M -version > nul 2>&1 L18: L19:if errorlevel 1 ( L20: echo Warning: Could not start JVM to detect version, defaulting to x86: L21: goto x86 L22:) L23: L24:"%JAVA_HOME%\bin\java" -Xmx50M -version...github.com/codelibs/fess/src/main/assemblies/fi...Sun Jan 15 06:32:15 UTC 2023 6K bytes -
fess_message_ru.properties
L64:errors.app.illegal.transition=Please retry because of illegal transition. L65:errors.app.db.already.deleted=others might be updated, so retry. L66:errors.app.db.already.updated=others might be updated, so retry. L67:errors.app.db.already.exists=already existing data, so retry. L68:errors.app.double.submit.request=Your request might have been processed before this request. Please check and retry it. L69: L70:# _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ L71:#...github.com/codelibs/fess/src/main/resources/fes...Fri May 20 12:12:28 UTC 2022 10.2K bytes -
fess_message.properties
L68:errors.app.illegal.transition=Please retry because of illegal transition. L69:errors.app.db.already.deleted=others might be updated, so retry. L70:errors.app.db.already.updated=others might be updated, so retry. L71:errors.app.db.already.exists=already existing data, so retry. L72:errors.app.double.submit.request=Your request might have been processed before this request. Please check and retry it. L73: L74:# _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ L75:#...github.com/codelibs/fess/src/main/resources/fes...Sat Mar 18 03:05:44 UTC 2023 12.5K bytes -
fess_message_en.properties
L64:errors.app.illegal.transition=Please retry because of illegal transition. L65:errors.app.db.already.deleted=others might be updated, so retry. L66:errors.app.db.already.updated=others might be updated, so retry. L67:errors.app.db.already.exists=already existing data, so retry. L68:errors.app.double.submit.request=Your request might have been processed before this request. Please check and retry it. L69: L70:# _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ L71:#...github.com/codelibs/fess/src/main/resources/fes...Sat Mar 18 03:05:44 UTC 2023 12.4K bytes -
FessMessages.java
deleted}"; L169: L170: /** The key of the message: others might be updated, so retry. */ L171: public static final String ERRORS_APP_DB_ALREADY_UPDATED = "{errors.app.db.already.updated}"; L172: L173: /** The key of the message: already existing data, so retry. */ L174: public static final String ERRORS_APP_DB_ALREADY_EXISTS = "{errors.app.db.already.exists}"; L175: L176: /** The key of the message: Your request might have been processed before this request. Please check and retry...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 119.9K bytes -
moment-with-locales.min.js
sole.warn("Locale "+e+" not found. Did you forget to load it?")),ta._abbr}function ma(e,a){if(null===a)return delete na[e],null;var t,s=sa;if(a.abbr=e,null!=na[e])w("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),s=na[e]._config;else if(null!=a.parentLocale)if(null!=na[a.parentLocale])s=na...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 360.5K bytes 1 views -
bootstrap.min.css.map
order: $i; }\n }\n\n @if $columns > 0 {\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\n @for $i from 0 through ($columns - 1) {\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n .offset#{$infix}-#{$i} {\n @include make-col-offset($i, $columns);\n }\n }\n }\n }\n }\n }\n}\n","//\n// Basic Bootstrap table\n//\n\n.table {\n width: 100%;\n margin-bottom:...github.com/codelibs/fess/src/main/webapp/css/ad...Sat Oct 26 01:49:09 UTC 2024 639.3K bytes -
adminlte.min.css.map
order: $i; }\n }\n\n @if $columns > 0 {\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\n @for $i from 0 through ($columns - 1) {\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n .offset#{$infix}-#{$i} {\n @include make-col-offset($i, $columns);\n }\n }\n }\n }\n }\n }\n}\n","//\n// Basic Bootstrap table\n//\n\n.table {\n width: 100%;\n margin-bottom:...github.com/codelibs/fess/src/main/webapp/css/ad...Sat Oct 26 01:49:09 UTC 2024 3.7M bytes