- Sort Score
- Result 10 results
- Languages All
Results 471 - 480 of 915 for Gang (0.01 sec)
-
FieldNotFoundRuntimeException.java
implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.core.exception; L17: L18:import static org.codelibs.core.collection.ArrayUtil.asArray; L19: L20:import java.lang.reflect.Field; L21: L22:/** L23: * {@link Field}が見つからない場合にスローされる例外です。 L24: * L25: * @author higa L26: * L27: */ L28:public class FieldNotFoundRuntimeException extends ClRuntimeException { L29: L30: private static final long serialVersionUID = -...github.com/codelibs/corelib/src/main/java/org/c...Thu Mar 07 01:59:08 UTC 2024 1.9K bytes -
CreateForm.java
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.admin.webconfig; L17: L18:import org.codelibs.core.lang.StringUtil; L19:import org.codelibs.fess.Constants; L20:import org.codelibs.fess.app.web.CrudMode; L21:import org.codelibs.fess.mylasta.direction.FessConfig; L22:import org.codelibs.fess.util.ComponentUtil; L23:import org.codelibs.fess.validation.CustomSize;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 4.2K bytes -
InternersTest.java
L22:import com.google.common.collect.Interners.InternerImpl; L23:import com.google.common.collect.MapMakerInternalMap.Strength; L24:import com.google.common.testing.GcFinalization; L25:import com.google.common.testing.NullPointerTester; L26:import java.lang.ref.WeakReference; L27:import junit.framework.TestCase; L28: L29:/** L30: * Unit test for {@link Interners}. L31: * L32: * @author Kevin Bourrillion L33: */ L34:public class InternersTest extends TestCase { L35: L36: public void testStrong_simplistic()...github.com/google/guava/guava-tests/test/com/go...Wed Jul 24 22:09:38 UTC 2024 4K bytes -
DriverManagerUtil.java
tArgumentNotNull; L20: L21:import java.sql.Driver; L22:import java.sql.DriverManager; L23:import java.sql.SQLException; L24:import java.util.Enumeration; L25: L26:import org.codelibs.core.exception.SQLRuntimeException; L27:import org.codelibs.core.lang.ClassUtil; L28: L29:/** L30: * {@link java.sql.DriverManager}のためのユーティリティクラスです。 L31: * L32: * @author koichik L33: */ L34:public abstract class DriverManagerUtil { L35: L36: /** L37: * JDBCドライバを登録します。 L38: * L39: * @param driverClassName...github.com/codelibs/corelib/src/main/java/org/c...Thu Mar 07 01:59:08 UTC 2024 3.3K bytes -
CurlHelper.java
L27:import javax.net.ssl.SSLContext; L28:import javax.net.ssl.SSLSocketFactory; L29:import javax.net.ssl.TrustManagerFactory; L30: L31:import org.apache.logging.log4j.LogManager; L32:import org.apache.logging.log4j.Logger; L33:import org.codelibs.core.lang.StringUtil; L34:import org.codelibs.curl.Curl.Method; L35:import org.codelibs.curl.CurlRequest; L36:import org.codelibs.fesen.client.curl.FesenRequest; L37:import org.codelibs.fesen.client.node.NodeManager; L38:import org.codelibs.fess.mylasta.direction.FessConfig;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 4.8K bytes -
MultimapKeysTester.java
.features.MapFeature.ALLOWS_NULL_KEYS; L23:import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES; L24:import static com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE; L25:import static java.lang.Math.max; L26: L27:import com.google.common.annotations.GwtCompatible; L28:import com.google.common.collect.Multimap; L29:import com.google.common.collect.Multiset; L30:import com.google.common.collect.Multisets; L31:import com.google.common.colle...github.com/google/guava/android/guava-testlib/s...Wed Oct 30 16:15:19 UTC 2024 4.2K bytes -
ApiAdminFileconfigAction.java
n.fileconfig.AdminFileconfigAction.getFileConfig; 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.FileConfigPager; L29:import org.codelibs.fess.app.service.FileConfigService; 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 7K bytes -
AdminSysteminfoAction.java
limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.systeminfo; L17: L18:import java.util.ArrayList; L19:import java.util.HashMap; L20:import java.util.List; L21:import java.util.Map; L22: L23:import org.codelibs.core.lang.StringUtil; L24:import org.codelibs.core.misc.DynamicProperties; L25:import org.codelibs.fess.Constants; L26:import org.codelibs.fess.annotation.Secured; L27:import org.codelibs.fess.app.web.base.FessAdminAction; L28:import org.codelibs.fess.mylas...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 7.5K bytes -
MultisetRemoveTester.java
com.google.common.annotations.J2ktIncompatible; L34:import com.google.common.collect.testing.WrongType; L35:import com.google.common.collect.testing.features.CollectionFeature; L36:import com.google.common.collect.testing.features.CollectionSize; L37:import java.lang.reflect.Method; L38:import java.util.List; L39:import org.junit.Ignore; L40: L41:/** L42: * Tests for {@code Multiset#remove}, {@code Multiset.removeAll}, and {@code Multiset.retainAll} not L43: * already covered by the corresponding Collection testers....github.com/google/guava/android/guava-testlib/s...Wed Oct 30 16:15:19 UTC 2024 6.9K bytes -
MessageFormatter.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.core.message; L17: L18:import static org.codelibs.core.lang.StringUtil.isEmpty; L19: L20:import java.text.MessageFormat; L21:import java.util.ResourceBundle; L22: L23:import org.codelibs.core.io.ResourceBundleUtil; L24:import org.codelibs.core.misc.DisposableUtil; L25:import org.codelibs.core.misc.LocaleUtil;...github.com/codelibs/corelib/src/main/java/org/c...Thu Mar 07 01:59:08 UTC 2024 5.6K bytes