Search Options

Results per page
Sort
Preferred Languages
Advance

Results 671 - 680 of 915 for Gang (0.01 sec)

  1. FileBackedOutputStreamTest.java

    com.google.common.io; L18: L19:import static com.google.common.base.StandardSystemProperty.JAVA_IO_TMPDIR; L20:import static com.google.common.base.StandardSystemProperty.OS_NAME; L21:import static com.google.common.truth.Truth.assertThat; L22:import static java.lang.Math.min; L23:import static java.nio.file.attribute.PosixFilePermission.OWNER_READ; L24:import static java.nio.file.attribute.PosixFilePermission.OWNER_WRITE; L25:import static org.junit.Assert.assertThrows; L26: L27:import java.io.File; L28:import...
    github.com/google/guava/guava-tests/test/com/go...
    Sat Oct 19 00:26:48 UTC 2024
      5.5K bytes
  2. StemmerOverrideFile.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.6K bytes
  3. TermQueryCommand.java

    L24:import org.apache.logging.log4j.Logger; L25:import org.apache.lucene.index.Term; L26:import org.apache.lucene.search.PrefixQuery; L27:import org.apache.lucene.search.Query; L28:import org.apache.lucene.search.TermQuery; L29:import org.codelibs.core.lang.StringUtil; L30:import org.codelibs.fess.Constants; L31:import org.codelibs.fess.entity.QueryContext; L32:import org.codelibs.fess.exception.InvalidQueryException; L33:import org.codelibs.fess.mylasta.direction.FessConfig; L34:import org.codelibs....
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:15 UTC 2024
      10K bytes
  4. 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/guava-testlib/src/com/g...
    Wed Oct 30 16:15:19 UTC 2024
      9.1K bytes
  5. 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/guava-testlib/src/com/g...
    Wed Oct 30 16:15:19 UTC 2024
      8.4K bytes
  6. 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/guava/src/com/google/co...
    Fri Oct 25 15:34:52 UTC 2024
      7.1K bytes
  7. ActivityHelperTest.java

    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.helper; L17: L18:import java.util.Map; L19: L20:import org.codelibs.core.lang.StringUtil; L21:import org.codelibs.fess.entity.FessUser; L22:import org.codelibs.fess.mylasta.action.FessUserBean; L23:import org.codelibs.fess.unit.UnitFessTestCase; L24:import org.dbflute.optional.OptionalThing; L25: L26:public class ActivityHelperTest...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      14.1K bytes
  8. GsaConfigParser.java

    L29:import javax.xml.XMLConstants; L30:import javax.xml.parsers.SAXParser; L31:import javax.xml.parsers.SAXParserFactory; L32: L33:import org.apache.logging.log4j.LogManager; L34:import org.apache.logging.log4j.Logger; L35:import org.codelibs.core.lang.StringUtil; L36:import org.codelibs.fess.Constants; L37:import org.codelibs.fess.es.config.exentity.FileConfig; L38:import org.codelibs.fess.es.config.exentity.LabelType; L39:import org.codelibs.fess.es.config.exentity.WebConfig; L40:import org.co...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      14.1K bytes
  9. Striped64.java

    L6: L7:/* L8: * Source: L9: * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/jsr166e/Striped64.java?revision=1.9 L10: */ L11: L12:package com.google.common.cache; L13: L14:import com.google.common.annotations.GwtIncompatible; L15:import java.lang.reflect.Field; L16:import java.security.AccessController; L17:import java.security.PrivilegedActionException; L18:import java.security.PrivilegedExceptionAction; L19:import java.util.Random; L20:import javax.annotation.CheckForNull; L21:import org...
    github.com/google/guava/android/guava/src/com/g...
    Fri Jun 14 17:55:55 UTC 2024
      11.5K bytes
  10. ExecutionSequencerTest.java

    ns.J2ktIncompatible; L25:import com.google.common.base.Function; L26:import com.google.common.testing.GcFinalization; L27:import com.google.common.testing.TestLogHandler; L28:import com.google.j2objc.annotations.J2ObjCIncompatible; L29:import java.lang.ref.WeakReference; L30:import java.util.ArrayList; L31:import java.util.List; L32:import java.util.concurrent.Callable; L33:import java.util.concurrent.CountDownLatch; L34:import java.util.concurrent.Executor; L35:import java.util.concurrent.ExecutorService;...
    github.com/google/guava/android/guava-tests/tes...
    Fri Oct 18 22:10:29 UTC 2024
      16.7K bytes
Back to top