- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 267 for setInstance (0.05 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/ThumbnailQueueDbm.java
private static final ThumbnailQueueDbm _instance = new ThumbnailQueueDbm(); private ThumbnailQueueDbm() { } public static ThumbnailQueueDbm getInstance() { return _instance; } // =================================================================================== // Current DBDef
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.9K bytes - Viewed (0) -
src/main/webapp/js/bootstrap.min.js
Object.getOwnPropertyNames(this))this[t]=null}_queueCallback(t,e,s=!0){y(t,e,s)}_getConfig(t){return t=this._mergeConfigObj(t,this._element),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}static getInstance(t){return n.get(c(t),this.DATA_KEY)}static getOrCreateInstance(t,e={}){return this.getInstance(t)||new this(t,"object"==typeof e?e:null)}static get VERSION(){return"5.3.0"}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(t){retu...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 12 06:14:02 UTC 2025 - 58.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsScheduledJobBhv.java
} @Override public String asEsSearchType() { return "scheduled_job"; } @Override public ScheduledJobDbm asDBMeta() { return ScheduledJobDbm.getInstance(); } @Override protected <RESULT extends ScheduledJob> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { try {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 10.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/BadWordDbm.java
private static final BadWordDbm _instance = new BadWordDbm(); private BadWordDbm() { } public static BadWordDbm getInstance() { return _instance; } // =================================================================================== // Current DBDef
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/BoostDocumentRuleDbm.java
private static final BoostDocumentRuleDbm _instance = new BoostDocumentRuleDbm(); private BoostDocumentRuleDbm() { } public static BoostDocumentRuleDbm getInstance() { return _instance; } // =================================================================================== // Current DBDef
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10.5K bytes - Viewed (0) -
src/main/java/org/codelibs/core/timer/TimeoutManager.java
private TimeoutManager() { } /** * Returns the instance for the singleton. * * @return the instance for the singleton */ public static TimeoutManager getInstance() { return instance; } /** * Starts the process. */ public synchronized void start() { if (thread == null) {
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 7.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/NtlmContext.java
} this.workstation = Type1Message.getDefaultWorkstation(); log = LogStream.getInstance(); } @Override public String toString() { final StringBuilder ret = new StringBuilder("NtlmContext[auth=").append(auth) .append(",ntlmsspFlags=0x")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/jcifs/util/ResourceManager.java
startCleanupTask(); } /** * Get the singleton instance * * @return ResourceManager instance */ public static ResourceManager getInstance() { return INSTANCE; } /** * Register a resource for tracking * * @param resource the resource to track * @return resource ID for tracking */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.2K bytes - Viewed (0) -
src/test/java/jcifs/smb1/util/HMACT64Test.java
} // Helper method to manually calculate HMACT64 for verification private byte[] calculateHMACT64Manually(byte[] key, byte[] data) throws NoSuchAlgorithmException { MessageDigest md5 = MessageDigest.getInstance("MD5"); byte[] ipad = new byte[64]; byte[] opad = new byte[64]; // HMACT64 specific: truncate key to 64 bytes if needed int keyLen = Math.min(key.length, 64);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsbhv/BsUserInfoBhv.java
return "user_info"; } @Override public String asEsSearchType() { return "user_info"; } @Override public UserInfoDbm asDBMeta() { return UserInfoDbm.getInstance(); } @Override protected <RESULT extends UserInfo> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { try {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.1K bytes - Viewed (0)