Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 589 for last (0.03 sec)

  1. BsUserInfoBhv.java

    entityCall) { L227: return doBatchInsert(new BulkList<>(list, call, entityCall), null); L228: } L229: L230: public int[] batchUpdate(List<UserInfo> list) { L231: return batchUpdate(list, null, null); L232: } L233: L234: public int[] batchUpdate(List<UserInfo> list, RequestOptionCall<BulkRequestBuilder> call) { L235: return batchUpdate(list, call, null); L236: } L237: L238: public int[] batchUpdate(List<UserInfo> list, RequestOptionCall<BulkRequestBuilder> call, L239: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9K bytes
  2. BsDataConfigBhv.java

    L240: return doBatchInsert(new BulkList<>(list, call, entityCall), null); L241: } L242: L243: public int[] batchUpdate(List<DataConfig> list) { L244: return batchUpdate(list, null, null); L245: } L246: L247: public int[] batchUpdate(List<DataConfig> list, RequestOptionCall<BulkRequestBuilder> call) { L248: return batchUpdate(list, call, null); L249: } L250: L251: public int[] batchUpdate(List<DataConfig> list, RequestOptionCall<BulkRequestBuilder> call, L252:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.2K bytes
  3. BsLabelTypeBhv.java

    { L237: return doBatchInsert(new BulkList<>(list, call, entityCall), null); L238: } L239: L240: public int[] batchUpdate(List<LabelType> list) { L241: return batchUpdate(list, null, null); L242: } L243: L244: public int[] batchUpdate(List<LabelType> list, RequestOptionCall<BulkRequestBuilder> call) { L245: return batchUpdate(list, call, null); L246: } L247: L248: public int[] batchUpdate(List<LabelType> list, RequestOptionCall<BulkRequestBuilder> call, L249:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.9K bytes
  4. BsCrawlingInfoBhv.java

    L230: return doBatchInsert(new BulkList<>(list, call, entityCall), null); L231: } L232: L233: public int[] batchUpdate(List<CrawlingInfo> list) { L234: return batchUpdate(list, null, null); L235: } L236: L237: public int[] batchUpdate(List<CrawlingInfo> list, RequestOptionCall<BulkRequestBuilder> call) { L238: return batchUpdate(list, call, null); L239: } L240: L241: public int[] batchUpdate(List<CrawlingInfo> list, RequestOptionCall<BulkRequestBuilder> call, L242:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.5K bytes
  5. BsElevateWordToLabelBhv.java

    doQueryDelete(createCB(cbLambda), null); L217: } L218: L219: public int[] batchInsert(List<ElevateWordToLabel> list) { L220: return batchInsert(list, null, null); L221: } L222: L223: public int[] batchInsert(List<ElevateWordToLabel> list, RequestOptionCall<BulkRequestBuilder> call) { L224: return batchInsert(list, call, null); L225: } L226: L227: public int[] batchInsert(List<ElevateWordToLabel> list, RequestOptionCall<BulkRequestBuilder> call, L228: RequestOptionCal...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.7K bytes
  6. BsJobLogBhv.java

    entityCall) { L235: return doBatchInsert(new BulkList<>(list, call, entityCall), null); L236: } L237: L238: public int[] batchUpdate(List<JobLog> list) { L239: return batchUpdate(list, null, null); L240: } L241: L242: public int[] batchUpdate(List<JobLog> list, RequestOptionCall<BulkRequestBuilder> call) { L243: return batchUpdate(list, call, null); L244: } L245: L246: public int[] batchUpdate(List<JobLog> list, RequestOptionCall<BulkRequestBuilder> call, L247: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.5K bytes
  7. BsRoleTypeBhv.java

    entityCall) { L233: return doBatchInsert(new BulkList<>(list, call, entityCall), null); L234: } L235: L236: public int[] batchUpdate(List<RoleType> list) { L237: return batchUpdate(list, null, null); L238: } L239: L240: public int[] batchUpdate(List<RoleType> list, RequestOptionCall<BulkRequestBuilder> call) { L241: return batchUpdate(list, call, null); L242: } L243: L244: public int[] batchUpdate(List<RoleType> list, RequestOptionCall<BulkRequestBuilder> call, L245: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.5K bytes
  8. BsThumbnailQueueBhv.java

    return doBatchInsert(new BulkList<>(list, call, entityCall), null); L234: } L235: L236: public int[] batchUpdate(List<ThumbnailQueue> list) { L237: return batchUpdate(list, null, null); L238: } L239: L240: public int[] batchUpdate(List<ThumbnailQueue> list, RequestOptionCall<BulkRequestBuilder> call) { L241: return batchUpdate(list, call, null); L242: } L243: L244: public int[] batchUpdate(List<ThumbnailQueue> list, RequestOptionCall<BulkRequestBuilder> call,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.8K bytes
  9. FessProp.java

    propMap.put(API_DASHBOARD_RESPONSE_HEADER_LIST, list); L2053: } L2054: return list; L2055: } L2056: L2057: String getApiCorsAllowOrigin(); L2058: L2059: default List<String> getApiCorsAllowOriginList() { L2060: @SuppressWarnings("unchecked") L2061: List<String> list = (List<String>) propMap.get(CORS_ALLOW_ORIGIN); L2062: if (list == null) { L2063: list = split(getApiCorsAllowOrigin(), "\n") L2064: .get(stream -> stream.map(String::trim...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:15 UTC 2024
      87.2K bytes
  10. BsFileAuthenticationBhv.java

    doQueryDelete(createCB(cbLambda), null); L226: } L227: L228: public int[] batchInsert(List<FileAuthentication> list) { L229: return batchInsert(list, null, null); L230: } L231: L232: public int[] batchInsert(List<FileAuthentication> list, RequestOptionCall<BulkRequestBuilder> call) { L233: return batchInsert(list, call, null); L234: } L235: L236: public int[] batchInsert(List<FileAuthentication> list, RequestOptionCall<BulkRequestBuilder> call, L237: RequestOptionCal...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.4K bytes
Back to top