- Sort Score
- Result 10 results
- Languages All
Results 451 - 460 of 915 for Gang (0.02 sec)
-
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 15:41:36 UTC 2024 6.3K bytes -
LogoutAction.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.app.web.logout; L17: L18:import org.codelibs.core.lang.StringUtil; L19:import org.codelibs.fess.app.web.base.FessSearchAction; L20:import org.codelibs.fess.app.web.login.LoginAction; L21:import org.codelibs.fess.mylasta.action.FessUserBean; L22:import org.codelibs.fess.util.ComponentUtil; L23:import o...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.5K bytes -
ApiAdminAccesstokenAction.java
ccesstoken.AdminAccesstokenAction.getAccessToken; 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.AccessTokenPager; L29:import org.codelibs.fess.app.web.CrudMode; L30:import org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction; L31:import o...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 7K bytes -
MapEntrySetTester.java
ing.AbstractMapTester; L35:import com.google.common.collect.testing.features.CollectionFeature; L36:import com.google.common.collect.testing.features.CollectionSize; L37:import com.google.common.collect.testing.features.MapFeature; L38:import java.lang.reflect.Method; L39:import java.util.Iterator; L40:import java.util.Map.Entry; L41:import java.util.Set; L42:import org.junit.Ignore; L43: L44:/** L45: * Tests {@link java.util.Map#entrySet}. L46: * L47: * @author Louis Wasserman L48: * @param <K>...github.com/google/guava/android/guava-testlib/s...Wed Oct 30 16:15:19 UTC 2024 6.4K bytes -
ReflectionFreeAssertThrows.java
estExceptions.SomeOtherCheckedException; L25:import com.google.common.base.TestExceptions.SomeUncheckedException; L26:import com.google.common.collect.ImmutableMap; L27:import com.google.errorprone.annotations.CanIgnoreReturnValue; L28:import java.lang.reflect.InvocationTargetException; L29:import java.nio.charset.UnsupportedCharsetException; L30:import java.util.ConcurrentModificationException; L31:import java.util.NoSuchElementException; L32:import java.util.concurrent.CancellationException; L33:import...github.com/google/guava/android/guava-tests/tes...Thu Oct 17 19:43:49 UTC 2024 6.7K bytes -
MapEntrySetTester.java
ing.AbstractMapTester; L35:import com.google.common.collect.testing.features.CollectionFeature; L36:import com.google.common.collect.testing.features.CollectionSize; L37:import com.google.common.collect.testing.features.MapFeature; L38:import java.lang.reflect.Method; L39:import java.util.Iterator; L40:import java.util.Map.Entry; L41:import java.util.Set; L42:import org.junit.Ignore; L43: L44:/** L45: * Tests {@link java.util.Map#entrySet}. L46: * L47: * @author Louis Wasserman L48: * @param <K>...github.com/google/guava/guava-testlib/src/com/g...Wed Oct 30 16:15:19 UTC 2024 6.4K bytes -
ReflectionFreeAssertThrows.java
com.google.common.collect.testing.testers.TestExceptions.SomeOtherCheckedException; L28:import com.google.common.collect.testing.testers.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-testlib/src/com/g...Thu Oct 17 20:00:30 UTC 2024 6.9K bytes -
ElevateWord.java
limitations under the License. L15: */ L16:package org.codelibs.fess.es.config.exentity; L17: L18:import java.util.ArrayList; L19:import java.util.Arrays; L20:import java.util.Collections; L21:import java.util.List; L22: L23:import org.codelibs.core.lang.StringUtil; L24:import org.codelibs.fess.es.config.bsentity.BsElevateWord; L25:import org.codelibs.fess.es.config.exbhv.ElevateWordToLabelBhv; L26:import org.codelibs.fess.es.config.exbhv.LabelTypeBhv; L27:import org.codelibs.fess.mylasta.direction.FessConfig;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 4.3K bytes -
ListAddTester.java
com.google.common.annotations.GwtIncompatible; L28:import com.google.common.annotations.J2ktIncompatible; 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.List; L33:import org.junit.Ignore; L34: L35:/** L36: * A generic JUnit test which tests {@code add(Object)} operations on a list. Can't be invoked L37: * directly; please see {@link com.google.common.collect.te...github.com/google/guava/guava-testlib/src/com/g...Wed Oct 30 16:15:19 UTC 2024 3.3K bytes -
FloatConversionUtil.java
express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.core.convert; L17: L18:import java.text.SimpleDateFormat; L19: L20:import org.codelibs.core.lang.StringUtil; L21:import org.codelibs.core.text.DecimalFormatUtil; L22: L23:/** L24: * {@link Float}用の変換ユーティリティです。 L25: * L26: * @author higa L27: */ L28:public abstract class FloatConversionUtil { L29: L30: /** L31: * {@link Float}に変換します。 L32:...github.com/codelibs/corelib/src/main/java/org/c...Thu Mar 07 01:59:08 UTC 2024 3.6K bytes