Search Options

Results per page
Sort
Preferred Languages
Advance

Results 551 - 560 of 915 for Gang (0.01 sec)

  1. FessLoginAssist.java

    WARRANTIES OR 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.app.web.base.login; L17: L18:import java.lang.reflect.Method; L19:import java.util.function.Function; L20: L21:import org.codelibs.fess.annotation.Secured; L22:import org.codelibs.fess.app.web.RootAction; L23:import org.codelibs.fess.app.web.base.FessAdminAction; L24:import org.codelibs.fess....
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      7.8K bytes
  2. ApiAdminLabeltypeAction.java

    dmin.labeltype.AdminLabeltypeAction.getLabelType; L20: L21:import java.util.List; L22:import java.util.stream.Collectors; L23: L24:import org.apache.logging.log4j.LogManager; L25:import org.apache.logging.log4j.Logger; L26:import org.codelibs.core.lang.StringUtil; L27:import org.codelibs.fess.Constants; L28:import org.codelibs.fess.app.pager.LabelTypePager; L29:import org.codelibs.fess.app.service.LabelTypeService; L30:import org.codelibs.fess.app.web.CrudMode; L31:import org.codelibs.fess.app.web.api.ApiResult;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      6.8K bytes
  3. CompactHashing.java

    WARRANTIES OR 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; L18: L19:import static java.lang.Math.max; L20: L21:import com.google.common.annotations.GwtIncompatible; L22:import com.google.common.base.Objects; L23:import com.google.common.primitives.Ints; L24:import java.util.Arrays; L25:import javax.annotation.CheckForNull; L26:import org...
    github.com/google/guava/android/guava/src/com/g...
    Fri Oct 25 15:34:52 UTC 2024
      7.1K bytes
  4. ThreadFactoryBuilder.java

    L19:import static java.util.Objects.requireNonNull; L20: L21:import com.google.common.annotations.GwtIncompatible; L22:import com.google.common.annotations.J2ktIncompatible; L23:import com.google.errorprone.annotations.CanIgnoreReturnValue; L24:import java.lang.Thread.UncaughtExceptionHandler; L25:import java.util.Locale; L26:import java.util.concurrent.Executors; L27:import java.util.concurrent.ThreadFactory; L28:import java.util.concurrent.atomic.AtomicLong; L29:import javax.annotation.CheckForNull; L30:...
    github.com/google/guava/guava/src/com/google/co...
    Mon Oct 14 22:50:54 UTC 2024
      7.9K bytes
  5. FessTransformer.java

    java.util.HashMap; L23:import java.util.LinkedHashMap; L24:import java.util.Map; L25: L26:import org.apache.commons.lang3.StringUtils; L27:import org.apache.logging.log4j.Logger; L28:import org.codelibs.core.collection.LruHashMap; L29:import org.codelibs.core.lang.StringUtil; L30:import org.codelibs.fess.Constants; L31:import org.codelibs.fess.crawler.entity.AccessResult; L32:import org.codelibs.fess.crawler.entity.AccessResultData; L33:import org.codelibs.fess.crawler.entity.UrlQueue; L34:import org.codeli...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      9.5K bytes
  6. CharMappingFile.java

    java.util.List; L32:import java.util.regex.Matcher; L33:import java.util.regex.Pattern; L34: L35:import org.apache.logging.log4j.LogManager; L36:import org.apache.logging.log4j.Logger; L37:import org.codelibs.core.io.CloseableUtil; L38:import org.codelibs.core.lang.StringUtil; L39:import org.codelibs.curl.CurlResponse; L40:import org.codelibs.fess.Constants; L41:import org.codelibs.fess.dict.DictionaryException; L42:import org.codelibs.fess.dict.DictionaryFile; L43:import org.codelibs.fess.util.ComponentUtil;...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      10.2K bytes
  7. MapPutTester.java

    t.testing.AbstractMapTester; L31:import com.google.common.collect.testing.features.CollectionSize; L32:import com.google.common.collect.testing.features.MapFeature; L33:import com.google.errorprone.annotations.CanIgnoreReturnValue; L34:import java.lang.reflect.Method; L35:import java.util.ConcurrentModificationException; L36:import java.util.Iterator; L37:import java.util.Map.Entry; L38:import org.junit.Ignore; L39: L40:/** L41: * A generic JUnit test which tests {@code put} operations on a map....
    github.com/google/guava/android/guava-testlib/s...
    Wed Oct 30 16:15:19 UTC 2024
      9.1K bytes
  8. NavigableSetNavigationTester.java

    org.junit.Assert.assertThrows; L27: L28:import com.google.common.annotations.GwtIncompatible; L29:import com.google.common.collect.testing.features.CollectionFeature; L30:import com.google.common.collect.testing.features.CollectionSize; L31:import java.lang.reflect.Method; L32:import java.util.ArrayList; L33:import java.util.Collections; L34:import java.util.Iterator; L35:import java.util.List; L36:import java.util.NavigableSet; L37:import java.util.TreeSet; L38:import org.junit.Ignore; L39: L40:/** L41:...
    github.com/google/guava/android/guava-testlib/s...
    Wed Oct 30 16:15:19 UTC 2024
      8.4K bytes
  9. StripedTest.java

    L25:import com.google.common.collect.Maps; L26:import com.google.common.collect.Ordering; L27:import com.google.common.collect.Sets; L28:import com.google.common.testing.GcFinalization; L29:import com.google.common.testing.NullPointerTester; L30:import java.lang.ref.WeakReference; L31:import java.util.List; L32:import java.util.Map; L33:import java.util.Set; L34:import java.util.concurrent.Semaphore; L35:import java.util.concurrent.locks.Lock; L36:import java.util.concurrent.locks.ReadWriteLock; L37:import...
    github.com/google/guava/android/guava-tests/tes...
    Wed Jun 26 12:58:35 UTC 2024
      8.4K bytes
  10. ByteSourceTester.java

    ashCode; L28:import com.google.common.hash.Hashing; L29:import java.io.ByteArrayInputStream; L30:import java.io.ByteArrayOutputStream; L31:import java.io.IOException; L32:import java.io.InputStream; L33:import java.io.OutputStream; L34:import java.lang.reflect.Method; L35:import java.util.Map.Entry; L36:import java.util.Random; L37:import junit.framework.TestSuite; L38: L39:/** L40: * A generator of {@code TestSuite} instances for testing {@code ByteSource} implementations. L41: * Generates tests...
    github.com/google/guava/guava-tests/test/com/go...
    Tue Jul 23 14:22:54 UTC 2024
      8.6K bytes
Back to top