Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 79 for Yang (0.07 sec)

  1. moment-with-locales.min.js

    "AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var a=e%10;return e+(1===G(e%100/10)?"th":1==a?"st":2==a?"nd":3==a?"rd":"th")}}),M.lang=t("moment.lang is deprecated. Use moment.locale instead.",oa),M.langData=t("moment.langData is deprecated. Use moment.localeData instead.",ua);var gt=Math.abs;function wt(e,a,t,s){var n=Ga(a,t);return e._milliseconds+=s*n._milliseconds,e._days+=s*n._days,...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      360.5K bytes
  2. 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.md
    Sat Oct 12 07:19:47 UTC 2024
      7.3K bytes
  3. 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
  4. 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
  5. 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
  6. 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
  7. SuggestHelper.java

    java.util.List; L30:import java.util.Map; L31:import java.util.Set; L32:import java.util.function.Consumer; L33: L34:import org.apache.logging.log4j.LogManager; L35:import org.apache.logging.log4j.Logger; L36:import org.codelibs.core.lang.StringUtil; L37:import org.codelibs.core.lang.ThreadUtil; L38:import org.codelibs.core.misc.Pair; L39:import org.codelibs.fess.Constants; L40:import org.codelibs.fess.es.client.SearchEngineClient; L41:import org.codelibs.fess.es.config.exbhv.BadWordBhv; L42:import org.c...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      18.1K bytes
  8. StemmerOverrideItem.java

    express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.dict.stemmeroverride; L17: L18:import java.util.Objects; L19: L20:import org.codelibs.core.lang.StringUtil; L21:import org.codelibs.fess.dict.DictionaryItem; L22: L23:public class StemmerOverrideItem extends DictionaryItem { L24: private final String input; L25: L26: private final String output; L27: L28: private String newInput; L29:...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      2.7K bytes
  9. CharMappingItem.java

    governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.dict.mapping; L17: L18:import java.util.Arrays; L19:import java.util.Objects; L20: L21:import org.apache.commons.lang3.StringUtils; L22:import org.codelibs.core.lang.StringUtil; L23:import org.codelibs.fess.dict.DictionaryItem; L24: L25:public class CharMappingItem extends DictionaryItem { L26: private final String[] inputs; L27: L28: private final String output; L29: L30: private String[] newInputs; L31:...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      3.4K bytes
  10. OpenIdConnectCredential.java

    L17: L18:import static org.codelibs.core.stream.StreamUtil.split; L19:import static org.codelibs.core.stream.StreamUtil.stream; L20: L21:import java.util.HashSet; L22:import java.util.Map; L23:import java.util.Set; L24: L25:import org.codelibs.core.lang.StringUtil; L26:import org.codelibs.fess.entity.FessUser; L27:import org.codelibs.fess.helper.SystemHelper; L28:import org.codelibs.fess.util.ComponentUtil; L29:import org.codelibs.fess.util.DocumentUtil; L30:import org.lastaflute.web.login.creden...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      4.2K bytes
Back to top