- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 56 for Cannon (0.07 sec)
-
stopwords.txt
L109:quanti L110:quanta L111:quante L112:quello L113:quelli L114:quella L115:quelle L116:questo L117:questi L118:questa L119:queste L120:si L121:tutto L122:tutti L123:a L124:c L125:e L126:i L127:l L128:o L129:ho L130:hai L131:ha L132:abbiamo L133:avete L134:hanno L135:abbia L136:abbiate L137:abbiano L138:avrò L139:avrai L140:avrà L141:avremo L142:avrete L143:avranno L144:avrei L145:avresti L146:avrebbe L147:avremmo L148:avreste L149:avrebbero L150:avevo L151:avevi L152:aveva L153:avevamo L154:avevate L155:avevano...github.com/codelibs/fess/src/main/resources/fes...Mon Nov 27 12:59:36 UTC 2023 1.8K bytes -
EsAbstractConditionAggregation.java
String && ((String) value).isEmpty())) { L238: String msg = "Cannot register null or empty aggregation: name=" + name + " value=" + value; L239: throw new InvalidQueryRegisteredException(msg); L240: } L241: } L242: L243: protected void checkEsInvalidAggregationCollection(String name, Collection<?> values) { L244: if (values == null || values.isEmpty()) { L245: String msg = "Cannot register null or empty query collection: name=" + name + " values="...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 12.4K bytes -
CustomSizeValidator.java
validateParameters() { L61: if (min < 0) { L62: throw new IllegalArgumentException("The min parameter cannot be negative."); L63: } L64: if (max < 0) { L65: throw new IllegalArgumentException("The max parameter cannot be negative."); L66: } L67: if (max < min) { L68: throw new IllegalArgumentException("The length cannot be negative."); L69: } L70: } L71:}...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 2.8K bytes -
BsCrawlingInfoBhv.java
L79: result.setSessionId(DfTypeUtil.toString(source.get("sessionId"))); L80: return updateEntity(source, result); L81: } catch (InstantiationException | IllegalAccessException e) { L82: final String msg = "Cannot create a new instance: " + entityType.getName(); L83: throw new IllegalBehaviorStateException(msg, e); L84: } L85: } L86: L87: protected <RESULT extends CrawlingInfo> RESULT updateEntity(Map<String, Object> source, RESULT result)...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.5K bytes -
BsElevateWordToLabelBhv.java
L77: result.setLabelTypeId(DfTypeUtil.toString(source.get("labelTypeId"))); L78: return updateEntity(source, result); L79: } catch (InstantiationException | IllegalAccessException e) { L80: final String msg = "Cannot create a new instance: " + entityType.getName(); L81: throw new IllegalBehaviorStateException(msg, e); L82: } L83: } L84: L85: protected <RESULT extends ElevateWordToLabel> RESULT updateEntity(Map<String, Object> source, RESULT...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.7K bytes -
BsJobLogBhv.java
e"))); L84: result.setTarget(DfTypeUtil.toString(source.get("target"))); L85: return updateEntity(source, result); L86: } catch (InstantiationException | IllegalAccessException e) { L87: final String msg = "Cannot create a new instance: " + entityType.getName(); L88: throw new IllegalBehaviorStateException(msg, e); L89: } L90: } L91: L92: protected <RESULT extends JobLog> RESULT updateEntity(Map<String, Object> source, RESULT result)...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.5K bytes -
BsRoleTypeBhv.java
ime"))); L82: result.setValue(DfTypeUtil.toString(source.get("value"))); L83: return updateEntity(source, result); L84: } catch (InstantiationException | IllegalAccessException e) { L85: final String msg = "Cannot create a new instance: " + entityType.getName(); L86: throw new IllegalBehaviorStateException(msg, e); L87: } L88: } L89: L90: protected <RESULT extends RoleType> RESULT updateEntity(Map<String, Object> source, RESULT result)...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.5K bytes -
BsThumbnailQueueBhv.java
L81: result.setThumbnailId(DfTypeUtil.toString(source.get("thumbnail_id"))); L82: return updateEntity(source, result); L83: } catch (InstantiationException | IllegalAccessException e) { L84: final String msg = "Cannot create a new instance: " + entityType.getName(); L85: throw new IllegalBehaviorStateException(msg, e); L86: } L87: } L88: L89: protected <RESULT extends ThumbnailQueue> RESULT updateEntity(Map<String, Object> source, RESULT...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.8K bytes -
BsFileAuthenticationBhv.java
); L86: result.setUsername(DfTypeUtil.toString(source.get("username"))); L87: return updateEntity(source, result); L88: } catch (InstantiationException | IllegalAccessException e) { L89: final String msg = "Cannot create a new instance: " + entityType.getName(); L90: throw new IllegalBehaviorStateException(msg, e); L91: } L92: } L93: L94: protected <RESULT extends FileAuthentication> RESULT updateEntity(Map<String, Object> source, RESULT...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 10.4K bytes -
BsFileConfigBhv.java
L97: result.setVirtualHosts(toStringArray(source.get("virtualHosts"))); L98: return updateEntity(source, result); L99: } catch (InstantiationException | IllegalAccessException e) { L100: final String msg = "Cannot create a new instance: " + entityType.getName(); L101: throw new IllegalBehaviorStateException(msg, e); L102: } L103: } L104: L105: protected <RESULT extends FileConfig> RESULT updateEntity(Map<String, Object> source, RESULT...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 10.8K bytes