Search Options

Results per page
Sort
Preferred Languages
Advance

Results 231 - 240 of 507 for isobject (0.04 sec)

  1. ScriptExecutor.java

    java.util.Map; L20: L21:import org.codelibs.fess.job.JobExecutor; L22:import org.codelibs.fess.util.ComponentUtil; L23: L24:public class ScriptExecutor extends JobExecutor { L25: L26: @Override L27: public Object execute(final String scriptType, final String script) { L28: final Map<String, Object> params = new HashMap<>(); L29: params.put("executor", this); L30: L31: return ComponentUtil.getScriptEngineFactory().getScriptEngine(scriptType).evaluate(script, params); L32: } L33:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1.1K bytes
  2. html5shiv.min.js

    (d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),l||i(a,d),a}var k,l,m="3.7.3",n=a.html5||{},o=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,p=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,q="_html5shiv",r=0,s={};!function(){try{var a=b.createElement("a");a.innerHTML="<xyz></xyz>",k="hidden"in a,...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sun Dec 31 23:16:54 UTC 2017
      2.7K bytes
  3. BsFileAuthentication.java

    Source L90: // ====== L91: @Override L92: public Map<String, Object> toSource() { L93: Map<String, Object> sourceMap = new HashMap<>(); L94: if (createdBy != null) { L95: addFieldToSource(sourceMap, "createdBy", createdBy); L96: } L97: if (createdTime != null) { L98: addFieldToSource(sourceMap,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      8.5K bytes
  4. FileConfigDbm.java

    public void acceptPrimaryKeyMap(Entity entity, Map<String, ? extends Object> primaryKeyMap) { L375: } L376: L377: @Override L378: public void acceptAllColumnMap(Entity entity, Map<String, ? extends Object> allColumnMap) { L379: } L380: L381: @Override L382: public Map<String, Object> extractPrimaryKeyMap(Entity entity) { L383: return null; L384: } L385: L386: @Override L387: public Map<String, Object> extractAllColumnMap(Entity entity) { L388: return null; L389:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      18K bytes
  5. jquery-3.7.1.min.js

    v3.7.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ L2:!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(ie,e){"use strict";var oe=[],r=Object.getPrototypeOf,ae=oe.slice,g=oe.flat?function(e){return oe.flat.call(e)}:function(e){return oe.concat.apply([...
    github.com/codelibs/fess/src/main/webapp/js/jqu...
    Sat Oct 26 01:07:52 UTC 2024
      85.5K bytes
  6. EsAbstractConditionBean.java

    clearOrderBy() { L237: return null; L238: } L239: L240: @Override L241: public void overTheWaves(SpecifiedColumn dreamCruiseTicket) { L242: // do nothing L243: } L244: L245: @Override L246: public void mysticRhythms(Object mysticBinding) { L247: // do nothing L248: } L249: L250: @Override L251: public DBMeta asDBMeta() { L252: return null; L253: } L254: L255: @Override L256: public SqlClause getSqlClause() { L257: return _sqlClause;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      17.8K bytes
  7. OpenIdConnectCredential.java

    cumentUtil; L30:import org.lastaflute.web.login.credential.LoginCredential; L31: L32:public class OpenIdConnectCredential implements LoginCredential, FessCredential { L33: L34: private final Map<String, Object> attributes; L35: L36: public OpenIdConnectCredential(final Map<String, Object> attributes) { L37: this.attributes = attributes; L38: } L39: L40: @Override L41: public String toString() { L42: return "{" + getUserId() + "}"; L43: } L44: L45: @Override L46:...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      4.2K bytes
  8. Group.java

    L54: return attributes; L55: } L56: L57: public void setAttributes(final Map<String, String> attributes) { L58: this.attributes = attributes; L59: } L60: L61: @Override L62: public Map<String, Object> toSource() { L63: final Map<String, Object> sourceMap = new HashMap<>(); L64: if (name != null) { L65: sourceMap.put("name", name); L66: } L67: if (attributes != null) { L68: sourceMap.putAll(attributes); L69: } L70:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1.8K bytes
  9. BsFileConfig.java

    Source L123: // ====== L124: @Override L125: public Map<String, Object> toSource() { L126: Map<String, Object> sourceMap = new HashMap<>(); L127: if (available != null) { L128: addFieldToSource(sourceMap, "available", available); L129: } L130: if (boost != null) { L131: addFieldToSource(sourceMap,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      13.7K bytes
  10. LICENSE

    the Software without restriction, including L8:without limitation the rights to use, copy, modify, merge, publish, L9:distribute, sublicense, and/or sell copies of the Software, and to L10:permit persons to whom the Software is furnished to do so, subject to L11:the following conditions: L12: L13:The above copyright notice and this permission notice shall be L14:included in all copies or substantial portions of the Software. L15: L16:THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, L17:EXPRESS...
    github.com/kubernetes/kubernetes/LICENSES/vendo...
    Fri May 08 04:49:00 UTC 2020
      1.2K bytes
Back to top