Search Options

Results per page
Sort
Preferred Languages
Advance

Results 201 - 210 of 241 for role (0.02 sec)

  1. SearchEngineClient.java

    quote("${fess.index.auto_expand_replicas}"), autoExpandReplicas); L541: for (final UnaryOperator<String> rule : docSettingRewriteRuleList) { L542: source = rule.apply(source); L543: } L544: return source; L545: } L546: L547: public void addDocumentSettingRewriteRule(final UnaryOperator<String> rule) { L548: docSettingRewriteRuleList.add(rule); L549: } L550: L551: protected String getResourcePath(final String basePath, final String type, final String...
    github.com/codelibs/fess/src/main/java/org/code...
    Sun Oct 20 02:08:03 UTC 2024
      86.1K bytes
  2. 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
  3. stopwords.txt

    L1:# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/finnish_stop.txt L2:olla L3:olen L4:olet L5:on L6:olemme L7:olette L8:ovat L9:ole L10:oli L11:olisi L12:olisit L13:olisin L14:olisimme L15:olisitte L16:olisivat L17:olit L18:olin L19:olimme L20:olitte L21:olivat L22:ollut L23:olleet L24:en L25:et L26:ei L27:emme L28:ette L29:eivät L30:minä L31:minun L32:minut L33:minua L34:minussa L35:minusta L36:minuun L37:minulla L38:minulta...
    github.com/codelibs/fess/src/main/resources/fes...
    Mon Nov 27 12:59:36 UTC 2023
      1.7K bytes
  4. 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
  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/kubernetes/kubernetes/LICENSES/third...
    Thu Oct 31 17:42:39 UTC 2024
      11.1K bytes
  6. 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.2K bytes
  7. CHANGELOG-1.23.md

    pull time more accurate in event ([#114430](https://github.com/kubernetes/kubernetes/pull/114430), [@pacoxu](https://github.com/pacoxu)) [SIG Node] L609:- [aws] Fixed a bug which reduces the number of unnecessary calls to STS in the event of assume role failures in the legacy cloud provider ([#110706](https://github.com/kubernetes/kubernetes/pull/110706), [@prateekgogia](https://github.com/prateekgogia)) [SIG Cloud Provider] L610: L611:## Dependencies L612: L613:### Added L614:_Nothing has changed._...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Tue Feb 28 21:06:52 UTC 2023
      424.5K bytes
  8. 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
  9. IndexUpdater.java

    L601: L602: public void setMaxIndexerErrorCount(final int maxIndexerErrorCount) { L603: this.maxIndexerErrorCount = maxIndexerErrorCount; L604: } L605: L606: public void addDocBoostMatcher(final DocBoostMatcher rule) { L607: docBoostMatcherList.add(rule); L608: } L609: L610: public void setCrawlerList(final List<Crawler> crawlerList) { L611: this.crawlerList = crawlerList; L612: } L613:}...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      24.2K bytes
  10. 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
Back to top