Search Options

Results per page
Sort
Preferred Languages
Advance

Results 261 - 270 of 530 for created (0.07 sec)

  1. AdminAccesstokenAction.java

    L198: // Actually Crud L199: // ------------- L200: @Execute L201: @Secured({ ROLE }) L202: public HtmlResponse create(final CreateForm form) { L203: verifyCrudMode(form.crudMode, CrudMode.CREATE); L204: validate(form, messages -> {}, this::asEditHtml); L205: verifyToken(this::asEditHtml); L206: getAccessToken(form).ifPresent(entity -> { L207: entity.setToken(access...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      14.7K bytes
  2. AdminLabeltypeAction.java

    L205: // Actually Crud L206: // ------------- L207: @Execute L208: @Secured({ ROLE }) L209: public HtmlResponse create(final CreateForm form) { L210: verifyCrudMode(form.crudMode, CrudMode.CREATE); L211: validate(form, messages -> {}, this::asEditHtml); L212: verifyToken(this::asEditHtml); L213: getLabelType(form).ifPresent(entity -> { L214: try { L215: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      15.1K bytes
  3. BsFileAuthenticationCQ.java

    createdBy, ConditionOptionCall<TermQueryBuilder> opLambda) { L204: TermQueryBuilder builder = regTermQ("createdBy", createdBy); L205: if (opLambda != null) { L206: opLambda.callback(builder); L207: } L208: } L209: L210: public void setCreatedBy_NotEqual(String createdBy) { L211: setCreatedBy_NotTerm(createdBy, null); L212: } L213: L214: public void setCreatedBy_NotTerm(String createdBy) { L215: setCreatedBy_NotTerm(createdBy, null); L216:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      88.1K bytes
  4. BsWebAuthenticationCQ.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
      95.5K bytes
  5. BadWordDbm.java

    Column Info L131: // =========== L132: protected final ColumnInfo _columnCreatedBy = cci("createdBy", "createdBy", null, null, String.class, "createdBy", null, false, false, L133: false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false); L134: 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
      10.2K bytes
  6. SuggestJob.java

    private static final Logger logger = LogManager.getLogger(SuggestJob.class); L46: L47: @Override L48: public String execute() { L49: final StringBuilder resultBuf = new StringBuilder(); L50: L51: if (sessionId == null) { // create session id L52: sessionId = RandomStringUtils.randomAlphabetic(15); L53: } L54: resultBuf.append("Session Id: ").append(sessionId).append("\n"); L55: if (jobExecutor != null) { L56: jobExecutor.addShutdownListener(()...
    github.com/codelibs/fess/src/main/java/org/code...
    Sun Jun 23 04:13:47 UTC 2024
      10K bytes
  7. littleAdjustmentMap.dfprop

    # Table names for display, e.g. on documents, are forcedly treated as upper case. L84: # L85: #; isTableDispNameUpperCase = false L86: # - - - - - - - - - -/ L87: L88: # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L89: # o isTableSqlNameUpperCase: (NotRequired - Default false) L90: # [true] L91: # Table names on SQL executed by condition-bean or behavior L92: # are forcedly treated as upper case. (except outside-SQL) L93: # L94: #; isTableSqlNameUpperCase...
    github.com/codelibs/fess/dbflute_fess/dfprop/li...
    Sat Jul 25 06:04:16 UTC 2015
      8.8K bytes
  8. RelatedContentDbm.java

    "content", null, null, String.class, "content", null, false, false, false, L135: "keyword", 0, 0, null, null, false, null, null, null, null, null, false); L136: protected final ColumnInfo _columnCreatedBy = cci("createdBy", "createdBy", null, null, String.class, "createdBy", null, false, false, L137: false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false); L138: 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
      10.8K bytes
  9. BsBoostDocumentRule.java

    "boostExpr"); L140: this.boostExpr = value; L141: } L142: L143: public String getCreatedBy() { L144: checkSpecifiedProperty("createdBy"); L145: return convertEmptyToNull(createdBy); L146: } L147: L148: public void setCreatedBy(String value) { L149: registerModifiedProperty("createdBy"); L150: this.createdBy = value; L151: } L152: L153: public Long getCreatedTime() { L154: checkSpecifiedProperty("createdTime"); L155: return createdTime;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      6.7K bytes
  10. BsRoleType.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.5K bytes
Back to top