- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 5,836 for Public (0.06 sec)
-
src/test/java/org/codelibs/fess/score/ScoreUpdaterTest.java
import java.util.List; import org.codelibs.fess.unit.UnitFessTestCase; public class ScoreUpdaterTest extends UnitFessTestCase { private ScoreUpdater scoreUpdater; @Override public void setUp() throws Exception { super.setUp(); scoreUpdater = new ScoreUpdater(); } // Test constructor public void test_constructor() { ScoreUpdater updater = new ScoreUpdater();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.3K bytes - Viewed (0) -
src/main/java/jcifs/util/SmbCircuitBreaker.java
} public long getTotalRequests() { return totalRequests; } public long getTotalFailures() { return totalFailures; } public double getFailureRate() { return failureRate; } public long getAverageResponseTime() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 33.4K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/resolver/WarningResolutionListener.java
@Override public void includeArtifact(Artifact artifact) {} @Override public void omitForNearer(Artifact omitted, Artifact kept) {} @Override public void omitForCycle(Artifact omitted) {} @Override public void updateScopeCurrentPom(Artifact artifact, String scope) {} @Override public void updateScope(Artifact artifact, String scope) {}
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 2.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/SynonymPager.java
* This class handles the state and logic for paginating through a list of synonyms, * including total record count, page size, and current page number. */ public class SynonymPager implements Serializable { /** * Constructs a new pager for synonyms. */ public SynonymPager() { // do nothing } private static final long serialVersionUID = 1L; /** The total number of records. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lease/DirectoryLeaseContext.java
* for enhanced directory caching capabilities. */ public class DirectoryLeaseContext implements CreateContextRequest { /** * Context name for directory lease request */ public static final String NAME_DIRECTORY_REQUEST = "DLse"; /** * Context name for directory lease response */ public static final String NAME_DIRECTORY_RESPONSE = "DLse";
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 9.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/auth/AuthenticationManagerTest.java
import org.codelibs.fess.unit.UnitFessTestCase; public class AuthenticationManagerTest extends UnitFessTestCase { private AuthenticationManager authenticationManager; @Override public void setUp() throws Exception { super.setUp(); authenticationManager = new AuthenticationManager(); } // Test default constructor public void test_constructor() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 14K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/SearchEngineUtilTest.java
import org.opensearch.core.xcontent.MediaType; import org.opensearch.core.xcontent.ToXContent; import org.opensearch.core.xcontent.XContentBuilder; import org.opensearch.search.SearchHit; public class SearchEngineUtilTest extends UnitFessTestCase { public void test_getXContentBuilderOutputStream_success() { XContentBuilderCallback callback = (builder, params) -> { builder.startObject();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 13.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessPropTest.java
import org.xml.sax.InputSource; public class FessPropTest extends UnitFessTestCase { @Override protected boolean isUseOneTimeContainer() { return true; } public void test_maxUsernameLength() throws IOException { FessProp.propMap.clear(); FessConfig fessConfig = new FessConfig.SimpleImpl() { @Override public Integer getLdapMaxUsernameLengthAsInteger() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/dict/mapping/CharMappingItemTest.java
*/ package org.codelibs.fess.dict.mapping; import java.util.Arrays; import org.codelibs.fess.unit.UnitFessTestCase; public class CharMappingItemTest extends UnitFessTestCase { public void test_constructor_withValidInputs() { CharMappingItem item = new CharMappingItem(1L, new String[] { "input" }, "output"); // Test basic properties that exist
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.2K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/repository/metadata/GroupRepositoryMetadata.java
* */ @Deprecated public class GroupRepositoryMetadata extends AbstractRepositoryMetadata { private final String groupId; public GroupRepositoryMetadata(String groupId) { super(new Metadata()); this.groupId = groupId; } @Override public boolean storedInGroupDirectory() { return true; } @Override public boolean storedInArtifactVersionDirectory() {
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 2.8K bytes - Viewed (0)