Search Options

Results per page
Sort
Preferred Languages
Advance

Results 501 - 510 of 915 for Gang (0.02 sec)

  1. 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
  2. CacheBuilder.java

    AbstractCache.StatsCounter; L32:import com.google.common.cache.LocalCache.Strength; L33:import com.google.errorprone.annotations.CanIgnoreReturnValue; L34:import com.google.j2objc.annotations.J2ObjCIncompatible; L35:import java.lang.ref.SoftReference; L36:import java.lang.ref.WeakReference; L37:import java.time.Duration; L38:import java.util.ConcurrentModificationException; L39:import java.util.IdentityHashMap; L40:import java.util.Map; L41:import java.util.concurrent.TimeUnit; L42:import java.util.logging.Level;...
    github.com/google/guava/android/guava/src/com/g...
    Fri Oct 18 19:07:49 UTC 2024
      52K bytes
  3. UserInfoHelper.java

    L15: */ L16:package org.codelibs.fess.helper; L17: L18:import java.util.ArrayList; L19:import java.util.List; L20:import java.util.Map; L21:import java.util.UUID; L22: L23:import org.codelibs.core.collection.LruHashMap; L24:import org.codelibs.core.lang.StringUtil; L25:import org.codelibs.fess.Constants; L26:import org.codelibs.fess.mylasta.direction.FessConfig; L27:import org.codelibs.fess.util.ComponentUtil; L28:import org.lastaflute.core.security.PrimaryCipher; L29:import org.lastaflute.web.lo...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      8.5K bytes
  4. HashingTest.java

    L28:import com.google.common.primitives.Ints; L29:import com.google.common.testing.EqualsTester; L30:import com.google.common.testing.NullPointerTester; L31:import com.google.common.util.concurrent.AtomicLongMap; L32:import java.lang.reflect.Method; L33:import java.lang.reflect.Modifier; L34:import java.nio.ByteBuffer; L35:import java.util.Collections; L36:import java.util.List; L37:import java.util.Locale; L38:import java.util.Random; L39:import junit.framework.TestCase; L40: L41:/** L42: * Unit...
    github.com/google/guava/guava-tests/test/com/go...
    Tue Jul 09 17:40:09 UTC 2024
      26.3K bytes
  5. PairedStats.java

    com.google.common.base.Preconditions.checkArgument; L18:import static com.google.common.base.Preconditions.checkNotNull; L19:import static com.google.common.base.Preconditions.checkState; L20:import static java.lang.Double.NaN; L21:import static java.lang.Double.doubleToLongBits; L22:import static java.lang.Double.isNaN; L23: L24:import com.google.common.annotations.GwtIncompatible; L25:import com.google.common.annotations.J2ktIncompatible; L26:import com.google.common.base.MoreObjects; L27:import com.goo...
    github.com/google/guava/android/guava/src/com/g...
    Fri May 12 17:02:53 UTC 2023
      12.6K bytes
  6. ScheduledJob.java

    CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.es.config.exentity; L17: L18:import org.codelibs.core.lang.StringUtil; L19:import org.codelibs.fess.Constants; L20:import org.codelibs.fess.es.config.bsentity.BsScheduledJob; L21:import org.codelibs.fess.exception.JobNotFoundException; L22:import org.codelibs.fess.util.ComponentUtil; L23:import org.lastaf...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      3.1K bytes
  7. MimeTypeUtilTest.java

    org.junit.Assert.assertEquals; L20:import static org.junit.Assert.assertNull; L21: L22:import java.net.URLConnection; L23: L24:import org.codelibs.core.exception.EmptyArgumentException; L25:import org.codelibs.core.io.ResourceUtil; L26:import org.codelibs.core.lang.ClassUtil; L27:import org.junit.Rule; L28:import org.junit.Test; L29:import org.junit.rules.ExpectedException; L30: L31:/** L32: * @author shot L33: */ L34:public class MimeTypeUtilTest { L35: L36: /** L37: * @see org.junit.rules.ExpectedException...
    github.com/codelibs/corelib/src/test/java/org/c...
    Thu Mar 07 01:59:08 UTC 2024
      2.7K bytes
  8. ClassSanityTester.java

    L42:import com.google.common.testing.RelationshipTester.ItemReporter; L43:import com.google.errorprone.annotations.CanIgnoreReturnValue; L44:import java.io.Serializable; L45:import java.lang.reflect.Constructor; L46:import java.lang.reflect.InvocationTargetException; L47:import java.lang.reflect.Method; L48:import java.lang.reflect.Modifier; L49:import java.util.Collection; L50:import java.util.List; L51:import java.util.Map.Entry; L52:import java.util.Set; L53:import javax.annotation.CheckForNull; L54:import...
    github.com/google/guava/android/guava-testlib/s...
    Tue Jul 23 14:18:12 UTC 2024
      32.7K bytes
  9. FessApiFailureHook.java

    java.io.StringWriter; L21:import java.util.UUID; L22:import java.util.function.Supplier; 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.fess.Constants; L29:import org.codelibs.fess.app.web.api.ApiResult; L30:import org.codelibs.fess.app.web.api.ApiResult.ApiErrorResponse; L31:import org.codelibs.fess.app.web.api.ApiResult.Status; L32:import org....
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      5.8K bytes
  10. Platform.java

    L11: * or implied. See the License for the specific language governing permissions and limitations under L12: * the License. L13: */ L14: L15:package com.google.common.base; L16: L17:import com.google.common.annotations.GwtCompatible; L18:import java.lang.ref.WeakReference; L19:import java.util.Locale; L20:import java.util.ServiceConfigurationError; L21:import java.util.logging.Level; L22:import java.util.logging.Logger; L23:import java.util.regex.Pattern; L24:import javax.annotation.CheckForNull; L25:...
    github.com/google/guava/guava/src/com/google/co...
    Mon Apr 15 22:32:14 UTC 2024
      3.9K bytes
Back to top