- Sort Score
- Result 10 results
- Languages All
Results 611 - 620 of 915 for Gang (0.03 sec)
-
TaskRunner.kt
L327: override fun nanoTime() = System.nanoTime() L328: L329: override fun coordinatorNotify(taskRunner: TaskRunner) { L330: taskRunner.condition.signal() L331: } L332: L333: /** L334: * Wait a duration in nanoseconds. Unlike [java.lang.Object.wait] this interprets 0 as L335: * "don't wait" instead of "wait forever". L336: */ L337: @Throws(InterruptedException::class) L338: @Suppress("PLATFORM_CLASS_MAPPED_TO_KOTLIN") L339: override fun coordinatorWait( L340: ...github.com/square/okhttp/okhttp/src/main/kotlin...Mon Apr 29 00:33:04 UTC 2024 10.6K bytes -
Serialization.java
L18: L19:import com.google.common.annotations.GwtIncompatible; L20:import com.google.common.annotations.J2ktIncompatible; L21:import java.io.IOException; L22:import java.io.ObjectInputStream; L23:import java.io.ObjectOutputStream; L24:import java.lang.reflect.Field; L25:import java.util.Collection; L26:import java.util.Map; L27:import org.checkerframework.checker.nullness.qual.Nullable; L28: L29:/** L30: * Provides static methods for serializing collection classes. L31: * L32: * <p>This class assists...github.com/google/guava/android/guava/src/com/g...Mon Mar 06 16:06:58 UTC 2023 8.5K bytes -
ArrayUtilTest.java
org.hamcrest.CoreMatchers.sameInstance; L22:import static org.junit.Assert.assertArrayEquals; L23:import static org.junit.Assert.assertFalse; L24:import static org.junit.Assert.assertThat; L25:import static org.junit.Assert.assertTrue; L26: L27:import java.lang.reflect.Array; L28:import java.util.List; L29: L30:import org.junit.Test; L31: L32:/** L33: * @author higa L34: * L35: */ L36:public class ArrayUtilTest { L37: L38: /** L39: * @throws Exception L40: */ L41: @Test L42: public void testAsArray()...github.com/codelibs/corelib/src/test/java/org/c...Thu Mar 07 01:59:08 UTC 2024 10.6K bytes -
SamlAuthenticator.java
L20:import java.util.HashMap; L21:import java.util.List; L22:import java.util.Map; L23:import java.util.stream.Collectors; L24: L25:import org.apache.logging.log4j.LogManager; L26:import org.apache.logging.log4j.Logger; L27:import org.codelibs.core.lang.StringUtil; L28:import org.codelibs.core.misc.DynamicProperties; L29:import org.codelibs.core.net.UuidUtil; L30:import org.codelibs.fess.app.web.base.login.ActionResponseCredential; L31:import org.codelibs.fess.app.web.base.login.FessLoginAssist.L...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 15.2K bytes -
PairedStatsAccumulator.java
L12: * the License. L13: */ L14: L15:package com.google.common.math; L16: L17:import static com.google.common.base.Preconditions.checkState; L18:import static com.google.common.primitives.Doubles.isFinite; L19:import static java.lang.Double.NaN; L20:import static java.lang.Double.isNaN; L21: L22:import com.google.common.annotations.GwtIncompatible; L23:import com.google.common.annotations.J2ktIncompatible; L24:import com.google.common.primitives.Doubles; L25: L26:/** L27: * A mutable object which...github.com/google/guava/android/guava/src/com/g...Fri May 12 17:02:53 UTC 2023 10.3K bytes -
PrunedTag.java
L18:import static org.codelibs.core.stream.StreamUtil.split; L19: L20:import java.util.Objects; L21:import java.util.regex.Matcher; L22:import java.util.regex.Pattern; L23: L24:import org.apache.commons.lang3.StringUtils; L25:import org.codelibs.core.lang.StringUtil; L26:import org.codelibs.core.stream.StreamUtil; L27:import org.codelibs.fess.exception.FessSystemException; L28:import org.w3c.dom.Node; L29: L30:public class PrunedTag { L31: private final String tag; L32: private String id; L33:...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 4.8K bytes -
RelatedContentHelper.java
java.util.HashMap; L21:import java.util.List; L22:import java.util.Locale; L23:import java.util.Map; L24:import java.util.regex.Pattern; 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.core.misc.Pair; L30:import org.codelibs.fess.es.config.exbhv.RelatedContentBhv; L31:import org.codelibs.fess.es.config.exentity.RelatedContent; L32:import org.codelibs.fess.util.ComponentUtil; L33: L34:import ja...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 4.8K bytes -
PingResponse.java
License. L15: */ L16:package org.codelibs.fess.entity; L17: L18:import java.io.ByteArrayOutputStream; L19:import java.io.IOException; L20:import java.io.OutputStream; L21:import java.util.Locale; L22:import java.util.Set; L23: L24:import org.codelibs.core.lang.StringUtil; L25:import org.codelibs.fess.Constants; L26:import org.codelibs.fess.util.ComponentUtil; L27:import org.codelibs.fess.util.SearchEngineUtil; L28:import org.lastaflute.di.exception.IORuntimeException; L29:import org.opensearch.action.ad...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 5.9K bytes -
SearchRequestParams.java
permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.entity; L17: L18:import static org.codelibs.core.stream.StreamUtil.stream; L19: L20:import java.util.Locale; L21:import java.util.Map; L22: L23:import org.codelibs.core.lang.StringUtil; L24:import org.codelibs.fess.util.ComponentUtil; L25: L26:import jakarta.servlet.http.HttpServletRequest; L27: L28:public abstract class SearchRequestParams { L29: L30: public static final String AS_NQ = "nq"; L31: L32: public static...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 4.8K bytes -
CollectionAddAllTester.java
bstractCollectionTester; L32:import com.google.common.collect.testing.MinimalCollection; L33:import com.google.common.collect.testing.features.CollectionFeature; L34:import com.google.common.collect.testing.features.CollectionSize; L35:import java.lang.reflect.Method; L36:import java.util.ConcurrentModificationException; L37:import java.util.Iterator; L38:import java.util.List; L39:import org.checkerframework.checker.nullness.qual.Nullable; L40:import org.junit.Ignore; L41: L42:/** L43: * A generic...github.com/google/guava/android/guava-testlib/s...Wed Oct 30 16:15:19 UTC 2024 7.8K bytes