- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 116 for bears (0.03 sec)
-
FailureUrlService.java
L18:import java.io.IOException; L19:import java.io.PrintWriter; L20:import java.io.StringWriter; L21:import java.util.List; L22: L23:import org.apache.logging.log4j.LogManager; L24:import org.apache.logging.log4j.Logger; L25:import org.codelibs.core.beans.util.BeanUtil; L26:import org.codelibs.core.lang.StringUtil; L27:import org.codelibs.fess.Constants; L28:import org.codelibs.fess.app.pager.FailureUrlPager; L29:import org.codelibs.fess.es.config.cbean.FailureUrlCB; L30:import org.codelibs.fess.es...github.com/codelibs/fess/src/main/java/org/code...Mon Jun 24 01:20:42 UTC 2024 6.3K bytes -
MyBean.java
an "AS IS" BASIS, L12: * WITHOUT 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.core.beans.util; L17: L18:/** L19: * @author higa L20: */ L21:public class MyBean { L22: L23: /** L24: * L25: */ L26: public String aaa; L27: L28: /** L29: * L30: */ L31: public String bbb; L32: L33:}...github.com/codelibs/corelib/src/test/java/org/c...Thu Mar 07 01:59:08 UTC 2024 803 bytes -
MyBean2.java
an "AS IS" BASIS, L12: * WITHOUT 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.core.beans.util; L17: L18:import java.util.Date; L19: L20:/** L21: * @author higa L22: */ L23:public class MyBean2 { L24: L25: /** L26: * L27: */ L28: public Date aaa; L29: L30:}...github.com/codelibs/corelib/src/test/java/org/c...Thu Mar 07 01:59:08 UTC 2024 779 bytes -
MyBean3.java
an "AS IS" BASIS, L12: * WITHOUT 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.core.beans.util; L17: L18:/** L19: * @author higa L20: */ L21:public class MyBean3 { L22: L23: /** L24: * L25: */ L26: public String abc_value = "abc"; L27: L28: /** L29: * L30: */ L31: public String xyz_value = "xyz"; L32: L33: ...github.com/codelibs/corelib/src/test/java/org/c...Thu Mar 07 01:59:08 UTC 2024 1011 bytes -
MogeBeanImpl.java
an "AS IS" BASIS, L12: * WITHOUT 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.core.beans.impl.sub; L17: L18:/** L19: * @author koichik L20: */ L21:class MogeBeanImpl implements MogeBean { L22: L23: String name; L24: L25: /** L26: * L27: */ L28: public MogeBeanImpl() { L29: } L30: L31: /** L32: * @param name L33:...github.com/codelibs/corelib/src/test/java/org/c...Thu Mar 07 01:59:08 UTC 2024 1.1K bytes -
MethodDescImpl.java
limitations under the License. L15: */ L16:package org.codelibs.core.beans.impl; L17: L18:import static org.codelibs.core.misc.AssertionUtil.assertArgumentArrayIndex; L19:import static org.codelibs.core.misc.AssertionUtil.assertArgumentNotNull; L20: L21:import java.lang.reflect.Method; L22:import java.util.Collection; L23:import java.util.Map; L24: L25:import org.codelibs.core.beans.BeanDesc; L26:import org.codelibs.core.beans.MethodDesc; L27:import org.codelibs.core.beans.ParameterizedClassDesc;...github.com/codelibs/corelib/src/main/java/org/c...Thu Mar 07 01:59:08 UTC 2024 7.4K bytes -
PropertyDescImplTest.java
L25:import java.net.URL; L26:import java.sql.Timestamp; L27:import java.util.Calendar; L28:import java.util.Date; L29: L30:import org.codelibs.core.beans.BeanDesc; L31:import org.codelibs.core.beans.PropertyDesc; L32:import org.codelibs.core.beans.factory.BeanDescFactory; L33:import org.codelibs.core.beans.impl.sub.MogeBean; L34:import org.codelibs.core.beans.impl.sub.MogeBeanFactory; L35:import org.codelibs.core.exception.IllegalPropertyRuntimeException; L36:import org.junit.Test; L37: L38:/** L39: *...github.com/codelibs/corelib/src/test/java/org/c...Thu Mar 07 01:59:08 UTC 2024 11.1K bytes -
FessBaseAction.java
org.codelibs.fess.app.web.base; L17: L18:import java.util.Map; L19:import java.util.function.Consumer; L20: L21:import org.apache.logging.log4j.LogManager; L22:import org.apache.logging.log4j.Logger; L23:import org.codelibs.core.beans.util.BeanUtil; L24:import org.codelibs.core.beans.util.CopyOptions; L25:import org.codelibs.fess.Constants; L26:import org.codelibs.fess.app.web.base.login.FessLoginAssist; L27:import org.codelibs.fess.helper.AccessTokenHelper; L28:import org.codelibs.fess.helper.ActivityHelper;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 9.3K bytes -
_readme.txt
classes corresponding your tables, L18:for example, entities, condition-beans to specified L19:directories by DBFlute properties on "dfprop" directory. L20: L21:Generated structures (directories and classes) are like this: L22:/- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L23:allcommon : classes bridging to DBFlute Runtime L24:bsbhv : base behaviors L25:bsentity : base entities L26:cbean : condition-beans (both base and extended) L27:exbhv : extended behaviors L28:exentity...github.com/codelibs/fess/dbflute_fess/_readme.txtSat Jul 04 22:46:31 UTC 2015 2.5K bytes -
DateConverterTest.java
an "AS IS" BASIS, L12: * WITHOUT 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.core.beans.converter; L17: L18:import static org.hamcrest.CoreMatchers.is; L19:import static org.hamcrest.CoreMatchers.not; L20:import static org.junit.Assert.assertThat; L21: L22:import java.sql.Timestamp; L23:import java.util.Date; L24: L25:import org.junit.Test;...github.com/codelibs/corelib/src/test/java/org/c...Thu Mar 07 01:59:08 UTC 2024 1.6K bytes