- Sort Score
- Result 10 results
- Languages All
Results 1151 - 1160 of 5,965 for public (0.03 sec)
-
android/guava-tests/test/com/google/common/util/concurrent/ExecutionSequencerTest.java
import org.jspecify.annotations.Nullable; /** Tests for {@link ExecutionSequencer} */ @NullUnmarked public class ExecutionSequencerTest extends TestCase { ExecutorService executor; private ExecutionSequencer serializer; private SettableFuture<@Nullable Void> firstFuture; private TestCallable firstCallable; @Override public void setUp() throws Exception { executor = newCachedThreadPool();Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 20:58:01 UTC 2025 - 16.1K bytes - Viewed (0) -
guava/src/com/google/common/collect/ComparisonChain.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 11.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/WebFsIndexHelperTest.java
import org.codelibs.fess.unit.UnitFessTestCase; import org.codelibs.fess.util.ComponentUtil; public class WebFsIndexHelperTest extends UnitFessTestCase { private WebFsIndexHelper webFsIndexHelper; @Override public void setUp() throws Exception { super.setUp(); webFsIndexHelper = new WebFsIndexHelper(); } public void test_crawl_withNullParameters() { try {Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 13:41:04 UTC 2025 - 15.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/RequestWithPathTest.java
@Override public long getMid() { return 0; } @Override public void setMid(long mid) { } @Override public int getCommand() { return 0; } @Override public void setCommand(int command) { } @Override public void setUid(int uid) { }Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/PluginHelperTest.java
import org.codelibs.fess.helper.PluginHelper.ArtifactType; import org.codelibs.fess.unit.UnitFessTestCase; import org.lastaflute.di.exception.IORuntimeException; public class PluginHelperTest extends UnitFessTestCase { private PluginHelper pluginHelper; @Override public void setUp() throws Exception { super.setUp(); pluginHelper = new PluginHelper() { @OverrideRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 05:35:01 UTC 2025 - 22.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/IterablesTest.java
*/ @GwtCompatible @NullMarked public class IterablesTest extends TestCase { public void testSize0() { Iterable<String> iterable = emptySet(); assertEquals(0, Iterables.size(iterable)); } public void testSize1Collection() { Iterable<String> iterable = singleton("a"); assertEquals(1, Iterables.size(iterable)); } public void testSize2NonCollection() {Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 45.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/CrawlingConfigWrapper.java
return crawlingConfig.getName(); } @Override public String[] getPermissions() { return crawlingConfig.getPermissions(); } @Override public String[] getVirtualHosts() { return crawlingConfig.getVirtualHosts(); } @Override public String getDocumentBoost() { return crawlingConfig.getDocumentBoost(); } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 2.2K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/entity/OpenSearchUrlFilter.java
/** * OpenSearchUrlFilter is an entity for URL filters in OpenSearch. */ public class OpenSearchUrlFilter implements ToXContent { /** * Creates a new instance of OpenSearchUrlFilter. */ public OpenSearchUrlFilter() { // NOP } /** * Field name for session ID. */ public static final String SESSION_ID = "sessionId"; /** * Field name for filter type.Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 3.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsRoleType.java
} public void setCreatedTime(Long value) { registerModifiedProperty("createdTime"); this.createdTime = value; } public String getName() { checkSpecifiedProperty("name"); return convertEmptyToNull(name); } public void setName(String value) { registerModifiedProperty("name"); this.name = value; }Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.6K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/eventbus/outside/DeepInterfaceTest.java
public void annotatedIn1And2(Object o) { annotatedIn1And2Events.add(o); } @Subscribe @Override public void annotatedIn1And2AndClass(Object o) { annotatedIn1And2AndClassEvents.add(o); } @Subscribe @Override public void declaredIn2AnnotatedInClass(Object o) { declaredIn2AnnotatedInClassEvents.add(o); } @Override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 4.2K bytes - Viewed (0)