Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. SearchLog.java

    queryId + ", queryOffset=" + queryOffset + ", queryPageSize=" + queryPageSize + ", queryTime=" + queryTime L163: + ", referer=" + referer + ", requestedAt=" + requestedAt + ", responseTime=" + responseTime + ", roles=" L164: + Arrays.toString(roles) + ", searchWord=" + searchWord + ", user=" + user + ", userAgent=" + userAgent + ", userInfoId=" L165: + userInfoId + ", userSessionId=" + userSessionId + ", virtualHost=" + virtualHost + ", documents=" + documentList...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      6K bytes
  2. UserDbm.java

    "registeredAddress", null, null, String.class, L239: "registeredAddress", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false); L240: protected final ColumnInfo _columnRoles = cci("roles", "roles", null, null, String[].class, "roles", null, false, false, false, L241: "keyword", 0, 0, null, null, false, null, null, null, null, null, false); L242: protected final ColumnInfo _columnRoomNumber = cci("roomNumber", "roomNumber", null, null, String.class,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      27K bytes
  3. pl.js

    require("jquery")):b(a.jQuery)}(this,function(a){!function(a,b){"use strict";a.formUtils.registerLoadedModule("lang/pl"),a(b).bind("validatorsLoaded",function(){a.formUtils.LANG={errorTitle:"Złożenie formularza nie powiodło się!",requiredField:"To pole jest wymagane",requiredfields:"Nie wszystkie wymagane pola zostały wypełnione",badTime:"Wprowadzono niepoprawny czas",badEmail:"Wprowadzono niepoprawny adres e-mail",badTelephone:"Wprowadzono niepoprawny numeru telefonu",badSecurityAnswer:"Nieprawidłowa...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      2.9K bytes
  4. BsUserCA.java

    setRoles_Terms(null); L4120: } L4121: L4122: public void setRoles_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) { L4123: setRoles_Terms("roles", opLambda, null); L4124: } L4125: L4126: public void setRoles_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsUserCA> aggsLambda) { L4127: setRoles_Terms("roles", opLambda, aggsLambda); L4128: } L4129: L4130: public void setRoles_Terms(String name, ConditionOptionCall<TermsAggregationBuilder> opLambda,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      212.4K bytes
  5. WebFsIndexHelper.java

    indexUpdater.setSessionIdList(sessionIdList); L367: indexUpdater.setDaemon(true); L368: indexUpdater.setCrawlerList(crawlerList); L369: getAvailableBoostDocumentRuleList().forEach(rule -> { L370: indexUpdater.addDocBoostMatcher(new org.codelibs.fess.indexer.DocBoostMatcher(rule)); L371: }); L372: indexUpdater.start(); L373: L374: int startedCrawlerNum = 0; L375: int activeCrawlerNum = 0; L376: try { L377: while (startedCrawlerNum...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      22.6K bytes
  6. admin_user_details.jsp

    <tr> L235: <th><la:message key="labels.roles"/></th> L236: <td><c:forEach var="rt" varStatus="s" L237: items="${roleItems}"> L238: <c:forEach var="rtid" varStatus="s" items="${roles}"> L239: <c:if test="${rtid==rt.id}"> L240: ...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Thu Feb 13 07:47:04 UTC 2020
      17.8K bytes
  7. BsSearchLogCB.java

    columnRequestedAt() { L220: doColumn("requestedAt"); L221: } L222: L223: public void columnResponseTime() { L224: doColumn("responseTime"); L225: } L226: L227: public void columnRoles() { L228: doColumn("roles"); L229: } L230: L231: public void columnSearchWord() { L232: doColumn("searchWord"); L233: } L234: L235: public void columnUser() { L236: doColumn("user"); L237: } L238: L239: public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      7.9K bytes
  8. PairedStatsAccumulator.java

    root-mean-square error in {@code x} as a function of {@code y} is a L200: * fraction {@code sqrt(1/(R*R) - 1)} of the population standard deviation of {@code x}. This fit L201: * does not normally minimize that error: to do that, you should swap the roles of {@code x} and L202: * {@code y}. L203: * L204: * <h3>Non-finite values</h3> L205: * L206: * <p>If the dataset contains any non-finite values ({@link Double#POSITIVE_INFINITY}, {@link L207: * Double#NEGATIVE_INFINITY}, or {@link Double#NaN})...
    github.com/google/guava/guava/src/com/google/co...
    Fri May 12 17:02:53 UTC 2023
      10.3K bytes
  9. BsUserCB.java

    doColumn("preferredLanguage"); L293: } L294: L295: public void columnRegisteredAddress() { L296: doColumn("registeredAddress"); L297: } L298: L299: public void columnRoles() { L300: doColumn("roles"); L301: } L302: L303: public void columnRoomNumber() { L304: doColumn("roomNumber"); L305: } L306: L307: public void columnState() { L308: doColumn("state"); L309: } L310: L311: public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.7K bytes
  10. 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/kubernetes/kubernetes/LICENSES/third...
    Thu Oct 31 17:42:39 UTC 2024
      11.1K bytes
Back to top