- Sort Score
- Result 10 results
- Languages All
Results 271 - 280 of 507 for isobject (0.04 sec)
-
BsBadWordBhv.java
return "bad_word"; L65: } L66: L67: @Override L68: public BadWordDbm asDBMeta() { L69: return BadWordDbm.getInstance(); L70: } L71: L72: @Override L73: protected <RESULT extends BadWord> 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.4K bytes -
BsCrawlingInfoParamBhv.java
} L66: L67: @Override L68: public CrawlingInfoParamDbm asDBMeta() { L69: return CrawlingInfoParamDbm.getInstance(); L70: } L71: L72: @Override L73: protected <RESULT extends CrawlingInfoParam> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { L74: try { L75: final RESULT result = entityType.newInstance(); L76: result.setCrawlingInfoId(DfTypeUtil.toString(source.get("crawlingInfoId"))); L77: result.s...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.8K bytes -
BsPathMappingBhv.java
"path_mapping"; L65: } L66: L67: @Override L68: public PathMappingDbm asDBMeta() { L69: return PathMappingDbm.getInstance(); L70: } L71: L72: @Override L73: protected <RESULT extends PathMapping> 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 -
BsFavoriteLogBhv.java
"favorite_log"; L65: } L66: L67: @Override L68: public FavoriteLogDbm asDBMeta() { L69: return FavoriteLogDbm.getInstance(); L70: } L71: L72: @Override L73: protected <RESULT extends FavoriteLog> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { L74: try { L75: final RESULT result = entityType.newInstance(); L76: result.setCreatedAt(toLocalDateTime(source.get("createdAt"))); L77: result.setDocId(DfType...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.5K bytes -
BsRoleBhv.java
asEsSearchType() { L64: return "role"; L65: } L66: L67: @Override L68: public RoleDbm asDBMeta() { L69: return RoleDbm.getInstance(); L70: } L71: L72: @Override L73: protected <RESULT extends Role> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { L74: try { L75: final RESULT result = entityType.newInstance(); L76: result.setName(DfTypeUtil.toString(source.get("name"))); L77: return updateEntity(source, result);...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 8.8K bytes -
BsBoostDocumentRuleBhv.java
} L66: L67: @Override L68: public BoostDocumentRuleDbm asDBMeta() { L69: return BoostDocumentRuleDbm.getInstance(); L70: } L71: L72: @Override L73: protected <RESULT extends BoostDocumentRule> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { L74: try { L75: final RESULT result = entityType.newInstance(); L76: result.setBoostExpr(DfTypeUtil.toString(source.get("boostExpr"))); L77: result.setCreatedB...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 10.1K bytes -
BsRelatedContentBhv.java
"related_content"; L65: } L66: L67: @Override L68: public RelatedContentDbm asDBMeta() { L69: return RelatedContentDbm.getInstance(); L70: } L71: L72: @Override L73: protected <RESULT extends RelatedContent> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { L74: try { L75: final RESULT result = entityType.newInstance(); L76: result.setContent(DfTypeUtil.toString(source.get("content"))); L77: result.setCreatedBy(Df...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.9K bytes -
NOTICE
Software without restriction, including without limitation the rights L35:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell L36:copies of the Software, and to permit persons to whom the Software is L37:furnished to do so, subject to the following conditions: L38: L39:The above copyright notice and this permission notice shall be included in all L40:copies or substantial portions of the Software. L41: L42:THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS...github.com/codelibs/fess/NOTICEWed Jan 15 23:53:08 UTC 2020 2.2K bytes -
fe.tld
L257: L258: <function> L259: <description>Concatenate strings.</description> L260: <name>join</name> L261: <function-class>org.codelibs.fess.taglib.FessFunctions</function-class> L262: <function-signature>java.lang.String join(java.lang.Object)</function-signature> L263: <example>${fe:join(values)}</example> L264: </function> L265: L266: <function> L267: <description> L268: Returns a string resulting from replacing in an input string all occurrences L269: of a "before"...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Dec 23 06:18:48 UTC 2023 10K bytes -
AdminSearchlistAction.java
searchEngineClient; L73: L74: @Resource L75: protected QueryHelper queryHelper; L76: L77: @Resource L78: protected SearchHelper searchHelper; L79: L80: @Resource L81: protected HttpServletRequest request; L82: L83: public List<Map<String, Object>> documentItems; L84: L85: public String pageSize; L86: L87: public String currentPageNumber; L88: L89: public String allRecordCount; L90: L91: public String allPageCount; L92: L93: public boolean existNextPage; L94: L95: public...github.com/codelibs/fess/src/main/java/org/code...Wed Jul 24 09:03:45 UTC 2024 18.3K bytes