Search Options

Results per page
Sort
Preferred Languages
Advance

Results 301 - 310 of 507 for isobject (0.07 sec)

  1. 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
  2. cs.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/cs"),a(b).bind("validatorsLoaded",function(){a.formUtils.LANG={errorTitle:"Podání...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      2.3K bytes
  3. GroupBhv.java

    L39: indexName = super.asEsIndex().replaceFirst(Pattern.quote("fess_user"), name); L40: } L41: return indexName; L42: } L43: L44: @Override L45: protected <RESULT extends Group> RESULT createEntity(final Map<String, Object> source, final Class<? extends RESULT> entityType) { L46: try { L47: final RESULT result = entityType.newInstance(); L48: result.setName(DfTypeUtil.toString(source.get("name"))); L49: result.setAttributes(s...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.2K bytes
  4. LICENSE

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

    Software without restriction, including without limitation the rights to L10:use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of L11:the Software, and to permit persons to whom the Software is furnished to do so, L12:subject to the following conditions: L13: L14:The above copyright notice and this permission notice shall be included in all L15:copies or substantial portions of the Software. L16: L17:THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS...
    github.com/kubernetes/kubernetes/LICENSES/vendo...
    Sun Sep 18 01:47:24 UTC 2022
      1.2K bytes
  6. date.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){function b(a,b,d){var e=new Date(a,b,d),f=new Date,g=f.getFullYear()-e.getFullYear();e.setFullYear(e.getFullYear()+g),e>f&&(g--,e.setFu...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      1.6K bytes
  7. ru.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/ru"),a(b).bind("validatorsLoaded",function(){a.formUtils.LANG={errorTitle:"Ошибка...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      3.4K bytes
  8. databaseInfoMap.dfprop

    various settings about JDBC task mainly. L37: # L38: ; variousMap = map:{ L39: # o objectTypeTargetList: (NotRequired - Default list:{TABLE;VIEW}) L40: # If you want to include other object types in generating target, L41: # you should specify the list of included object types as adding. L42: # e.g. Synonym of Oracle --> list:{TABLE ; VIEW ; SYNONYM} L43: # This is only for the main schema. Additional schemas are unconcerned. L44: # However ReplaceSchema...
    github.com/codelibs/fess/dbflute_fess/dfprop/da...
    Sat Oct 31 23:35:14 UTC 2015
      7.3K bytes
  9. DocList.java

    governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.util; L17: L18:import java.util.ArrayList; L19:import java.util.Arrays; L20:import java.util.Map; L21: L22:public class DocList extends ArrayList<Map<String, Object>> { L23: L24: private static final long serialVersionUID = 1L; L25: L26: private long contentSize = 0; L27: L28: private long processingTime = 0; L29: L30: @Override L31: public void clear() { L32: super.clear(); L33: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1.6K bytes
  10. CacheAction.java

    ActionResponse index(final CacheForm form) { L50: validate(form, messages -> {}, () -> asHtml(virtualHost(path_Error_ErrorJsp))); L51: if (isLoginRequired()) { L52: return redirectToLogin(); L53: } L54: L55: Map<String, Object> doc = null; L56: try { L57: doc = searchHelper.getDocumentByDocId(form.docId, queryFieldConfig.getCacheResponseFields(), getUserBean()).orElse(null); L58: } catch (final Exception e) { L59: logger.warn("Failed...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      3.4K bytes
Back to top