Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for Wagenet (0.47 sec)

  1. pom.xml

    			</plugin>
    			<plugin>
    				<groupId>org.jacoco</groupId>
    				<artifactId>jacoco-maven-plugin</artifactId>
    				<version>0.8.10</version>
    				<executions>
    					<execution>
    						<goals>
    							<goal>prepare-agent</goal>
    						</goals>
    					</execution>
    					<execution>
    						<id>report</id>
    						<phase>prepare-package</phase>
    						<goals>
    							<goal>report</goal>
    						</goals>
    					</execution>
    Registered: Wed Jun 12 08:29:43 UTC 2024
    - Last Modified: Thu Jan 04 12:50:27 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/RobotsTxtHelper.java

     * </a></li>
     * </ul>
     *
     * @author bowez
     * @author shinsuke
     *
     */
    public class RobotsTxtHelper {
    
        protected static final Pattern USER_AGENT_RECORD =
                Pattern.compile("^user-agent:\\s*([^\\t\\n\\x0B\\f\\r]+)\\s*$", Pattern.CASE_INSENSITIVE);
    
        protected static final Pattern DISALLOW_RECORD = Pattern.compile("^disallow:\\s*([^\\s]*)\\s*$", Pattern.CASE_INSENSITIVE);
    
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  3. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java

                for (final Map.Entry<String, AuthSchemeProvider> entry : factoryMap.entrySet()) {
                    authSchemeProviderBuilder.register(entry.getKey(), entry.getValue());
                }
            }
    
            // user agent
            userAgent = getInitParameter(USER_AGENT_PROPERTY, userAgent, String.class);
            if (StringUtil.isNotBlank(userAgent)) {
                httpClientBuilder.setUserAgent(userAgent);
            }
    
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu May 09 09:28:25 UTC 2024
    - 41K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_de.properties

    labels.replacement=Ersetzung
    labels.sessionId=Session-ID
    labels.sortOrder=Sortierreihenfolge
    labels.updatedBy=Aktualisiert von
    labels.updatedTime=Aktualisierungszeit
    labels.urls=URLs
    labels.userAgent=User Agent
    labels.username=Benutzername
    labels.value=Wert
    labels.versionNo=Version
    labels.cronExpression=Zeitplan
    labels.dayForCleanup=Entferne Dokumente älter als Tage
    labels.crawlingThreadCount=Anzahl gleichzeitiger Crawler
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 42.8K bytes
    - Viewed (0)
  5. pom.xml

    					<groupId>org.opensearch.plugin</groupId>
    					<artifactId>ingest-common</artifactId>
    				</exclusion>
    				<exclusion>
    					<groupId>org.opensearch.plugin</groupId>
    					<artifactId>ingest-user-agent</artifactId>
    				</exclusion>
    				<exclusion>
    					<groupId>org.opensearch.plugin</groupId>
    					<artifactId>lang-mustache-client</artifactId>
    				</exclusion>
    				<exclusion>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:49:02 UTC 2024
    - 48.7K bytes
    - Viewed (0)
Back to top