- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 31 for Series (0.04 sec)
-
fess
JAVA system property L10:# -X prop set non-standard JAVA system property L11:# --prop=val L12:# --prop val set fess property (i.e. -Des.<prop>=<val>) L13: L14:CDPATH="" L15:SCRIPT="$0" L16: L17:# SCRIPT may be an arbitrarily deep series of symlinks. Loop until we have the concrete path. L18:while [ -h "$SCRIPT" ] ; do L19: ls=`ls -ld "$SCRIPT"` L20: # Drop everything prior to -> L21: link=`expr "$ls" : '.*-> \(.*\)$'` L22: if expr "$link" : '/.*' > /dev/null; then L23: SCRIPT="$link"...github.com/codelibs/fess/src/main/assemblies/fi...Sun Jan 15 06:32:15 UTC 2023 5.4K bytes -
stopwords.txt
L205:hubieran L206:hubiese L207:hubieses L208:hubiésemos L209:hubieseis L210:hubiesen L211:habiendo L212:habido L213:habida L214:habidos L215:habidas L216:soy L217:eres L218:es L219:somos L220:sois L221:son L222:sea L223:seas L224:seamos L225:seáis L226:sean L227:seré L228:serás L229:será L230:seremos L231:seréis L232:serán L233:sería L234:serías L235:seríamos L236:seríais L237:serían L238:era L239:eras L240:éramos L241:erais L242:eran L243:fui L244:fuiste L245:fue L246:fuimos L247:fuisteis L248:fueron...github.com/codelibs/fess/src/main/resources/fes...Mon Nov 27 12:59:36 UTC 2023 2.2K bytes -
stopwords.txt
L100:inni L101:mellom L102:vår L103:hver L104:hvem L105:vors L106:hvis L107:både L108:bare L109:enn L110:fordi L111:før L112:mange L113:også L114:slik L115:vært L116:være L117:båe L118:begge L119:siden L120:dykk L121:dykkar L122:dei L123:deira L124:deires L125:deim L126:di L127:då L128:eg L129:ein L130:eit L131:eitt L132:elles L133:honom L134:hjå L135:ho L136:hoe L137:henne L138:hennar L139:hennes L140:hoss L141:hossen L142:ikkje L143:ingi L144:inkje L145:korleis L146:korso L147:kva L148:kvar L149:kvarhelst...github.com/codelibs/fess/src/main/resources/fes...Mon Nov 27 12:59:36 UTC 2023 994 bytes -
BsRelatedQuery.java
registerModifiedProperty("createdTime"); L150: this.createdTime = value; L151: } L152: L153: public String[] getQueries() { L154: checkSpecifiedProperty("queries"); L155: return queries; L156: } L157: L158: public void setQueries(String[] value) { L159: registerModifiedProperty("queries"); L160: this.queries = value; L161: } L162: L163: public String getTerm() { L164: checkSpecifiedProperty("term"); L165: return convertEmptyToNull(term); L166: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 6.6K bytes -
codeql-analysis.yml
with: L48: languages: ${{ matrix.language }} L49: # If you wish to specify custom queries, you can do so here or in a config file. L50: # By default, queries listed here will override any specified in a config file. L51: # Prefix the list here with "+" to use these queries and those in the config file. L52: # queries: ./path/to/local/query, your-org/your-repo/queries@main L53: L54: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). L55:...github.com/codelibs/curl4j/.github/workflows/co...Fri Oct 02 13:24:14 UTC 2020 2.5K bytes -
codeql.yml
with: L67: languages: ${{ matrix.language }} L68: build-mode: ${{ matrix.build-mode }} L69: # If you wish to specify custom queries, you can do so here or in a config file. L70: # By default, queries listed here will override any specified in a config file. L71: # Prefix the list here with "+" to use these queries and those in the config file. L72: L73: # For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-...github.com/codelibs/fess/.github/workflows/code...Wed Aug 14 23:51:19 UTC 2024 4.4K bytes -
admin_relatedquery_edit.jsp
row"> L63: <label for="queries" class="col-sm-3 text-sm-right col-form-label"><la:message L64: key="labels.related_query_queries"/></label> L65: <div class="col-sm-9"> L66: <la:errors property="queries"/> L67: <la:textarea styleId="queries" property="queries" styleClass="form-control" L68: ...github.com/codelibs/fess/src/main/webapp/WEB-IN...Thu Feb 13 07:47:04 UTC 2020 4.8K bytes -
RelatedQueryHelper.java
= ComponentUtil.getVirtualHostHelper().getVirtualHostKey(); L78: final Map<String, String[]> map = relatedQueryMap.get(key); L79: if (map != null) { L80: final String[] queries = map.get(toLowerCase(query)); L81: if (queries != null) { L82: return queries; L83: } L84: } L85: return StringUtil.EMPTY_STRINGS; L86: } L87: L88: private String toLowerCase(final String term) { L89: return term != null ? term.toLowerCase(Locale.ROOT)...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 3.2K bytes -
admin_relatedquery.jsp
<div class="form-group row"> L58: <label for="queries" class="col-sm-2 text-sm-right col-form-label"><la:message L59: key="labels.related_query_queries"/></label> L60: <div class="col-sm-10"> L61: <la:text styleId="queries" property="queries" styleClass="form-control"/> L62: </div> L63: ...github.com/codelibs/fess/src/main/webapp/WEB-IN...Tue Mar 31 05:47:05 UTC 2020 7.4K bytes -
RelatedQuery.java
L46: public String toString() { L47: return "RelatedQuery [createdBy=" + createdBy + ", createdTime=" + createdTime + ", updatedBy=" + updatedBy + ", updatedTime=" L48: + updatedTime + ", term=" + term + ", queries=" + Arrays.toString(queries) + "]"; L49: } L50:}...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.5K bytes