Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for gang (0.02 sec)

  1. FessProp.java

    default boolean isOnlineHelpSupportedLang(final String lang) { L869: if (StringUtil.isBlank(getOnlineHelpSupportedLangs())) { L870: return false; L871: } L872: return split(getOnlineHelpSupportedLangs(), ",").get(stream -> stream.filter(StringUtil::isNotBlank).anyMatch(s -> s.equals(lang))); L873: } L874: L875: String getForumSupportedLangs(); L876: L877: default boolean isForumSupportedLang(final String lang) { L878: if (StringUtil.isBlank(getForumSupportedLangs()))...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:15 UTC 2024
      87.2K bytes
  2. SearchApiManager.java

    t.StringEscapeUtils; L38:import org.apache.logging.log4j.LogManager; L39:import org.apache.logging.log4j.Logger; L40:import org.codelibs.core.CoreLibConstants; L41:import org.codelibs.core.exception.IORuntimeException; L42:import org.codelibs.core.lang.StringUtil; L43:import org.codelibs.fess.Constants; L44:import org.codelibs.fess.api.BaseApiManager; L45:import org.codelibs.fess.app.service.FavoriteLogService; L46:import org.codelibs.fess.entity.FacetInfo; L47:import org.codelibs.fess.entity.GeoInfo;...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:46 UTC 2024
      50.3K bytes
  3. SearchEngineClient.java

    org.codelibs.core.beans.util.BeanUtil; L47:import org.codelibs.core.exception.ResourceNotFoundRuntimeException; L48:import org.codelibs.core.io.FileUtil; L49:import org.codelibs.core.io.ResourceUtil; L50:import org.codelibs.core.lang.StringUtil; L51:import org.codelibs.core.lang.ThreadUtil; L52:import org.codelibs.curl.CurlResponse; L53:import org.codelibs.fesen.client.EngineInfo; L54:import org.codelibs.fesen.client.HttpClient; L55:import org.codelibs.fess.Constants; L56:import org.codelibs.fess.ap...
    github.com/codelibs/fess/src/main/java/org/code...
    Sun Oct 20 02:08:03 UTC 2024
      86.1K bytes
  4. LdapManager.java

    javax.naming.directory.ModificationItem; L44:import javax.naming.directory.SearchControls; L45:import javax.naming.directory.SearchResult; L46: L47:import org.apache.logging.log4j.LogManager; L48:import org.apache.logging.log4j.Logger; L49:import org.codelibs.core.lang.StringUtil; L50:import org.codelibs.core.timer.TimeoutManager; L51:import org.codelibs.fess.Constants; L52:import org.codelibs.fess.entity.FessUser; L53:import org.codelibs.fess.es.user.exentity.Group; L54:import org.codelibs.fess.es.user.exentity.Role;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      65.9K bytes
  5. AdminUpgradeAction.java

    L18:import java.io.IOException; L19:import java.util.List; L20:import java.util.Map; L21:import java.util.stream.Collectors; L22: L23:import org.apache.logging.log4j.LogManager; L24:import org.apache.logging.log4j.Logger; L25:import org.codelibs.core.lang.StringUtil; L26:import org.codelibs.core.stream.StreamUtil; L27:import org.codelibs.curl.CurlResponse; L28:import org.codelibs.fess.Constants; L29:import org.codelibs.fess.annotation.Secured; L30:import org.codelibs.fess.app.service.ScheduledJobService;...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:46 UTC 2024
      54K bytes
Back to top