- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for Agent (0.01 sec)
-
pom.xml
on> L80: </plugin> L81: <plugin> L82: <groupId>org.jacoco</groupId> L83: <artifactId>jacoco-maven-plugin</artifactId> L84: <version>0.8.10</version> L85: <executions> L86: <execution> L87: <goals> L88: <goal>prepare-agent</goal> L89: </goals> L90: </execution> L91: <execution> L92: <id>report</id> L93: <phase>prepare-package</phase> L94: <goals> L95: <goal>report</goal> L96: </goals> L97: </execution> L98: </executions>...github.com/codelibs/curl4j/pom.xmlThu Oct 03 17:04:48 UTC 2024 4K bytes -
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 -
Constants.java
String INCREMENTAL_CRAWLING_PROPERTY = "crawling.incremental"; L102: L103: public static final String CRAWLING_THREAD_COUNT_PROPERTY = "crawling.thread.count"; L104: L105: public static final String CRAWLING_USER_AGENT_PROPERTY = "crawling.user.agent"; L106: L107: public static final String DAY_FOR_CLEANUP_PROPERTY = "day.for.cleanup"; L108: L109: public static final String WEB_API_JSON_PROPERTY = "web.api.json"; L110: L111: public static final String WEB_API_SUGGEST_PROPERTY = "web.api.suggest";...github.com/codelibs/fess/src/main/java/org/code...Thu Aug 22 12:43:18 UTC 2024 16.6K bytes -
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 -
pom.xml
<exclusion> L1104: <groupId>org.opensearch.plugin</groupId> L1105: <artifactId>ingest-common</artifactId> L1106: </exclusion> L1107: <exclusion> L1108: <groupId>org.opensearch.plugin</groupId> L1109: <artifactId>ingest-user-agent</artifactId> L1110: </exclusion> L1111: <exclusion> L1112: <groupId>org.opensearch.plugin</groupId> L1113: <artifactId>lang-mustache-client</artifactId> L1114: </exclusion> L1115: <exclusion> L1116: <groupId>org.opensearch.plugin</groupId>...github.com/codelibs/fess/pom.xmlSat Oct 26 02:16:03 UTC 2024 49.1K bytes