- Sort Score
- Num 10 results
- Language All
Results 2331 - 2340 of 7,812 for republic (0.07 seconds)
-
android/guava-tests/test/com/google/common/util/concurrent/WrappingScheduledExecutorServiceTest.java
} @Override public boolean isShutdown() { throw new UnsupportedOperationException(); } @Override public boolean isTerminated() { throw new UnsupportedOperationException(); } @Override public void shutdown() { throw new UnsupportedOperationException(); } @Override public List<Runnable> shutdownNow() {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 7.5K bytes - Click Count (0) -
src/main/java/jcifs/SmbException.java
* @return the severity */ public Severity getSeverity() { return severity; } /** * Gets the error category * * @return the category */ public Category getCategory() { return category; } /** * Gets the error context * * @return the context map */ public Map<String, Object> getContext() {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 6.4K bytes - Click Count (0) -
docs/LICENSE
under this Public License. i. Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of theCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon May 10 16:50:06 GMT 2021 - 18.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/UserInfoHelperTest.java
import org.codelibs.fess.unit.UnitFessTestCase; import org.dbflute.utflute.mocklet.MockletHttpServletRequest; import org.junit.jupiter.api.Test; import jakarta.servlet.http.Cookie; public class UserInfoHelperTest extends UnitFessTestCase { @Test public void test_getUserCodeFromRequest() { UserInfoHelper userInfoHelper = new UserInfoHelper(); MockletHttpServletRequest request = getMockRequest();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/webconfig/SearchBody.java
*/ public class SearchBody extends BaseSearchBody { /** * Default constructor. */ public SearchBody() { super(); } /** Name of the web crawling configuration */ public String name; /** URLs to crawl */ public String urls; /** Description of the web crawling configuration */ public String description;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.2K bytes - Click Count (0) -
src/test/java/org/codelibs/core/convert/IntegerConversionUtilTest.java
/** * @author higa * */ public class IntegerConversionUtilTest extends TestCase { /** * @throws Exception */ public void testToInteger() throws Exception { assertEquals(Integer.valueOf("1000"), IntegerConversionUtil.toInteger("1,000")); } /** * @throws Exception */ public void testToPrimitiveInt() throws Exception {Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Fri Jun 20 13:40:57 GMT 2025 - 1.5K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/ClasspathContainer.java
} parent = node; } return tree; } public void setClasspath(List<ArtifactMetadata> classpath) { this.classpath = classpath; } public ArtifactScopeEnum getScope() { return scope; } public void setScope(ArtifactScopeEnum scope) { this.scope = scope; }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 4.2K bytes - Click Count (0) -
android/guava/src/com/google/common/graph/ImmutableNetwork.java
@SuppressWarnings("Immutable") // Extends StandardNetwork but uses ImmutableMaps. public final class ImmutableNetwork<N, E> extends StandardNetwork<N, E> { private ImmutableNetwork(Network<N, E> network) { super( NetworkBuilder.from(network), getNodeConnections(network), getEdgeToReferenceNode(network)); } /** Returns an immutable copy of {@code network}. */ public static <N, E> ImmutableNetwork<N, E> copyOf(Network<N, E> network) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 11 01:10:31 GMT 2026 - 9.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/script/ScriptEngineTest.java
@Test public void test_evaluate_withEmptyTemplate() { String template = ""; Map<String, Object> paramMap = new HashMap<>(); paramMap.put("key", "value"); Object result = scriptEngine.evaluate(template, paramMap); assertEquals("", result); } // Test evaluate method with null template @Test public void test_evaluate_withNullTemplate() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 12.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/DocumentUtilTest.java
import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import org.codelibs.fess.unit.UnitFessTestCase; import org.junit.jupiter.api.Test; public class DocumentUtilTest extends UnitFessTestCase { @Test public void test_string() { Map<String, Object> doc = new HashMap<>(); String expected = "1"; doc.put("key1", expected);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 13.6K bytes - Click Count (0)