- Sort Score
- Result 10 results
- Languages All
Results 391 - 400 of 835 for Gang (0.01 sec)
-
ThemeHelper.java
java.util.Comparator; L24:import java.util.stream.Stream; L25:import java.util.zip.ZipEntry; L26:import java.util.zip.ZipInputStream; L27: L28:import org.apache.logging.log4j.LogManager; L29:import org.apache.logging.log4j.Logger; L30:import org.codelibs.core.lang.StringUtil; L31:import org.codelibs.core.stream.StreamUtil; L32:import org.codelibs.fess.exception.ThemeException; L33:import org.codelibs.fess.helper.PluginHelper.Artifact; L34:import org.codelibs.fess.helper.PluginHelper.ArtifactType; L35:import...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 5.7K bytes -
doc.json
"type": "long" L538: }, L539: "filename": { L540: "type": "keyword" L541: }, L542: "filetype": { L543: "type": "keyword" L544: }, L545: "host": { L546: "type": "keyword" L547: }, L548: "lang": { L549: "type": "keyword" L550: }, L551: "last_modified": { L552: "type": "date", L553: "format": "date_optional_time" L554: }, L555: "location": { L556: "type": "geo_point" L557: }, L558: ...github.com/codelibs/fess/src/main/resources/fes...Tue Aug 15 11:50:35 UTC 2023 11.7K bytes -
MapCreationTester.java
com.google.common.annotations.J2ktIncompatible; L31:import com.google.common.collect.testing.AbstractMapTester; L32:import com.google.common.collect.testing.features.CollectionSize; L33:import com.google.common.collect.testing.features.MapFeature; L34:import java.lang.reflect.Method; L35:import java.util.List; L36:import java.util.Map.Entry; L37:import org.junit.Ignore; L38: L39:/** L40: * A generic JUnit test which tests creation (typically through a constructor or static factory L41: * method) of a map. Can't...github.com/google/guava/guava-testlib/src/com/g...Wed Oct 30 16:15:19 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/guava-tests/test/com/go...Sat Oct 19 02:56:12 UTC 2024 6.3K bytes -
AbstractFutureCancellationCauseTest.java
permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.util.concurrent; L18: L19:import static com.google.common.truth.Truth.assertThat; L20:import static org.junit.Assert.assertThrows; L21: L22:import java.lang.reflect.Method; L23:import java.net.URLClassLoader; L24:import java.util.HashMap; L25:import java.util.Map; L26:import java.util.concurrent.CancellationException; L27:import java.util.concurrent.Executor; L28:import java.util.concurrent.Future; L29:import...github.com/google/guava/guava-tests/test/com/go...Wed Sep 06 17:04:31 UTC 2023 6.1K 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...Fri Oct 18 15:00:32 UTC 2024 6.3K bytes -
OpenJdk6QueueTests.java
L15: */ L16: L17:package com.google.common.collect.testing; L18: L19:import static com.google.common.collect.testing.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod; L20:import static java.util.Arrays.asList; L21: L22:import java.lang.reflect.Method; L23:import java.util.Collection; L24:import java.util.List; L25:import java.util.Queue; L26:import junit.framework.Test; L27: L28:/** L29: * Tests the {@link Queue} implementations of {@link java.util}, suppressing tests that trip known...github.com/google/guava/android/guava-testlib/t...Sat Oct 19 00:05:46 UTC 2024 1.5K bytes -
WebFsIndexHelper.java
java.util.Map; L24:import java.util.concurrent.atomic.AtomicBoolean; L25:import java.util.regex.Pattern; L26: L27:import org.apache.logging.log4j.LogManager; L28:import org.apache.logging.log4j.Logger; L29:import org.codelibs.core.lang.StringUtil; L30:import org.codelibs.core.lang.ThreadUtil; L31:import org.codelibs.fess.Constants; L32:import org.codelibs.fess.crawler.Crawler; L33:import org.codelibs.fess.crawler.CrawlerContext; L34:import org.codelibs.fess.crawler.CrawlerStatus; L35:import org.codeli...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 22.6K bytes -
TestThread.java
L22:import static junit.framework.Assert.assertNotNull; L23:import static junit.framework.Assert.assertNull; L24:import static junit.framework.Assert.assertSame; L25: L26:import com.google.common.testing.TearDown; L27:import java.lang.reflect.InvocationTargetException; L28:import java.lang.reflect.Method; L29:import java.util.concurrent.SynchronousQueue; L30:import java.util.concurrent.TimeoutException; L31:import junit.framework.AssertionFailedError; L32:import org.checkerframework.checker.nullness.qual.Nullable;...github.com/google/guava/android/guava-tests/tes...Fri Oct 18 22:10:29 UTC 2024 10.7K bytes -
QueuesTest.java
limitations under the License. L15: */ L16: L17:package com.google.common.collect; L18: L19:import static com.google.common.collect.Lists.newArrayList; L20:import static com.google.common.truth.Truth.assertThat; L21:import static java.lang.Long.MAX_VALUE; L22:import static java.lang.Thread.currentThread; L23:import static java.util.concurrent.Executors.newCachedThreadPool; L24:import static java.util.concurrent.TimeUnit.MILLISECONDS; L25:import static java.util.concurrent.TimeUnit.NANOSECONDS; L26:import...github.com/google/guava/guava-tests/test/com/go...Thu Oct 17 02:42:09 UTC 2024 12.1K bytes