- Sort Score
- Result 10 results
- Languages All
Results 541 - 550 of 915 for Gang (0.02 sec)
-
PopularWordHelper.java
L22:import java.util.List; L23:import java.util.concurrent.ExecutionException; L24:import java.util.concurrent.TimeUnit; L25: L26:import org.apache.logging.log4j.LogManager; L27:import org.apache.logging.log4j.Logger; L28:import org.codelibs.core.lang.StringUtil; L29:import org.codelibs.fess.entity.SearchRequestParams.SearchRequestType; L30:import org.codelibs.fess.mylasta.direction.FessConfig; L31:import org.codelibs.fess.suggest.exception.SuggesterException; L32:import org.codelibs.fess.sugge...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 5.6K bytes -
ReflectionFreeAssertThrows.java
J2ktIncompatible; L22:import com.google.common.base.Predicate; L23:import com.google.common.base.VerifyException; L24:import com.google.common.collect.ImmutableMap; L25:import com.google.errorprone.annotations.CanIgnoreReturnValue; L26:import java.lang.reflect.InvocationTargetException; L27:import java.nio.charset.UnsupportedCharsetException; L28:import java.util.ConcurrentModificationException; L29:import java.util.NoSuchElementException; L30:import java.util.concurrent.CancellationException; L31:import...github.com/google/guava/android/guava-tests/tes...Mon Oct 21 16:27:30 UTC 2024 6.3K bytes -
ReflectionFreeAssertThrows.java
J2ktIncompatible; L22:import com.google.common.base.Predicate; L23:import com.google.common.base.VerifyException; L24:import com.google.common.collect.ImmutableMap; L25:import com.google.errorprone.annotations.CanIgnoreReturnValue; L26:import java.lang.reflect.InvocationTargetException; L27:import java.nio.charset.UnsupportedCharsetException; L28:import java.util.ConcurrentModificationException; L29:import java.util.NoSuchElementException; L30:import java.util.concurrent.CancellationException; L31:import...github.com/google/guava/guava-testlib/src/com/g...Thu Oct 17 20:00:30 UTC 2024 6.3K bytes -
AbstractIteratorTest.java
com.google.common.annotations.J2ktIncompatible; L24:import com.google.common.base.TestExceptions.SomeCheckedException; L25:import com.google.common.base.TestExceptions.SomeUncheckedException; L26:import com.google.common.testing.GcFinalization; L27:import java.lang.ref.WeakReference; L28:import java.util.Iterator; L29:import java.util.NoSuchElementException; L30:import junit.framework.TestCase; L31: L32:/** L33: * Unit test for {@code AbstractIterator}. L34: * L35: * @author Kevin Bourrillion L36: */ L37:@Gw...github.com/google/guava/guava-tests/test/com/go...Tue Sep 17 18:14:12 UTC 2024 5.7K bytes -
ReflectionFreeAssertThrows.java
J2ktIncompatible; L22:import com.google.common.base.Predicate; L23:import com.google.common.base.VerifyException; L24:import com.google.common.collect.ImmutableMap; L25:import com.google.errorprone.annotations.CanIgnoreReturnValue; L26:import java.lang.reflect.InvocationTargetException; L27:import java.nio.charset.UnsupportedCharsetException; L28:import java.util.ConcurrentModificationException; L29:import java.util.NoSuchElementException; L30:import java.util.concurrent.CancellationException; L31:import...github.com/google/guava/guava-tests/test/com/go...Mon Oct 21 16:27:30 UTC 2024 6.3K bytes -
StringUtilTest.java
limitations under the License. L15: */ L16:package org.codelibs.core.lang; L17: L18:import static org.hamcrest.CoreMatchers.is; L19:import static org.hamcrest.CoreMatchers.nullValue; L20:import static org.junit.Assert.assertEquals; L21:import static org.junit.Assert.assertFalse; L22:import static org.junit.Assert.assertNull; L23:import static org.junit.Assert.assertThat; L24:import static org.junit.Assert.assertTrue; L25: L26:import java.lang.reflect.Method; L27: L28:import org.junit.Test; L29: L30:/** L31:...github.com/codelibs/corelib/src/test/java/org/c...Thu Mar 07 01:59:08 UTC 2024 12K 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