- Sort Score
- Result 10 results
- Languages All
Results 491 - 500 of 835 for Gang (0.02 sec)
-
FacetInfo.java
permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.entity; L17: L18:import java.util.Arrays; L19: L20:import org.apache.logging.log4j.LogManager; L21:import org.apache.logging.log4j.Logger; L22:import org.codelibs.core.lang.StringUtil; L23:import org.codelibs.core.stream.StreamUtil; L24:import org.codelibs.fess.mylasta.direction.FessConfig; L25:import org.codelibs.fess.util.ComponentUtil; L26:import org.opensearch.search.aggregations.BucketOrder; L27: L28:import jaka...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 3.6K bytes -
SetHashCodeTester.java
com.google.common.annotations.GwtIncompatible; L24:import com.google.common.annotations.J2ktIncompatible; L25:import com.google.common.collect.testing.features.CollectionFeature; L26:import com.google.common.collect.testing.features.CollectionSize; L27:import java.lang.reflect.Method; L28:import java.util.Collection; L29:import org.junit.Ignore; L30: L31:/** L32: * Tests {@link java.util.Set#hashCode}. L33: * L34: * @author George van den Driessche L35: */ L36:@GwtCompatible(emulated = true) L37:@Ignore // Affects...github.com/google/guava/android/guava-testlib/s...Wed Oct 30 16:15:19 UTC 2024 3K bytes -
ByteSourceTest.java
ption.READ_THROWS; L24:import static com.google.common.io.TestOption.SKIP_THROWS; L25:import static com.google.common.io.TestOption.WRITE_THROWS; L26:import static com.google.common.truth.Truth.assertThat; L27:import static java.lang.Math.max; L28:import static java.lang.Math.min; L29:import static java.nio.charset.StandardCharsets.US_ASCII; L30:import static org.junit.Assert.assertArrayEquals; L31:import static org.junit.Assert.assertThrows; L32: L33:import com.google.common.collect.ImmutableList;...github.com/google/guava/android/guava-tests/tes...Sat Oct 19 00:26:48 UTC 2024 15.4K bytes -
CipherSuiteTest.kt
String instance outside of the CipherSuite... L58: val cs = forJavaName("FakeCipherSuite_instancesAreInterned") L59: System.gc() // Unless cs references the String instance, it may now be garbage collected. L60: assertThat(forJavaName(java.lang.String(cs.javaName) as String)) L61: .isSameAs(cs) L62: } L63: L64: @Test L65: fun equals() { L66: assertThat(forJavaName("cipher")).isEqualTo(forJavaName("cipher")) L67: assertThat(forJavaName("cipherB")).isNotEqualTo(forJavaName("cipherA"))...github.com/square/okhttp/okhttp/src/test/java/o...Mon Jan 08 01:13:22 UTC 2024 8.2K bytes -
FessTransformer.java
java.util.HashMap; L23:import java.util.LinkedHashMap; L24:import java.util.Map; L25: L26:import org.apache.commons.lang3.StringUtils; L27:import org.apache.logging.log4j.Logger; L28:import org.codelibs.core.collection.LruHashMap; L29:import org.codelibs.core.lang.StringUtil; L30:import org.codelibs.fess.Constants; L31:import org.codelibs.fess.crawler.entity.AccessResult; L32:import org.codelibs.fess.crawler.entity.AccessResultData; L33:import org.codelibs.fess.crawler.entity.UrlQueue; L34:import org.codeli...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 9.5K bytes -
CharMappingFile.java
java.util.List; L32:import java.util.regex.Matcher; L33:import java.util.regex.Pattern; L34: L35:import org.apache.logging.log4j.LogManager; L36:import org.apache.logging.log4j.Logger; L37:import org.codelibs.core.io.CloseableUtil; L38:import org.codelibs.core.lang.StringUtil; L39:import org.codelibs.curl.CurlResponse; L40:import org.codelibs.fess.Constants; L41:import org.codelibs.fess.dict.DictionaryException; L42:import org.codelibs.fess.dict.DictionaryFile; L43:import org.codelibs.fess.util.ComponentUtil;...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 10.2K bytes -
MapPutTester.java
t.testing.AbstractMapTester; L31:import com.google.common.collect.testing.features.CollectionSize; L32:import com.google.common.collect.testing.features.MapFeature; L33:import com.google.errorprone.annotations.CanIgnoreReturnValue; L34:import java.lang.reflect.Method; L35:import java.util.ConcurrentModificationException; L36:import java.util.Iterator; L37:import java.util.Map.Entry; L38:import org.junit.Ignore; L39: L40:/** L41: * A generic JUnit test which tests {@code put} operations on a map....github.com/google/guava/android/guava-testlib/s...Wed Oct 30 16:15:19 UTC 2024 9.1K bytes -
NavigableSetNavigationTester.java
org.junit.Assert.assertThrows; L27: L28:import com.google.common.annotations.GwtIncompatible; L29:import com.google.common.collect.testing.features.CollectionFeature; L30:import com.google.common.collect.testing.features.CollectionSize; L31:import java.lang.reflect.Method; L32:import java.util.ArrayList; L33:import java.util.Collections; L34:import java.util.Iterator; L35:import java.util.List; L36:import java.util.NavigableSet; L37:import java.util.TreeSet; L38:import org.junit.Ignore; L39: L40:/** L41:...github.com/google/guava/android/guava-testlib/s...Wed Oct 30 16:15:19 UTC 2024 8.4K bytes -
StripedTest.java
L25:import com.google.common.collect.Maps; L26:import com.google.common.collect.Ordering; L27:import com.google.common.collect.Sets; L28:import com.google.common.testing.GcFinalization; L29:import com.google.common.testing.NullPointerTester; L30:import java.lang.ref.WeakReference; L31:import java.util.List; L32:import java.util.Map; L33:import java.util.Set; L34:import java.util.concurrent.Semaphore; L35:import java.util.concurrent.locks.Lock; L36:import java.util.concurrent.locks.ReadWriteLock; L37:import...github.com/google/guava/android/guava-tests/tes...Wed Jun 26 12:58:35 UTC 2024 8.4K bytes -
ByteSourceTester.java
ashCode; L28:import com.google.common.hash.Hashing; L29:import java.io.ByteArrayInputStream; L30:import java.io.ByteArrayOutputStream; L31:import java.io.IOException; L32:import java.io.InputStream; L33:import java.io.OutputStream; L34:import java.lang.reflect.Method; L35:import java.util.Map.Entry; L36:import java.util.Random; L37:import junit.framework.TestSuite; L38: L39:/** L40: * A generator of {@code TestSuite} instances for testing {@code ByteSource} implementations. L41: * Generates tests...github.com/google/guava/guava-tests/test/com/go...Tue Jul 23 14:22:54 UTC 2024 8.6K bytes