- Sort Score
- Result 10 results
- Languages All
Results 381 - 390 of 835 for Gang (0.02 sec)
-
TestRegistration.kt
implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16:package okhttp3 L17: L18:import com.oracle.svm.core.annotate.AutomaticFeature L19:import java.io.File L20:import java.lang.IllegalStateException L21:import org.graalvm.nativeimage.hosted.Feature L22:import org.graalvm.nativeimage.hosted.RuntimeClassInitialization L23:import org.graalvm.nativeimage.hosted.RuntimeReflection L24: L25:@AutomaticFeature L26:class TestRegistration...github.com/square/okhttp/native-image-tests/src...Mon Jan 08 01:13:22 UTC 2024 3.7K bytes -
DataStoreFactory.java
java.util.stream.Collectors; L31: L32:import javax.xml.parsers.DocumentBuilder; L33:import javax.xml.parsers.DocumentBuilderFactory; L34: L35:import org.apache.logging.log4j.LogManager; L36:import org.apache.logging.log4j.Logger; L37:import org.codelibs.core.lang.StringUtil; L38:import org.codelibs.fess.Constants; L39:import org.codelibs.fess.helper.PluginHelper; L40:import org.codelibs.fess.util.ComponentUtil; L41:import org.codelibs.fess.util.ResourceUtil; L42:import org.w3c.dom.Document; L43:import org....github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 5.1K bytes -
QueryContext.java
L21:import java.util.Collections; L22:import java.util.HashMap; L23:import java.util.HashSet; L24:import java.util.List; L25:import java.util.Map; L26:import java.util.Set; L27:import java.util.function.Consumer; L28: L29:import org.codelibs.core.lang.StringUtil; L30:import org.codelibs.fess.Constants; L31:import org.codelibs.fess.util.ComponentUtil; L32:import org.lastaflute.web.util.LaRequestUtil; L33:import org.opensearch.index.query.BoolQueryBuilder; L34:import org.opensearch.index.query.MatchAllQueryBuilder;...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 5.8K bytes -
ListGenerators.java
for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect.testing.google; L18: L19:import static com.google.common.collect.Lists.charactersOf; L20:import static java.lang.System.arraycopy; L21:import static java.util.Arrays.asList; L22: L23:import com.google.common.annotations.GwtCompatible; L24:import com.google.common.collect.ImmutableList; L25:import com.google.common.collect.testing.TestCharacterListGenerator; L26:import...github.com/google/guava/android/guava-testlib/s...Wed Oct 30 16:15:19 UTC 2024 5K bytes -
ListAddAtIndexTester.java
ons.J2ktIncompatible; L30:import com.google.common.collect.testing.features.CollectionFeature; L31:import com.google.common.collect.testing.features.CollectionSize; L32:import com.google.common.collect.testing.features.ListFeature; L33:import java.lang.reflect.Method; L34:import java.util.ConcurrentModificationException; L35:import java.util.Iterator; L36:import org.junit.Ignore; L37: L38:/** L39: * A generic JUnit test which tests {@code add(int, Object)} operations on a list. Can't be invoked L40:...github.com/google/guava/android/guava-testlib/s...Wed Oct 30 16:15:19 UTC 2024 5.4K bytes -
NotificationHelper.java
L16:package org.codelibs.fess.helper; L17: L18:import java.io.IOException; L19: L20:import org.apache.commons.text.StringEscapeUtils; L21:import org.apache.logging.log4j.LogManager; L22:import org.apache.logging.log4j.Logger; L23:import org.codelibs.core.lang.StringUtil; L24:import org.codelibs.core.stream.StreamUtil; L25:import org.codelibs.curl.Curl; L26:import org.codelibs.curl.CurlResponse; L27:import org.codelibs.fess.mylasta.direction.FessConfig; L28:import org.codelibs.fess.util.ComponentUtil; L29:import...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 5.1K bytes -
ListListIteratorTester.java
t.testing.IteratorFeature; L34:import com.google.common.collect.testing.ListIteratorTester; L35:import com.google.common.collect.testing.features.CollectionFeature; L36:import com.google.common.collect.testing.features.ListFeature; L37:import java.lang.reflect.Method; L38:import java.util.List; L39:import java.util.ListIterator; L40:import java.util.Set; L41:import java.util.concurrent.CopyOnWriteArraySet; L42:import org.checkerframework.checker.nullness.qual.Nullable; L43:import org.junit.Ignore;...github.com/google/guava/android/guava-testlib/s...Wed Oct 30 16:15:19 UTC 2024 5K bytes -
ListGenerators.java
for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect.testing.google; L18: L19:import static com.google.common.collect.Lists.charactersOf; L20:import static java.lang.System.arraycopy; L21:import static java.util.Arrays.asList; L22: L23:import com.google.common.annotations.GwtCompatible; L24:import com.google.common.collect.ImmutableList; L25:import com.google.common.collect.testing.TestCharacterListGenerator; L26:import...github.com/google/guava/guava-testlib/src/com/g...Wed Oct 30 16:15:19 UTC 2024 5K bytes -
PerCollectionSizeTestSuiteBuilder.java
L21:import static java.util.Arrays.asList; L22: L23:import com.google.common.annotations.GwtIncompatible; L24:import com.google.common.collect.testing.features.CollectionSize; L25:import com.google.common.collect.testing.features.Feature; L26:import java.lang.reflect.Method; L27:import java.util.ArrayList; L28:import java.util.List; L29:import java.util.Set; L30:import java.util.logging.Logger; L31:import junit.framework.TestSuite; L32: L33:/** L34: * This builder creates a composite test suite, containing...github.com/google/guava/android/guava-testlib/s...Wed Oct 30 16:15:19 UTC 2024 5.4K 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/android/guava-tests/tes...Wed Sep 06 17:04:31 UTC 2023 6.1K bytes