- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 1,244 for parche (0.04 sec)
-
stopwords.txt
L68:suo L69:sua L70:suoi L71:sue L72:nostro L73:nostra L74:nostri L75:nostre L76:vostro L77:vostra L78:vostri L79:vostre L80:mi L81:ti L82:ci L83:vi L84:lo L85:la L86:li L87:le L88:gli L89:ne L90:il L91:un L92:uno L93:una L94:ma L95:ed L96:se L97:perché L98:anche L99:come L100:dov L101:dove L102:che L103:chi L104:cui L105:non L106:più L107:quale L108:quanto L109:quanti L110:quanta L111:quante L112:quello L113:quelli L114:quella L115:quelle L116:questo L117:questi L118:questa L119:queste L120:si L121:tutto...github.com/codelibs/fess/src/main/resources/fes...Mon Nov 27 12:59:36 UTC 2023 1.8K bytes -
AdminBackupAction.java
java.util.List; L41:import java.util.Map; L42:import java.util.concurrent.atomic.AtomicBoolean; L43:import java.util.function.Consumer; L44:import java.util.stream.Collectors; L45: L46:import org.apache.commons.text.StringEscapeUtils; L47:import org.apache.logging.log4j.LogManager; L48:import org.apache.logging.log4j.Logger; L49:import org.codelibs.core.exception.IORuntimeException; L50:import org.codelibs.core.io.CopyUtil; L51:import org.codelibs.core.lang.StringUtil; L52:import org.codelibs.core.misc.Pair;...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 28.5K bytes -
SystemHelper.java
L52:import java.util.function.Supplier; L53:import java.util.regex.Pattern; L54:import java.util.stream.Collectors; L55: L56:import org.apache.commons.lang3.LocaleUtils; L57:import org.apache.commons.lang3.StringUtils; L58:import org.apache.logging.log4j.Level; L59:import org.apache.logging.log4j.LogManager; L60:import org.apache.logging.log4j.Logger; L61:import org.apache.logging.log4j.core.config.Configurator; L62:import org.codelibs.core.exception.IORuntimeException; L63:import org.codelibs.core.lang.StringUtil;...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 17 12:10:08 UTC 2024 27.2K bytes -
FessXpathTransformer.java
L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 24 13:01:38 UTC 2024 42.9K bytes -
CharMappingFile.java
L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 10.2K bytes -
PopularWordHelper.java
org.codelibs.fess.util.ComponentUtil; L34: L35:import com.google.common.cache.Cache; L36:import com.google.common.cache.CacheBuilder; L37: L38:import jakarta.annotation.PostConstruct; L39: L40:public class PopularWordHelper { L41: private static final Logger logger = LogManager.getLogger(PopularWordHelper.class); L42: L43: protected static final char CACHE_KEY_SPLITTER = '\n'; L44: L45: protected Cache<String, List<String>> cache; L46: L47: protected FessConfig fessConfig; L48: L49: @PostConstruct...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 5.6K bytes -
FessFunctions.java
.TimeUnit; L42:import java.util.regex.Matcher; L43:import java.util.regex.Pattern; L44:import java.util.stream.Collectors; L45: L46:import org.apache.commons.lang3.time.DurationFormatUtils; L47:import org.apache.commons.text.StringEscapeUtils; L48:import org.apache.logging.log4j.LogManager; L49:import org.apache.logging.log4j.Logger; L50:import org.apache.pdfbox.util.DateConverter; L51:import org.codelibs.core.lang.StringUtil; L52:import org.codelibs.fess.Constants; L53:import org.codelibs.fess....github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 16.9K bytes -
PrunedTagTest.java
prunedtag.toString()); L47: } L48: L49: public void test_parse() { L50: PrunedTag[] tags = PrunedTag.parse(""); L51: assertEquals(0, tags.length); L52: L53: tags = PrunedTag.parse("a"); L54: assertEquals(1, tags.length); L55: assertEquals("PrunedTag [tag=a, id=null, css=null, attrName=null, attrValue=null]", tags[0].toString()); L56: L57: tags = PrunedTag.parse("a#test"); L58: assertEquals(1, tags.length); L59: assertEquals("PrunedTag [tag=a, id=test,...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.2K bytes -
README.md
[doc.json](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_indices/fess/doc.json) lang\_[lang] für Ihre Sprache enthält, passen Sie bitte den Analyser für Ihre Sprache an. Weitere Informationen zu Analysatoren finden Sie in der [OpenSearch-Dokumentation](https://opensearch.org/docs/latest/analyzers/search-analyzers/). L150: L151:Wir begrüßen Pull-Requests für Ihre Sprache. L152: L153:## Unterstützt von L154: L155:* [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): DI-Container...github.com/codelibs/fess/docs/de/README.mdSat Oct 12 07:19:47 UTC 2024 7.6K bytes -
ParameterUtilTest.java
L43: parameters = ""; L44: parameterMap = ParameterUtil.parse(parameters); L45: assertEquals(0, parameterMap.size()); L46: L47: parameters = "domain"; L48: parameterMap = ParameterUtil.parse(parameters); L49: assertEquals(1, parameterMap.size()); L50: assertEquals("", parameterMap.get("domain")); L51: L52: parameters = "domain="; L53: parameterMap = ParameterUtil.parse(parameters); L54: assertEquals(1, parameterMap.size()); L55:...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 7.1K bytes