Search Options

Results per page
Sort
Preferred Languages
Advance

Results 211 - 220 of 241 for role (0.02 sec)

  1. BsSearchLogBhv.java

    .get("referer"))); L86: result.setRequestedAt(toLocalDateTime(source.get("requestedAt"))); L87: result.setResponseTime(DfTypeUtil.toLong(source.get("responseTime"))); L88: result.setRoles(toStringArray(source.get("roles"))); L89: result.setSearchWord(DfTypeUtil.toString(source.get("searchWord"))); L90: result.setUser(DfTypeUtil.toString(source.get("user"))); L91: result.setUserAgent(DfTypeUtil.toString(source.get("userAgent"))); L92:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.5K bytes
  2. BsUserBhv.java

    result.setPreferredLanguage(DfTypeUtil.toString(source.get("preferredLanguage"))); L105: result.setRegisteredAddress(DfTypeUtil.toString(source.get("registeredAddress"))); L106: result.setRoles(toStringArray(source.get("roles"))); L107: result.setRoomNumber(DfTypeUtil.toString(source.get("roomNumber"))); L108: result.setState(DfTypeUtil.toString(source.get("state"))); L109: result.setStreet(DfTypeUtil.toString(source.get("street"))); L110:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      12K bytes
  3. LICENSE

    fee for, acceptance of support, warranty, indemnity, L171: or other liability obligations and/or rights consistent with this L172: License. However, in accepting such obligations, You may act only L173: on Your own behalf and on Your sole responsibility, not on behalf L174: of any other Contributor, and only if You agree to indemnify, L175: defend, and hold each Contributor harmless for any liability L176: incurred by, or claims asserted against, such Contributor by reason...
    github.com/kubernetes/kubernetes/LICENSES/vendo...
    Sun Sep 22 18:50:45 UTC 2024
      10.6K bytes
  4. LICENSE

    fee for, acceptance of support, warranty, indemnity, L171: or other liability obligations and/or rights consistent with this L172: License. However, in accepting such obligations, You may act only L173: on Your own behalf and on Your sole responsibility, not on behalf L174: of any other Contributor, and only if You agree to indemnify, L175: defend, and hold each Contributor harmless for any liability L176: incurred by, or claims asserted against, such Contributor by reason...
    github.com/kubernetes/kubernetes/LICENSES/vendo...
    Sun Sep 22 18:50:45 UTC 2024
      10.6K bytes
  5. LICENSE

    fee for, acceptance of support, warranty, indemnity, L168: or other liability obligations and/or rights consistent with this L169: License. However, in accepting such obligations, You may act only L170: on Your own behalf and on Your sole responsibility, not on behalf L171: of any other Contributor, and only if You agree to indemnify, L172: defend, and hold each Contributor harmless for any liability L173: incurred by, or claims asserted against, such Contributor by reason...
    github.com/codelibs/curl4j/LICENSE
    Thu Jun 14 07:45:22 UTC 2018
      11.1K bytes
  6. LICENSE

    fee for, acceptance of support, warranty, indemnity, L169: or other liability obligations and/or rights consistent with this L170: License. However, in accepting such obligations, You may act only L171: on Your own behalf and on Your sole responsibility, not on behalf L172: of any other Contributor, and only if You agree to indemnify, L173: defend, and hold each Contributor harmless for any liability L174: incurred by, or claims asserted against, such Contributor by reason...
    github.com/kubernetes/kubernetes/LICENSE
    Tue Nov 22 19:44:46 UTC 2016
      11.1K bytes
  7. LICENSE

    fee for, acceptance of support, warranty, indemnity, L172: or other liability obligations and/or rights consistent with this L173: License. However, in accepting such obligations, You may act only L174: on Your own behalf and on Your sole responsibility, not on behalf L175: of any other Contributor, and only if You agree to indemnify, L176: defend, and hold each Contributor harmless for any liability L177: incurred by, or claims asserted against, such Contributor by reason...
    github.com/kubernetes/kubernetes/LICENSES/LICENSE
    Fri May 08 04:49:00 UTC 2020
      11.3K bytes
  8. LICENSE

    fee for, acceptance of support, warranty, indemnity, L170: or other liability obligations and/or rights consistent with this L171: License. However, in accepting such obligations, You may act only L172: on Your own behalf and on Your sole responsibility, not on behalf L173: of any other Contributor, and only if You agree to indemnify, L174: defend, and hold each Contributor harmless for any liability L175: incurred by, or claims asserted against, such Contributor by reason...
    github.com/kubernetes/kubernetes/LICENSES/vendo...
    Wed Feb 03 21:57:36 UTC 2021
      11.2K bytes
  9. LICENSE

    fee for, acceptance of support, warranty, indemnity, L170: or other liability obligations and/or rights consistent with this L171: License. However, in accepting such obligations, You may act only L172: on Your own behalf and on Your sole responsibility, not on behalf L173: of any other Contributor, and only if You agree to indemnify, L174: defend, and hold each Contributor harmless for any liability L175: incurred by, or claims asserted against, such Contributor by reason...
    github.com/kubernetes/kubernetes/LICENSES/vendo...
    Fri May 08 04:49:00 UTC 2020
      11.3K bytes
  10. FessMultipartRequestHandler.java

    ServletException("Failed to upload the file.", e); L324: } L325: L326: // =================================================================================== L327: // Roll-back L328: // ========= L329: @Override L330: public void rollback() { L331: for (MultipartFormFile formFile : elementsFile.values()) { L332: formFile.destroy();...
    github.com/codelibs/fess/src/main/java/org/code...
    Wed Oct 23 13:27:21 UTC 2024
      18.6K bytes
Back to top