Search Options

Results per page
Sort
Preferred Languages
Advance

Results 291 - 300 of 507 for isobject (0.05 sec)

  1. LICENSE

    Software without restriction, including without limitation the rights L10:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell L11:copies of the Software, and to permit persons to whom the Software is L12:furnished to do so, 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
  2. 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 Jan 21 10:49:41 UTC 2022
      1.2K bytes
  3. BsUser.java

    Source L177: // ====== L178: @Override L179: public Map<String, Object> toSource() { L180: Map<String, Object> sourceMap = new HashMap<>(); L181: if (businessCategory != null) { L182: addFieldToSource(sourceMap, "businessCategory", businessCategory); L183: } L184: if (carLicense != null) { L185: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      22.8K bytes
  4. LdapManager.java

    L363: } L364: L365: protected void setAttributeValue(final List<SearchResult> result, final String name, final Consumer<Object> consumer) { L366: final List<Object> attrList = getAttributeValueList(result, name); L367: if (!attrList.isEmpty()) { L368: consumer.accept(attrList.get(0)); L369: } L370: } L371: L372: protected List<Object> getAttributeValueList(final List<SearchResult> result, final String name) { L373: try { L374: for (final...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      65.9K bytes
  5. LanguageHelper.java

    uageFieldsAsArray(); L52: supportedLanguages = fessConfig.getSupportedLanguagesAsArray(); L53: maxTextLength = fessConfig.getIndexerLanguageDetectLengthAsInteger(); L54: } L55: L56: public void updateDocument(final Map<String, Object> doc) { L57: final FessConfig fessConfig = ComponentUtil.getFessConfig(); L58: String language = getSupportedLanguage(DocumentUtil.getValue(doc, fessConfig.getIndexFieldLang(), String.class)); L59: if (language == null) { L60:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      5.5K bytes
  6. jsconf.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("jsconf"),a.setupValidation=function(b){var c=a(b.form||"form");a.each(b.validate||b.vali...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      867 bytes
  7. LICENSE

    the Software without restriction, including without limitation the rights L8:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell L9:copies of the Software, and to permit persons to whom the Software is L10:furnished to do so, subject to the following conditions: L11: L12:The above copyright notice and this permission notice shall be included in all L13:copies or substantial portions of the Software. L14: L15:THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS...
    github.com/kubernetes/kubernetes/LICENSES/third...
    Tue Feb 13 14:21:05 UTC 2024
      1K bytes
  8. LICENSE

    Software without restriction, including without limitation the rights L10:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell L11:copies of the Software, and to permit persons to whom the Software is L12:furnished to do so, 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...
    Mon Oct 14 17:44:30 UTC 2024
      1.2K bytes
  9. BsUserBhv.java

    asEsSearchType() { L64: return "user"; L65: } L66: L67: @Override L68: public UserDbm asDBMeta() { L69: return UserDbm.getInstance(); L70: } L71: L72: @Override L73: protected <RESULT extends User> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { L74: try { L75: final RESULT result = entityType.newInstance(); L76: result.setBusinessCategory(DfTypeUtil.toString(source.get("businessCategory"))); L77: resu...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      12K bytes
  10. ThumbnailManager.java

    noImageFile.getAbsolutePath()); L268: } L269: } catch (final Exception e) { L270: logger.warn("Failed to create thumbnail for {}", entity, e); L271: } L272: } L273: L274: public boolean offer(final Map<String, Object> docMap) { L275: for (final ThumbnailGenerator generator : generatorList) { L276: if (generator.isTarget(docMap)) { L277: final String path = getImageFilename(docMap); L278: final Tuple3<String, String,...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      21.5K bytes
Back to top