- Sort Score
- Num 10 results
- Language All
Results 101 - 102 of 102 for isNotBlank (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/api/chat/ChatApiManager.java
message != null ? message.length() : 0, clearParam); } if (StringUtil.isBlank(message)) { if ("true".equals(clearParam) && StringUtil.isNotBlank(sessionId)) { final String clearUserId = getUserId(request); final boolean cleared = ComponentUtil.getChatSessionManager().clearSession(sessionId, clearUserId);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 06:06:55 GMT 2026 - 25.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/CoordinatorHelper.java
final String body = toJson(Map.of( // "type", TYPE_HEARTBEAT, // "instanceId", instanceId, // "hostname", hostname, // "name", StringUtil.isNotBlank(targetName) ? targetName : hostname, // "status", STATUS_ACTIVE, // "createdTime", now, // "expiredTime", now + ttl));Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 33.3K bytes - Click Count (0)