- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 17 for Haines (0.06 sec)
-
stopwords.txt
L132:kein L133:keine L134:keinem L135:keinen L136:keiner L137:keines L138:können L139:könnte L140:machen L141:man L142:manche L143:manchem L144:manchen L145:mancher L146:manches L147:mein L148:meine L149:meinem L150:meinen L151:meiner L152:meines L153:mit L154:muss L155:musste L156:nach L157:nicht L158:nichts L159:noch L160:nun L161:nur L162:ob L163:oder L164:ohne L165:sehr L166:sein L167:seine L168:seinem L169:seinen L170:seiner L171:seines L172:selbst L173:sich L174:sie L175:ihnen L176:sind L177:so...github.com/codelibs/fess/src/main/resources/fes...Mon Nov 27 12:59:36 UTC 2023 1.5K bytes -
CharMappingFile.java
L137: while ((line = reader.readLine()) != null) { L138: // Remove comments L139: final String replacedLine = line.replaceAll("#.*$", StringUtil.EMPTY).trim(); L140: L141: // Skip empty lines or comment lines L142: if (replacedLine.length() == 0) { L143: if (updater != null) { L144: updater.write(line); L145: } L146: continue; L147: } L148:...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 10.2K bytes -
StemmerOverrideFile.java
L137: while ((line = reader.readLine()) != null) { L138: // Remove comments L139: final String replacedLine = line.replaceAll("#.*$", StringUtil.EMPTY).trim(); L140: L141: // Skip empty lines or comment lines L142: if (replacedLine.length() == 0) { L143: if (updater != null) { L144: updater.write(line); L145: } L146: continue; L147: } L148:...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 10.6K bytes -
ParameterUtil.java
Pattern properyPattern = Pattern.compile(ComponentUtil.getFessConfig().getAppEncryptPropertyPattern()); L54: final PrimaryCipher cipher = ComponentUtil.getPrimaryCipher(); L55: final String[] lines = value.split("[\r\n]"); L56: for (final String line : lines) { L57: if (StringUtil.isNotBlank(line)) { L58: final int pos = line.indexOf('='); L59: if (pos == 0) { L60: paramMap.put("unknown." + (unknownKey...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 6.5K bytes -
KuromojiFile.java
L130: while ((line = reader.readLine()) != null) { L131: // Remove comments L132: final String replacedLine = line.replaceAll("#.*$", StringUtil.EMPTY).trim(); L133: L134: // Skip empty lines or comment lines L135: if (replacedLine.length() == 0) { L136: if (updater != null) { L137: updater.write(line); L138: } L139: continue; L140: } L141:...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 9.7K bytes -
stopwords.txt
L118:ont L119:aurai L120:auras L121:aura L122:aurons L123:aurez L124:auront L125:aurais L126:aurait L127:aurions L128:auriez L129:auraient L130:avais L131:avait L132:avions L133:aviez L134:avaient L135:eut L136:eûmes L137:eûtes L138:eurent L139:aie L140:aies L141:ait L142:ayons L143:ayez L144:aient L145:eusse L146:eusses L147:eût L148:eussions L149:eussiez L150:eussent L151:ceci L152:cela L153:celà L154:cet L155:cette L156:ici L157:ils L158:les L159:leurs L160:quel L161:quels L162:quelle L163:quelles L164:sans...github.com/codelibs/fess/src/main/resources/fes...Mon Nov 27 12:59:36 UTC 2023 977 bytes -
ProtwordsFile.java
L130: if (line.length() == 0 || line.charAt(0) == '#') { L131: if (updater != null) { L132: updater.write(line); L133: } L134: continue; // ignore empty lines and comments L135: } L136: L137: final String inputStrings = line; L138: final String input = unescape(inputStrings); L139: L140: if (input.length() > 0) { L141: id++; L142:...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 9.6K bytes -
StopwordsFile.java
L130: if (line.length() == 0 || line.charAt(0) == '#') { L131: if (updater != null) { L132: updater.write(line); L133: } L134: continue; // ignore empty lines and comments L135: } L136: L137: final String inputStrings = line; L138: final String input = unescape(inputStrings); L139: L140: if (input.length() > 0) { L141: id++; L142:...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 9.6K bytes -
fess_label_de.properties
L960:labels.advance_search_title=Advanced Search L961:labels.advance_search_must_queries=All diese Wörter L962:labels.advance_search_phrase_query=Exakt dieses Wort oder dieser Satz L963:labels.advance_search_should_queries=Eines dieser Wörter L964:labels.advance_search_not_queries=Keines dieser Wörter L965:labels.advance_search_filetype=Dateityp L966:labels.advance_search_filetype_default=Alle Typen L967:labels.advance_search_filetype_html=HTML L968:labels.advance_search_filetype_pdf=PDF L969:labels.a...github.com/codelibs/fess/src/main/resources/fes...Fri Mar 22 11:58:34 UTC 2024 42.8K bytes -
SynonymFile.java
L131: if (line.length() == 0 || line.charAt(0) == '#') { L132: if (updater != null) { L133: updater.write(line); L134: } L135: continue; // ignore empty lines and comments L136: } L137: L138: String[] inputs; L139: String[] outputs; L140: L141: final List<String> sides = split(line, "=>"); L142: if (sides.size() > 1) { // explicit...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 12.5K bytes