Search Options

Results per page
Sort
Preferred Languages
Advance

Results 301 - 310 of 530 for created (0.05 sec)

  1. sequenceMap.dfprop

    ---------------- L2:# sequenceMap: (NotRequired - Default map:{}) L3:# L4:# The relation mappings between sequence and table. L5:# If you don't specify the mappings, you cannot insert a record of the table by sequence. L6:# The table names are treated as case insensitive. L7:# L8:# Example: L9:# map:{ L10:# ; PURCHASE = SEQ_PURCHASE L11:# ; MEMBER = SEQ_MEMBER L12:# ; MEMBER_LOGIN = SEQ_MEMBER_LOGIN L13:# ; PRODUCT = SEQ_PRODUCT L14:# } L15:# L16:# *The line that...
    github.com/codelibs/fess/dbflute_fess/dfprop/se...
    Sat Oct 31 23:35:14 UTC 2015
      717 bytes
  2. commonColumnMap.dfprop

    ----------- L2:# commonColumnMap: (Default map:{}) L3:# L4:# The definition of common column(contains auto set-up). L5:# For example, the date you registered the record, L6:# the user who updated the record and so on... L7:# The column names are treated as case insensitive. L8:# L9:# The variable '$$AccessContext$$' means allcommon.AccessContext. L10:# L11:# Example: L12:# map:{ L13:# ; commonColumnMap = map:{ L14:# ; REGISTER_DATETIME=TIMESTAMP ; REGISTER_USER=VARCHAR L15:# ;...
    github.com/codelibs/fess/dbflute_fess/dfprop/co...
    Sat Jul 04 22:46:31 UTC 2015
      1.9K bytes
  3. ElevateWord.java

    L106: } L107: L108: @Override L109: public String toString() { L110: return "ElevateWord [labelTypeIds=" + Arrays.toString(labelTypeIds) + ", labelTypeList=" + labelTypeList + ", boost=" + boost L111: + ", createdBy=" + createdBy + ", createdTime=" + createdTime + ", reading=" + reading + ", suggestWord=" + suggestWord L112: + ", updatedBy=" + updatedBy + ", updatedTime=" + updatedTime + ", docMeta=" + docMeta + "]"; L113: } L114: L115:}...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      4.3K bytes
  4. documentMap.dfprop

    exists in its DB comment like as follows: L68: # member name : The name of member's full name L69: # you can use the alias in DBFlute world, java-doc, SchemaHTML... L70: # DB comment which does not have the delimiter is not treated L71: # as alias, treated as description (real comment). L72: # But you can change it by 'isDbCommentOnAliasBasis'. L73: # L74: #; aliasDelimiterInDbComment = : L75: # - - - - - - - - - -/ L76: L77: # /- - - - - - - - - - - - - - - - - - - -...
    github.com/codelibs/fess/dbflute_fess/dfprop/do...
    Sat Oct 31 23:35:14 UTC 2015
      9.4K bytes
  5. FileAuthentication.java

    not exist.", getFileConfigId(), e); L58: } L59: } L60: return fileConfig; L61: } L62: L63: @Override L64: public String toString() { L65: return "FileAuthentication [fileConfig=" + fileConfig + ", createdBy=" + createdBy + ", createdTime=" + createdTime L66: + ", fileConfigId=" + fileConfigId + ", hostname=" + hostname + ", parameters=" + parameters + ", port=" + port L67: + ", protocolScheme=" + protocolScheme + ", updatedBy="...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.4K bytes
  6. BsRelatedQueryCA.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<BsRelatedQueryCA> 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
  7. DataConfigDbm.java

    "boost", null, null, Float.class, "boost", null, false, false, false, "Float", 0, L147: 0, null, null, false, null, null, null, null, null, false); L148: protected final ColumnInfo _columnCreatedBy = cci("createdBy", "createdBy", null, null, String.class, "createdBy", null, false, false, L149: false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false); L150: protected final ColumnInfo _columnCreatedTime = cci("createdTime", "createdTime", null, null,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      13.8K bytes
  8. scheduled_job.bulk

    rue,"crawler":false,"available":true,"sortOrder":2,"createdBy":"system","createdTime":0,"updatedBy":"system","updatedTime":0} L5:{"index":{"_index":"fess_config.scheduled_job","_id":"log_aggregator"}} L6:{"name":"Log Aggregator","target":"all","cronExpression":"* * * * *","scriptType":"groovy","scriptData":"return container.getComponent(\"aggregateLogJob\").execute();","jobLogging":false,"crawler":false,"available":true,"sortOrder":3,"createdBy":"system","createdTime":0,"updatedBy":"system","updatedTime":0}...
    github.com/codelibs/fess/src/main/resources/fes...
    Thu Dec 02 13:14:56 UTC 2021
      4.2K bytes
  9. SynonymItem.java

    newOutputs; L34: L35: public SynonymItem(final long id, final String[] inputs, final String[] outputs) { L36: this.id = id; L37: this.inputs = inputs; L38: this.outputs = outputs; L39: L40: if (id == 0) { L41: // create L42: newInputs = inputs; L43: newOutputs = outputs; L44: } L45: } L46: L47: public String[] getNewInputs() { L48: return newInputs; L49: } L50: L51: public void setNewInputs(final String[] newInputs)...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      3.7K bytes
  10. BsUserInfo.java

    ======== L98: public LocalDateTime getCreatedAt() { L99: checkSpecifiedProperty("createdAt"); L100: return createdAt; L101: } L102: L103: public void setCreatedAt(LocalDateTime value) { L104: registerModifiedProperty("createdAt"); L105: this.createdAt = value; L106: } L107: L108: public LocalDateTime getUpdatedAt() { L109: checkSpecifiedProperty("updatedAt"); L110: return updatedAt;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      4.4K bytes
Back to top