Search Options

Results per page
Sort
Preferred Languages
Advance

Results 341 - 350 of 507 for isobject (0.05 sec)

  1. BsRequestHeaderBhv.java

    "request_header"; L65: } L66: L67: @Override L68: public RequestHeaderDbm asDBMeta() { L69: return RequestHeaderDbm.getInstance(); L70: } L71: L72: @Override L73: protected <RESULT extends RequestHeader> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { L74: try { L75: final RESULT result = entityType.newInstance(); L76: result.setCreatedBy(DfTypeUtil.toString(source.get("createdBy"))); L77: result.setCreatedT...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.8K bytes
  2. BsClickLogBhv.java

    return "click_log"; L65: } L66: L67: @Override L68: public ClickLogDbm asDBMeta() { L69: return ClickLogDbm.getInstance(); L70: } L71: L72: @Override L73: protected <RESULT extends ClickLog> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { L74: try { L75: final RESULT result = entityType.newInstance(); L76: result.setUrlId(DfTypeUtil.toString(source.get("urlId"))); L77: result.setDocId(DfTypeUtil...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.5K bytes
  3. BsGroupBhv.java

    L64: return "group"; L65: } L66: L67: @Override L68: public GroupDbm asDBMeta() { L69: return GroupDbm.getInstance(); L70: } L71: L72: @Override L73: protected <RESULT extends Group> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { L74: try { L75: final RESULT result = entityType.newInstance(); L76: result.setGidNumber(DfTypeUtil.toLong(source.get("gidNumber"))); L77: result.setName(DfTyp...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      8.9K bytes
  4. moment-with-locales.min.js

    L1:!function(e,a){"object"==typeof exports&&"undefined"!=typeof module?module.exports=a():"function"==typeof define&&define.amd?define(a):e.moment=a()}(this,function(){"use strict";var e,n;function M(){return e.apply(null,arguments)}function i(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function _(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function h(e,a){return Object.prototype.hasOwnProperty.call(e,a)}function o(e){if(Object.getOwnPropertyNames)return...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      360.5K bytes
      1 views
  5. FessCurtainFinallyHook.java

    L39: final Class<?> clazz = Class.forName("org.apache.commons.httpclient.MultiThreadedHttpConnectionManager"); L40: final Method method = clazz.getMethod("shutdownAll", (Class<?>[]) null); L41: method.invoke(null, (Object[]) null); L42: } catch (final ClassNotFoundException e) { L43: // ignore L44: } catch (final Exception e) { L45: logger.warn("Could not shutdown Commons HttpClient.", e); L46: } L47: } L48:}...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1.7K bytes
  6. ca.js

    L4: * @version 2.3.77 L5: * @website http://formvalidator.net/ L6: * @author Victor Jonsson, http://victorjonsson.se L7: * @license MIT L8: */ L9:!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a,b){"use strict";a.formUtils.registerLoadedModule("lang/ca"),a(b).bind("validatorsLoaded",function(){a.formUtils.LANG={errorTitle:"El formulari...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      2.6K bytes
  7. logic.js

    L4: * @version 2.3.77 L5: * @website http://formvalidator.net/ L6: * @author Victor Jonsson, http://victorjonsson.se L7: * @license MIT L8: */ L9:!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){"use strict";a.formUtils.registerLoadedModule("logic");var b=function(b,c){var d=function(){var c=a(this),d=c.valAttr("depends-on")||c....
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      2.1K bytes
  8. SynonymItem.java

    isUpdated() && newInputs.length == 0; L91: } L92: L93: @Override L94: public int hashCode() { L95: return Objects.hash(Arrays.hashCode(inputs), Arrays.hashCode(outputs)); L96: } L97: L98: @Override L99: public boolean equals(final Object obj) { L100: if (this == obj) { L101: return true; L102: } L103: if (obj == null || getClass() != obj.getClass()) { L104: return false; L105: } L106: final SynonymItem other = (SynonymItem)...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      3.7K bytes
  9. FessXpathTransformerTest.java

    usedMemory = MemoryUtil.getUsedMemory(); L124: assertTrue(usedMemory + " < " + current + " + " + margin + ", " + MemoryUtil.getMemoryUsageLog(), usedMemory < current + margin); L125: } L126: L127: private void setValueToObject(Object obj, String name, Object value) { L128: Field field = ClassUtil.getDeclaredField(obj.getClass(), name); L129: field.setAccessible(true); L130: FieldUtil.set(field, obj, value); L131: } L132: L133: public void test_pruneNode() throws...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Oct 24 13:01:38 UTC 2024
      41.3K bytes
  10. CreateForm.java

    L21:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L22: L23:/** L24: * @author shinsuke L25: */ L26:public class CreateForm { L27: L28: @ValidateTypeFailure L29: public Integer crudMode; L30: L31: public Map<String, Object> doc; L32: L33: public String q; L34: L35: public void initialize() { L36: crudMode = CrudMode.CREATE; L37: } L38:}...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1K bytes
Back to top