- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 551 for klog (0.3 sec)
-
src/test/java/jcifs/internal/witness/MockWitnessService.java
*/ public void sendNotification(WitnessEventType eventType, String resourceName) { // In a real implementation, this would send notifications to registered clients // For the mock, we just log it log.info("Mock sending notification: {} for resource: {}", eventType, resourceName); // Count how many registrations this affects int affectedRegistrations = 0;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 8.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/bs/BsFavoriteLogCB.java
*/ package org.codelibs.fess.opensearch.log.cbean.bs; import java.util.ArrayList; import java.util.List; import java.util.Map; import org.codelibs.fess.opensearch.log.allcommon.EsAbstractConditionBean; import org.codelibs.fess.opensearch.log.bsentity.dbmeta.FavoriteLogDbm; import org.codelibs.fess.opensearch.log.cbean.FavoriteLogCB; import org.codelibs.fess.opensearch.log.cbean.ca.FavoriteLogCA;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/java/jcifs/netbios/NameServiceClientImpl.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 38.5K bytes - Viewed (0) -
src/main/java/jcifs/util/AuthenticationRateLimiter.java
cleanupScheduler.awaitTermination(5, TimeUnit.SECONDS); } catch (InterruptedException e) { Thread.currentThread().interrupt(); log.warn("Interrupted while shutting down cleanup scheduler", e); } log.info("Authentication rate limiter closed"); } /** * Per-account attempt tracking */ private static class AccountAttempts {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/ExecJob.java
/** Flag indicating whether to use local Fesen instance */ protected boolean useLocalFesen = true; /** Path to the log file for this job execution */ protected String logFilePath; /** Log level for this job execution */ protected String logLevel; /** Suffix to append to log file names */ protected String logSuffix = StringUtil.EMPTY; /** List of JVM options to apply when executing the job */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14.2K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.advance_search_timestamp_pastyear=Past year labels.searchlog_configuration=Search Log labels.searchlog_title=Search Log labels.searchlog_log_type=Log Type labels.searchlog_log_type_search=Search Log labels.searchlog_log_type_click=Click Log labels.searchlog_log_type_favorite=Favorite Log labels.searchlog_log_type_user_info=User Log labels.searchlog_log_type_search_keyword=Keyword Count
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/esflute_log.xml
<component name="clickLogBhv" class="org.codelibs.fess.opensearch.log.exbhv.ClickLogBhv"/> <component name="favoriteLogBhv" class="org.codelibs.fess.opensearch.log.exbhv.FavoriteLogBhv"/> <component name="searchLogBhv" class="org.codelibs.fess.opensearch.log.exbhv.SearchLogBhv"/> <component name="userInfoBhv" class="org.codelibs.fess.opensearch.log.exbhv.UserInfoBhv"/>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Wed Nov 06 13:45:02 UTC 2024 - 869 bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/Lmhosts.java
} catch (final FileNotFoundException fnfe) { if (LogStream.level > 1) { log.println("lmhosts file: " + FILENAME); fnfe.printStackTrace(log); } } catch (final IOException ioe) { if (LogStream.level > 0) { ioe.printStackTrace(log); } } return result; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsentity/dbmeta/UserInfoDbm.java
return "org.codelibs.fess.opensearch.log.exentity.UserInfo"; } @Override public String getConditionBeanTypeName() { return "org.codelibs.fess.opensearch.log.cbean.UserInfoCB"; } @Override public String getBehaviorTypeName() { return "org.codelibs.fess.opensearch.log.exbhv.UserInfoBhv"; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsbhv/BsClickLogBhv.java
*/ package org.codelibs.fess.opensearch.log.bsbhv; import java.util.List; import java.util.Map; import org.codelibs.fess.opensearch.log.allcommon.EsAbstractBehavior; import org.codelibs.fess.opensearch.log.allcommon.EsAbstractEntity.RequestOptionCall; import org.codelibs.fess.opensearch.log.bsentity.dbmeta.ClickLogDbm; import org.codelibs.fess.opensearch.log.cbean.ClickLogCB;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.6K bytes - Viewed (0)