Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ageInt (0.04 sec)

  1. AdminBackupAction.java

    entity.getReferer(), buf).append(','); L471: appendJson("languages", entity.getLanguages(), buf).append(','); L472: appendJson("roles", entity.getRoles(), buf).append(','); L473: appendJson("user-agent", entity.getUserAgent(), buf).append(','); L474: appendJson("client-ip", entity.getClientIp(), buf).append(','); L475: appendJson("access-type", entity.getAccessType(), buf).append(','); L476: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:46 UTC 2024
      28.5K bytes
  2. DataConfig.java

    key = entry.getKey(); L153: if (key.startsWith(CRAWLER_PARAM_PREFIX)) { L154: factoryParamMap.put(key.substring(CRAWLER_PARAM_PREFIX.length()), entry.getValue()); L155: } L156: } L157: L158: // user agent L159: final String userAgent = paramMap.get(CRAWLER_USERAGENT); L160: if (StringUtil.isNotBlank(userAgent)) { L161: factoryParamMap.put(HcHttpClient.USER_AGENT_PROPERTY, userAgent); L162: } L163: L164: // web...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:15 UTC 2024
      18.5K bytes
Back to top