- Sort Score
- Num 10 results
- Language All
Results 2021 - 2030 of 6,508 for republic (0.25 seconds)
-
src/main/java/org/codelibs/core/beans/converter/TimestampConverter.java
/** * Converter for timestamps. * * @author higa */ public class TimestampConverter implements Converter { /** * The pattern for the date and time. */ protected String pattern; /** * Constructs an instance. * * @param pattern * the pattern for date and time */ public TimestampConverter(final String pattern) {Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 2.1K bytes - Click Count (0) -
src/main/java/org/codelibs/core/exception/NoSuchMethodRuntimeException.java
*/ public Class<?> getTargetClass() { return targetClass; } /** * Returns the method name. * * @return the method name */ public String getMethodName() { return methodName; } /** * Returns the argument types. * * @return the argument types */ public Class<?>[] getArgTypes() {Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat Jul 05 00:11:05 GMT 2025 - 2.3K bytes - Click Count (0) -
src/main/java/jcifs/dcerpc/msrpc/MsrpcLookupSids.java
* License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. *
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 1.7K bytes - Click Count (0) -
src/main/java/jcifs/dcerpc/msrpc/MsrpcSamrOpenDomain.java
* License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. *
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 1.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticatorTest.java
} @Test public void test_decodeBase64_null() { assertNull(authenticator.decodeBase64(null)); } @Test public void test_decodeBase64_standard() { // "Hello" encoded in standard Base64 final byte[] result = authenticator.decodeBase64("SGVsbG8="); assertEquals("Hello", new String(result)); } @Test public void test_decodeBase64_urlSafe() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 15 12:54:47 GMT 2026 - 11K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/AbstractImmutableSetTest.java
Iterator<? extends E> elements); public void testCreation_noArgs() { Set<String> set = of(); assertEquals(Collections.<String>emptySet(), set); assertThat(set).isSameInstanceAs(this.<String>of()); } public void testCreation_oneElement() { Set<String> set = of("a"); assertEquals(singleton("a"), set); } public void testCreation_twoElements() { Set<String> set = of("a", "b");
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 18.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 25.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/service/FessAppServiceTest.java
@Test public void test_wrapQuery_emptyString() { assertEquals("**", service.callWrapQuery("")); } @Test public void test_wrapQuery_singleWildcard() { assertEquals("*", service.callWrapQuery("*")); } @Test public void test_wrapQuery_withSpaces() { assertEquals("*test query*", service.callWrapQuery("test query")); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 2.5K bytes - Click Count (0) -
guava-testlib/src/com/google/common/collect/testing/google/MultimapKeySetTester.java
@SuppressWarnings("JUnit4ClassUsedInJUnit3") public class MultimapKeySetTester<K, V> extends AbstractMultimapTester<K, V, Multimap<K, V>> { public void testKeySet() { for (Entry<K, V> entry : getSampleElements()) { assertTrue(multimap().keySet().contains(entry.getKey())); } } @CollectionSize.Require(absent = ZERO) @MapFeature.Require(ALLOWS_NULL_KEYS) public void testKeySetContainsNullKeyPresent() {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Nov 14 23:40:07 GMT 2024 - 3.1K bytes - Click Count (0) -
compat/maven-compat/src/test/java/org/apache/maven/artifact/metadata/TestMetadataSource.java
import org.apache.maven.repository.legacy.metadata.MetadataResolutionRequest; @Named("test") @Singleton @Deprecated public class TestMetadataSource implements ArtifactMetadataSource { @Inject private ArtifactFactory factory; @Override public ResolutionGroup retrieve( Artifact artifact, ArtifactRepository localRepository, List<ArtifactRepository> remoteRepositories)Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 3.8K bytes - Click Count (0)