- Sort Score
- Result 10 results
- Languages All
Results 251 - 260 of 530 for created (0.04 sec)
-
BsRequestHeader.java
======== L133: public String getCreatedBy() { L134: checkSpecifiedProperty("createdBy"); L135: return convertEmptyToNull(createdBy); L136: } L137: L138: public void setCreatedBy(String value) { L139: registerModifiedProperty("createdBy"); L140: this.createdBy = value; L141: } L142: L143: public Long getCreatedTime() { L144: checkSpecifiedProperty("createdTime"); L145: return createdTime;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 6.6K bytes -
BsElevateWord.java
registerModifiedProperty("boost"); L147: this.boost = value; L148: } L149: L150: public String getCreatedBy() { L151: checkSpecifiedProperty("createdBy"); L152: return convertEmptyToNull(createdBy); L153: } L154: L155: public void setCreatedBy(String value) { L156: registerModifiedProperty("createdBy"); L157: this.createdBy = value; L158: } L159: L160: public Long getCreatedTime() { L161: checkSpecifiedProperty("createdTime"); L162: return createdTime;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 7.1K bytes -
additionalForeignKeyMap.dfprop
foreign key with fixedCondition and fixedSuffix. L9:# And you can use it to view objects too. L10:# L11:# If local column name is same as foreign column name, L12:# you can omit the setting of localColumnName and foreignColumnName. L13:# The names are treated as case insensitive. L14:# L15:# Example: L16:# map:{ L17:# ; FK_MEMBER_MEMBER_STATUS_CODE = map:{ L18:# ; localTableName = MEMBER ; foreignTableName = MEMBER_STATUS L19:# ; localColumnName = MEMBER_STATUS_CODE ;...github.com/codelibs/fess/dbflute_fess/dfprop/ad...Sat Jul 04 22:46:31 UTC 2015 1.7K bytes -
BsBoostDocumentRuleCQ.java
createdBy, ConditionOptionCall<TermQueryBuilder> opLambda) { L428: TermQueryBuilder builder = regTermQ("createdBy", createdBy); L429: if (opLambda != null) { L430: opLambda.callback(builder); L431: } L432: } L433: L434: public void setCreatedBy_NotEqual(String createdBy) { L435: setCreatedBy_NotTerm(createdBy, null); L436: } L437: L438: public void setCreatedBy_NotTerm(String createdBy) { L439: setCreatedBy_NotTerm(createdBy, null); L440:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 56.7K bytes -
classificationDeploymentMap.dfprop
map:{}) L3:# L4:# The relation between column and classification. L5:# L6:# This property uses classification names of classificationDefinitionMap. L7:# The table name '$$ALL$$' means all tables are target. L8:# The table names and column names are treated as case insensitive. L9:# L10:# You don't need specify here about table classifications. L11:# Because table classifications are auto-deployed by relation information. L12:# L13:# Specification: L14:# map: { L15:# [table-name or $$ALL$$] = map:{...github.com/codelibs/fess/dbflute_fess/dfprop/cl...Sat Jul 04 22:46:31 UTC 2015 795 bytes -
AdminWebauthAction.java
L195: // Actually Crud L196: // ------------- L197: @Execute L198: @Secured({ ROLE }) L199: public HtmlResponse create(final CreateForm form) { L200: verifyCrudMode(form.crudMode, CrudMode.CREATE); L201: validate(form, messages -> {}, this::asEditHtml); L202: verifyToken(this::asEditHtml); L203: getWebAuthentication(form).ifPresent(entity -> { L204: try { L205: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 15.7K bytes -
BsRelatedContentCQ.java
createdBy, ConditionOptionCall<TermQueryBuilder> opLambda) { L427: TermQueryBuilder builder = regTermQ("createdBy", createdBy); L428: if (opLambda != null) { L429: opLambda.callback(builder); L430: } L431: } L432: L433: public void setCreatedBy_NotEqual(String createdBy) { L434: setCreatedBy_NotTerm(createdBy, null); L435: } L436: L437: public void setCreatedBy_NotTerm(String createdBy) { L438: setCreatedBy_NotTerm(createdBy, null); L439:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 63.8K bytes -
BsAccessTokenCQ.java
createdBy, ConditionOptionCall<TermQueryBuilder> opLambda) { L203: TermQueryBuilder builder = regTermQ("createdBy", createdBy); L204: if (opLambda != null) { L205: opLambda.callback(builder); L206: } L207: } L208: L209: public void setCreatedBy_NotEqual(String createdBy) { L210: setCreatedBy_NotTerm(createdBy, null); L211: } L212: L213: public void setCreatedBy_NotTerm(String createdBy) { L214: setCreatedBy_NotTerm(createdBy, null); L215:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 71.8K bytes -
BsBadWordCA.java
} L112: L113: public void setCreatedBy_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) { L114: setCreatedBy_Terms("createdBy", opLambda, null); L115: } L116: L117: public void setCreatedBy_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsBadWordCA> aggsLambda) { L118: setCreatedBy_Terms("createdBy", opLambda, aggsLambda); L119: } L120: L121: public void setCreatedBy_Terms(String name, ConditionOptionCall<TermsAggregationBuilder>...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 46.6K bytes -
AccessContextLogic.java
L51: L52: // =================================================================================== L53: // Create Context L54: // ============== L55: public AccessContext create(final AccessContextResource resource, final UserTypeSupplier userTypeSupplier, L56: final UserBeanSupplier userBeanSupplier, final AppTypeSupplier appTypeSupplier) { L57:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 3.2K bytes