- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 193 for OP (0.21 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/scheduler/ApiAdminSchedulerAction.java
* @return the converted EditBody */ protected EditBody createEditBody(final ScheduledJob entity) { final EditBody body = new EditBody(); copyBeanToBean(entity, body, op -> op.exclude(Constants.COMMON_CONVERSION_RULE)); body.running = entity.isRunning(); return body; }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Nov 23 12:34:02 UTC 2025 - 10.1K bytes - Viewed (0) -
docs/smb3-features/03-multi-channel-design.md
for (SMBMessage op : pendingOps) { try { ChannelInfo alternativeChannel = manager.selectChannel(op); alternativeChannel.getTransport().send(op); } catch (Exception e) { log.error("Failed to redistribute operation", e); // Notify waiting threads of failure op.notifyError(e); } }
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 39.6K bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/xml/test_utf16bebom.xml