Search Options

Results per page
Sort
Preferred Languages
Advance

Results 531 - 540 of 915 for Gang (0.01 sec)

  1. 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/guava-testlib/src/com/g...
    Wed Oct 30 16:15:19 UTC 2024
      5K bytes
  2. CompactHashMapTest.java

    L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect; L18: L19:import static com.google.common.collect.Iterables.getOnlyElement; L20:import static com.google.common.truth.Truth.assertThat; L21:import static java.lang.Math.max; L22: L23:import com.google.common.collect.testing.MapTestSuiteBuilder; L24:import com.google.common.collect.testing.TestStringMapGenerator; L25:import com.google.common.collect.testing.features.CollectionFeature; L26:import com.google.co...
    github.com/google/guava/guava-tests/test/com/go...
    Fri Oct 18 20:24:49 UTC 2024
      5.3K bytes
  3. SortedSetTestSuiteBuilder.java

    L26:import com.google.common.collect.testing.testers.CollectionAddAllTester; L27:import com.google.common.collect.testing.testers.CollectionAddTester; L28:import com.google.common.collect.testing.testers.SortedSetNavigationTester; L29:import java.lang.reflect.Method; L30:import java.util.ArrayList; L31:import java.util.Collection; L32:import java.util.HashSet; L33:import java.util.List; L34:import java.util.Set; L35:import junit.framework.TestSuite; L36: L37:/** L38: * Creates, based on your criteria,...
    github.com/google/guava/guava-testlib/src/com/g...
    Wed Oct 30 16:15:19 UTC 2024
      4.9K bytes
  4. FessProp.java

    default boolean isOnlineHelpSupportedLang(final String lang) { L869: if (StringUtil.isBlank(getOnlineHelpSupportedLangs())) { L870: return false; L871: } L872: return split(getOnlineHelpSupportedLangs(), ",").get(stream -> stream.filter(StringUtil::isNotBlank).anyMatch(s -> s.equals(lang))); L873: } L874: L875: String getForumSupportedLangs(); L876: L877: default boolean isForumSupportedLang(final String lang) { L878: if (StringUtil.isBlank(getForumSupportedLangs()))...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:15 UTC 2024
      87.2K bytes
  5. AbstractIteratorTest.java

    com.google.common.annotations.J2ktIncompatible; L24:import com.google.common.collect.TestExceptions.SomeCheckedException; L25:import com.google.common.collect.TestExceptions.SomeUncheckedException; L26:import com.google.common.testing.GcFinalization; L27:import java.lang.ref.WeakReference; L28:import java.util.Iterator; L29:import java.util.NoSuchElementException; L30:import junit.framework.TestCase; L31:import org.checkerframework.checker.nullness.qual.Nullable; L32: L33:/** L34: * Unit test for {@code AbstractIterator}....
    github.com/google/guava/android/guava-tests/tes...
    Tue Oct 15 17:36:06 UTC 2024
      8.1K bytes
  6. AbstractIteratorTest.java

    com.google.common.annotations.J2ktIncompatible; L24:import com.google.common.collect.TestExceptions.SomeCheckedException; L25:import com.google.common.collect.TestExceptions.SomeUncheckedException; L26:import com.google.common.testing.GcFinalization; L27:import java.lang.ref.WeakReference; L28:import java.util.Iterator; L29:import java.util.NoSuchElementException; L30:import junit.framework.TestCase; L31:import org.checkerframework.checker.nullness.qual.Nullable; L32: L33:/** L34: * Unit test for {@code AbstractIterator}....
    github.com/google/guava/guava-tests/test/com/go...
    Tue Oct 15 17:36:06 UTC 2024
      8.1K bytes
  7. openapi-user.yaml

    - name: geo.location.distance L142: in: query L143: description: Distance for Geo search L144: required: false L145: schema: L146: type: string L147: example: 10km L148: - name: lang L149: in: query L150: description: Language L151: required: false L152: schema: L153: type: string L154: example: en L155: - name: preference L156: in: query L157: description:...
    github.com/codelibs/fess/src/main/config/openap...
    Thu May 09 06:31:27 UTC 2024
      21.6K bytes
  8. AdminEsreqAction.java

    eader; L23:import java.util.Locale; L24: L25:import org.apache.logging.log4j.LogManager; L26:import org.apache.logging.log4j.Logger; L27:import org.codelibs.core.io.CopyUtil; L28:import org.codelibs.core.io.ReaderUtil; L29:import org.codelibs.core.lang.StringUtil; L30:import org.codelibs.curl.CurlRequest; L31:import org.codelibs.curl.CurlResponse; L32:import org.codelibs.fess.Constants; L33:import org.codelibs.fess.annotation.Secured; L34:import org.codelibs.fess.app.web.base.FessAdminAction; L35:import...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      6.2K bytes
  9. PopularWordHelper.java

    L22:import java.util.List; L23:import java.util.concurrent.ExecutionException; L24:import java.util.concurrent.TimeUnit; 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.entity.SearchRequestParams.SearchRequestType; L30:import org.codelibs.fess.mylasta.direction.FessConfig; L31:import org.codelibs.fess.suggest.exception.SuggesterException; L32:import org.codelibs.fess.sugge...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      5.6K bytes
  10. 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/android/guava-tests/tes...
    Mon Oct 21 16:27:30 UTC 2024
      6.3K bytes
Back to top