Search Options

Results per page
Sort
Preferred Languages
Advance

Results 571 - 580 of 915 for Gang (0.01 sec)

  1. CompactHashSet.java

    L19:import static com.google.common.collect.CollectPreconditions.checkRemove; L20:import static com.google.common.collect.CompactHashing.UNSET; L21:import static com.google.common.collect.Hashing.smearedHash; L22:import static java.lang.Math.max; L23:import static java.lang.Math.min; L24:import static java.util.Objects.requireNonNull; L25: L26:import com.google.common.annotations.GwtIncompatible; L27:import com.google.common.annotations.J2ktIncompatible; L28:import com.google.common.annotations.VisibleForTesting;...
    github.com/google/guava/android/guava/src/com/g...
    Fri Oct 18 20:24:49 UTC 2024
      24K bytes
  2. SamlCredential.java

    org.codelibs.core.stream.StreamUtil.stream; L20: L21:import java.util.ArrayList; L22:import java.util.Arrays; L23:import java.util.HashSet; L24:import java.util.List; L25:import java.util.Map; L26:import java.util.Set; L27: L28:import org.codelibs.core.lang.StringUtil; L29:import org.codelibs.fess.entity.FessUser; L30:import org.codelibs.fess.helper.SystemHelper; L31:import org.codelibs.fess.mylasta.direction.FessConfig; L32:import org.codelibs.fess.util.ComponentUtil; L33:import org.codelibs.saml2.Auth;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      6.6K bytes
  3. HtmlTagBasedGenerator.java

    L27:import javax.imageio.ImageReadParam; L28:import javax.imageio.ImageReader; L29:import javax.imageio.stream.ImageInputStream; L30: L31:import org.apache.logging.log4j.LogManager; L32:import org.apache.logging.log4j.Logger; L33:import org.codelibs.core.lang.StringUtil; L34:import org.codelibs.core.misc.Tuple3; L35:import org.codelibs.fess.crawler.entity.ResponseData; L36:import org.codelibs.fess.mylasta.direction.FessConfig; L37:import org.codelibs.fess.util.ComponentUtil; L38:import org.codelibs.fes...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      7.5K bytes
  4. MapMergeTester.java

    er; L31:import com.google.common.collect.testing.features.CollectionSize; L32:import com.google.common.collect.testing.features.MapFeature; L33:import com.google.common.collect.testing.testers.TestExceptions.SomeUncheckedException; L34:import java.lang.reflect.Method; L35:import java.util.Hashtable; L36:import java.util.Map; L37:import junit.framework.AssertionFailedError; L38:import org.junit.Ignore; L39: L40:/** L41: * A generic JUnit test which tests {@link Map#merge}. Can't be invoked directly;...
    github.com/google/guava/guava-testlib/src/com/g...
    Wed Oct 30 16:15:19 UTC 2024
      6.7K bytes
  5. ReflectionFreeAssertThrows.java

    omeError; L27:import com.google.common.collect.TestExceptions.SomeOtherCheckedException; L28:import com.google.common.collect.TestExceptions.SomeUncheckedException; L29:import com.google.errorprone.annotations.CanIgnoreReturnValue; L30:import java.lang.reflect.InvocationTargetException; L31:import java.nio.charset.UnsupportedCharsetException; L32:import java.util.ConcurrentModificationException; L33:import java.util.NoSuchElementException; L34:import java.util.concurrent.CancellationException; L35:import...
    github.com/google/guava/guava-tests/test/com/go...
    Thu Oct 17 19:43:49 UTC 2024
      7K bytes
  6. KeyMatchHelper.java

    java.util.Collections; L20:import java.util.HashMap; L21:import java.util.List; L22:import java.util.Locale; L23:import java.util.Map; 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.Tuple3; L29:import org.codelibs.fess.Constants; L30:import org.codelibs.fess.entity.SearchRequestParams.SearchRequestType; L31:import org.codelibs.fess.es.client.SearchEngineClient; L32:import org.code...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      8.2K bytes
  7. ObjectArrays.java

    L17:package com.google.common.collect; L18: L19:import static com.google.common.base.Preconditions.checkPositionIndexes; L20:import static java.lang.System.arraycopy; L21: L22:import com.google.common.annotations.GwtCompatible; L23:import com.google.common.annotations.GwtIncompatible; L24:import com.google.errorprone.annotations.CanIgnoreReturnValue; L25:import java.lang.reflect.Array; L26:import java.util.Arrays; L27:import java.util.Collection; L28:import javax.annotation.CheckForNull; L29:import org.c...
    github.com/google/guava/android/guava/src/com/g...
    Wed Oct 30 16:15:19 UTC 2024
      9K bytes
  8. UserService.java

    specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.service; L17: L18:import java.util.List; L19: L20:import org.codelibs.core.beans.util.BeanUtil; L21:import org.codelibs.core.lang.StringUtil; L22:import org.codelibs.fess.Constants; L23:import org.codelibs.fess.app.pager.UserPager; L24:import org.codelibs.fess.app.web.base.login.FessLoginAssist; L25:import org.codelibs.fess.es.user.cbean.UserCB; L26:import org.codelibs.fess....
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      4.2K bytes
  9. MinimalCollection.java

    CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect.testing; L18: L19:import static java.lang.System.arraycopy; L20:import static java.util.Arrays.asList; L21: L22:import com.google.common.annotations.GwtCompatible; L23:import java.util.AbstractCollection; L24:import java.util.Collection; L25:import java.util.Iterator; L26:import org.check...
    github.com/google/guava/android/guava-testlib/s...
    Wed Oct 30 16:15:19 UTC 2024
      3.8K bytes
  10. 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/android/guava-tests/tes...
    Tue Jul 23 14:22:54 UTC 2024
      4K bytes
Back to top