- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 257 for gang (0.03 sec)
-
README.md
_message_en.properties) L148: L149:For search/index analyzer, if [doc.json](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_indices/fess/doc.json) contains lang\_[lang] for your language, please modify the analyzer for your language. For more details about Analyzers, see the [OpenSearch documentation](https://opensearch.org/docs/latest/analyzers/search-analyzers/). L150: L151:We welcome pull requests for your language. L152: L153:### Translations L154: L155:- [日本語 (Japanese)...github.com/codelibs/fess/README.mdSat Oct 12 07:19:47 UTC 2024 7.3K bytes -
CrawlingConfig.java
limitations under the License. L15: */ L16:package org.codelibs.fess.es.config.exentity; L17: L18:import java.util.Map; L19:import java.util.function.Supplier; L20: L21:import org.apache.http.auth.UsernamePasswordCredentials; L22:import org.codelibs.core.lang.StringUtil; L23:import org.codelibs.fess.Constants; L24:import org.codelibs.fess.crawler.client.CrawlerClientFactory; L25:import org.codelibs.fess.crawler.client.ftp.FtpClient; L26:import org.codelibs.fess.crawler.client.http.HcHttpClient; L27:import...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 24 13:01:38 UTC 2024 5.5K bytes -
SearchHelper.java
langSet = new HashSet<>(); L258: for (final String lang : params.getLanguages()) { L259: if (StringUtil.isNotBlank(lang) && lang.length() < 1000) { L260: if (Constants.ALL_LANGUAGES.equalsIgnoreCase(lang)) { L261: langSet.add(Constants.ALL_LANGUAGES); L262: } else { L263: final String normalizeLang = systemHelper.normalizeLang(lang); L264: if (normalizeLang != null) {...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 19.1K bytes -
DocBoostMatcherTest.java
tEngineFactory; L25:import org.codelibs.fess.unit.UnitFessTestCase; L26:import org.codelibs.fess.util.ComponentUtil; L27:import org.lastaflute.di.core.factory.SingletonLaContainerFactory; L28: L29:import groovy.lang.Binding; L30:import groovy.lang.GroovyClassLoader; L31:import groovy.lang.GroovyShell; L32: L33:public class DocBoostMatcherTest extends UnitFessTestCase { L34: L35: @Override L36: public void setUp() throws Exception { L37: super.setUp(); L38: ScriptEngineFactory...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 4.6K bytes -
UriType.java
L16:package org.codelibs.fess.validation; L17: L18:import static java.lang.annotation.ElementType.ANNOTATION_TYPE; L19:import static java.lang.annotation.ElementType.CONSTRUCTOR; L20:import static java.lang.annotation.ElementType.FIELD; L21:import static java.lang.annotation.ElementType.METHOD; L22:import static java.lang.annotation.ElementType.PARAMETER; L23:import static java.lang.annotation.RetentionPolicy.RUNTIME; L24: L25:import java.lang.annotation.Documented; L26:import java.lang.annotation.Retention;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 1.6K bytes -
adminlte.min.js.map
iG,QAAQqM,0BAA4Ba,SAASnT,KAAKiG,QAAQqM,wBAAyB,KACjGxB,YAAY9Q,KAAK+S,uBAAwB/S,KAAKiG,QAAQqM,yBAGxDhU,EAAAA,QAAE2T,IACCnQ,GAAG,gDAAgD,WAClDnB,EAAK6R,qBAGTlU,EAAAA,QAAE0T,IACClQ,GAAG,yBAAyB,WACvBxD,EAAAA,QAAE,QAAQkC,SA7He,qBA8H3BG,EAAK6R,qBAIXlU,EAAAA,QAvI0B,4BAwIvBwD,GAAG,6CAA6C,WAC/CuE,YAAW,WACT1F,EAAK6R,oBACJ,QAGPlU,EAAAA,QAhJiC,mCAiJ9BwD,GAAG,gCAAgC,WAClCnB,EAAK6R,qBAEN1Q,GAAG,+BAA+B,WACjCnB,EAAK6R,gBAAgB,sBAGzBlU,EAAAA,QAAEwI,QAAQC,QAAO,WACfpG,EAAK6R,qBAGPnM,YAAW,WACT/H,EAAAA,QAAE,wBAAwB0F,YAA...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 132.4K bytes -
Secured.java
language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.annotation; L17: L18:import java.lang.annotation.Documented; L19:import java.lang.annotation.ElementType; L20:import java.lang.annotation.Inherited; L21:import java.lang.annotation.Retention; L22:import java.lang.annotation.RetentionPolicy; L23:import java.lang.annotation.Target; L24: L25:/** L26: * Java 5 annotation for describing service layer security attributes. L27: * L28: * <p> L29: * The...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.8K bytes -
FessConfig.java
/** The key of the configuration. e.g. https://fess.codelibs.org/{lang}/{version}/admin/ */ L1450: String ONLINE_HELP_BASE_LINK = "online.help.base.link"; L1451: L1452: /** The key of the configuration. e.g. https://fess.codelibs.org/{lang}/{version}/install/install.html */ L1453: String ONLINE_HELP_INSTALLATION = "online.help.installation"; L1454: L1455: /** The key of the configuration. e.g. https://fess.codelibs.org/{lang}/eol.html */ L1456: String ONLINE_HELP_EOL = "online.help.eol";...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 468.5K bytes -
ProtocolHelper.java
j.LogManager; L34:import org.apache.logging.log4j.Logger; L35:import org.codelibs.core.exception.ClassNotFoundRuntimeException; L36:import org.codelibs.core.exception.NoSuchFieldRuntimeException; L37:import org.codelibs.core.lang.ClassUtil; L38:import org.codelibs.core.lang.StringUtil; L39:import org.codelibs.fess.mylasta.direction.FessConfig; L40:import org.codelibs.fess.util.ComponentUtil; L41: L42:import jakarta.annotation.PostConstruct; L43: L44:public class ProtocolHelper { L45: private static...github.com/codelibs/fess/src/main/java/org/code...Wed Jun 19 01:34:15 UTC 2024 7.4K bytes -
search.jsp
<la:message key="labels.searchoptions_menu_lang" /> <a L65: href="#searchOptions" class="badge badge-primary" L66: data-toggle="control-options"> <c:if test="${empty lang}"> L67: <la:message key="labels.searchoptions_all" /> L68: </c:if> <c:if test="${!empty lang}"> L69: <c:forEach var="sLang" items="${lang}"> L70: <c:forEach var="item" items="${langItems}"> L71: <c:if test="${item.value==sLang}">${f:h(item.label)}</c:if> L72: </c:forEach> L73: </c:forEach>...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 6.6K bytes