- Sort Score
- Num 10 results
- Language All
Results 201 - 210 of 392 for merror (0.04 seconds)
-
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.code-quality.gradle.kts
"ClassCanBeStatic", // We should enable this. // DISCUSS "EnumOrdinal", // This violation is ubiquitous, though most are benign. "EqualsGetClass", // Let's agree if we want to adopt Error Prone's idea of valid equals() "JdkObsolete", // Most of the checks are good, but we do not want to replace all LinkedLists without a good reason // NEVER
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:47:14 GMT 2026 - 8.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessFwAssistantDirector.java
if (FessAdminAction.class.isAssignableFrom(runtime.getActionType())) { return "/admin/error/error.jsp"; } return "/error/system.jsp"; } }); } protected Consumer<List<String>> createMessageNameList() { return nameList -> nameList.add("fess_message"); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 10 01:38:30 GMT 2026 - 10.4K bytes - Click Count (0) -
src/main/webapp/css/chat.css
to { opacity: 1; transform: translateY(0); } } .error-banner-content { flex: 1; display: flex; align-items: center; font-size: 0.875rem; } .error-banner-retry { flex-shrink: 0; } .error-banner-dismiss { flex-shrink: 0; opacity: 0.8; } .error-banner-dismiss:hover { opacity: 1; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 19.4K bytes - Click Count (0) -
src/packaging/common/scripts/postrm
fi fi if [ "$REMOVE_DIRS" = "true" ]; then if [ -d "$PID_DIR" ]; then echo -n "Deleting PID directory..." rm -rf "$PID_DIR" && echo " OK" || echo " ERROR: unable to delete directory [$PID_DIR]" fi fi if [ "$REMOVE_USER_AND_GROUP" = "true" ]; then if id "$FESS_USER" > /dev/null 2>&1 ; then userdel "$FESS_USER" fi
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 10 01:24:02 GMT 2015 - 2.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/stemmeroverride/StemmerOverrideFileTest.java
stemmerOverrideFile.stemmerOverrideItemList = itemList; } @Test public void test_selectList() { final PagingList<StemmerOverrideItem> itemList1 = stemmerOverrideFile.selectList(0, 20); // error occurs assertEquals(3, itemList1.size()); assertEquals(3, itemList1.getAllRecordCount()); assertEquals(1, itemList1.getCurrentPageNumber()); assertEquals(20, itemList1.getPageSize());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 2.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exec/SuggestCreator.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 12.1K bytes - Click Count (0) -
.teamcity/scripts/update_wrapper_and_create_pr.sh
-w "\n%{http_code}" \ 2>/dev/null) local http_code=$(echo "$response" | tail -n1) local body=$(echo "$response" | head -n -1) if [[ "$http_code" -ge 400 ]]; then printf "Error: HTTP %s - %s\n" "$http_code" "$body" >&2 exit 1 fi echo "$body" } main() { WRAPPER_VERSION="${1:-}" : "${DEFAULT_BRANCH:?DEFAULT_BRANCH environment variable is required}"Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jul 29 03:20:20 GMT 2025 - 2.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/UserService.java
} } catch (final Exception e) { logger.warn("Failed to {} user: username={}, id={}, error={}", isUpdate ? "update" : "create", username, user.getId(), e.getMessage(), e); throw e; } finally { user.clearOriginalPassword(); } }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 06:22:27 GMT 2026 - 9.3K bytes - Click Count (0) -
src/main/webapp/WEB-INF/env/crawler/resources/log4j2.xml
<DefaultRolloverStrategy fileIndex="max" min="1" max="${backup.max.history}" compressionLevel="9" /> </RollingFile> <LogNotificationAppender name="LogNotification" minLevel="${sys:fess.log.notification.level:-ERROR}" /> </Appenders> <Loggers> <Logger name="org.codelibs" additivity="false" level="${log.level}"> <AppenderRef ref="AppFile" /> <AppenderRef ref="LogNotification" /> </Logger>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 2.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/timer/MonitorTargetTest.java
StringBuilder buf = new StringBuilder(); Exception exception = new RuntimeException("Test error message"); monitorTarget.appendException(buf, exception); assertTrue(buf.toString().startsWith("\"exception\":\"")); assertTrue(buf.toString().contains("Test error message")); assertTrue(buf.toString().contains("RuntimeException")); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.3K bytes - Click Count (0)