- Sort Score
- Result 10 results
- Languages All
Results 581 - 590 of 915 for Gang (0.02 sec)
-
package-list
ork.javacutil.dist L95:org.checkerframework.javacutil.trees L96:org.eclipse.jdt.annotation L97:org.eclipse.jgit.annotations L98:org.jetbrains.annotations L99:org.jmlspecs.annotation L100:org.netbeans.api.annotations.common L101:org.springframework.lang...github.com/google/guava/guava/javadoc-link/chec...Thu Dec 07 19:00:31 UTC 2017 3.8K bytes -
ImmutableBiMapFloodingTest.java
com.google.common.collect; L18: L19:import static com.google.common.collect.ImmutableList.toImmutableList; L20:import static com.google.common.collect.Lists.transform; L21:import static com.google.common.collect.Maps.immutableEntry; L22:import static java.lang.Math.log; L23: L24:import com.google.common.annotations.GwtIncompatible; L25:import com.google.errorprone.annotations.CanIgnoreReturnValue; L26:import java.util.EnumSet; L27:import java.util.LinkedHashMap; L28:import java.util.List; L29:import java.util.Map;...github.com/google/guava/guava-tests/test/com/go...Wed Oct 30 16:15:19 UTC 2024 4.2K bytes -
ByteSinkTester.java
harsets.UTF_8; L22:import static org.junit.Assert.assertArrayEquals; L23: L24:import com.google.common.collect.ImmutableList; L25:import java.io.ByteArrayInputStream; L26:import java.io.IOException; L27:import java.io.OutputStream; L28:import java.lang.reflect.Method; L29:import java.util.Map.Entry; L30:import junit.framework.TestSuite; L31: L32:/** L33: * A generator of {@code TestSuite} instances for testing {@code ByteSink} implementations. L34: * Generates tests of all methods on a {@code ByteSink}...github.com/google/guava/guava-tests/test/com/go...Tue Jul 23 14:22:54 UTC 2024 4K bytes -
CrawlingConfigHelper.java
L22:import java.util.concurrent.ConcurrentHashMap; L23:import java.util.concurrent.TimeUnit; 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.fess.Constants; L30:import org.codelibs.fess.app.service.DataConfigService; L31:import org.codelibs.fess.app.service.FileConfigService; L32:import org.codelibs.fess.app.service.WebConfigService; L33:import org.c...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 11.7K bytes -
PermissionHelper.java
ncipal; L24:import java.util.ArrayList; L25:import java.util.List; L26:import java.util.Locale; L27:import java.util.Map; L28: L29:import org.apache.logging.log4j.LogManager; L30:import org.apache.logging.log4j.Logger; L31:import org.codelibs.core.lang.StringUtil; L32:import org.codelibs.fess.crawler.client.fs.FileSystemClient; L33:import org.codelibs.fess.crawler.client.ftp.FtpClient; L34:import org.codelibs.fess.crawler.client.smb.SmbClient; L35:import org.codelibs.fess.crawler.entity.ResponseData;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 12.3K bytes -
BaseThumbnailGenerator.java
java.util.List; L24:import java.util.Map; L25:import java.util.function.BiPredicate; L26:import java.util.function.Predicate; 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.misc.Tuple3; L32:import org.codelibs.fess.crawler.builder.RequestDataBuilder; L33:import org.codelibs.fess.crawler.client.CrawlerClient; L34:import org.codelibs.fess.crawler.client.CrawlerClientFactory; L35:import...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 11.1K bytes -
FreshValueGeneratorTest.java
m; L64:import java.io.File; L65:import java.io.InputStream; L66:import java.io.OutputStream; L67:import java.io.Reader; L68:import java.io.StringReader; L69:import java.io.StringWriter; L70:import java.io.Writer; L71:import java.lang.reflect.Method; L72:import java.lang.reflect.Type; L73:import java.math.BigDecimal; L74:import java.math.BigInteger; L75:import java.nio.Buffer; L76:import java.nio.ByteBuffer; L77:import java.nio.CharBuffer; L78:import java.nio.DoubleBuffer; L79:import java.nio.FloatBuffer;...github.com/google/guava/guava-testlib/test/com/...Mon Dec 04 17:37:03 UTC 2017 18.4K bytes -
Quantiles.java
permissions and limitations under L12: * the License. L13: */ L14: L15:package com.google.common.math; L16: L17:import static com.google.common.base.Preconditions.checkArgument; L18:import static java.lang.Double.NEGATIVE_INFINITY; L19:import static java.lang.Double.NaN; L20:import static java.lang.Double.POSITIVE_INFINITY; L21:import static java.util.Arrays.sort; L22:import static java.util.Collections.unmodifiableMap; L23: L24:import com.google.common.annotations.GwtIncompatible; L25:import co...github.com/google/guava/android/guava/src/com/g...Fri May 12 17:02:53 UTC 2023 29.9K bytes -
Platform.kt
ClassNotFoundException) { L102: null L103: } catch (e: RuntimeException) { L104: // Throws InaccessibleObjectException (added in JDK9) on JDK 17 due to L105: // JEP 403 Strongly Encapsulate JDK Internals. L106: if (e.javaClass.name != "java.lang.reflect.InaccessibleObjectException") { L107: throw e L108: } L109: L110: null L111: } L112: } L113: L114: /** L115: * Configure TLS extensions on `sslSocket` for `route`. L116: */ L117: open fun configureTlsExtensions( L118:...github.com/square/okhttp/okhttp/src/main/kotlin...Mon Jan 08 01:13:22 UTC 2024 9.8K bytes -
AbstractMultisetSetCountTester.java
com.google.common.collect.Multiset.Entry; L34:import com.google.common.collect.testing.Helpers; L35:import com.google.common.collect.testing.features.CollectionFeature; L36:import com.google.common.collect.testing.features.CollectionSize; L37:import java.lang.reflect.Method; L38:import java.util.ConcurrentModificationException; L39:import java.util.Iterator; L40:import java.util.List; L41:import org.junit.Ignore; L42: L43:/** L44: * Common superclass for {@link MultisetSetCountUnconditionallyTester} and...github.com/google/guava/guava-testlib/src/com/g...Sat Oct 19 00:05:46 UTC 2024 13K bytes