- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 319 for agents (0.07 sec)
-
.teamcity/src/main/kotlin/configurations/DownloadGitRepoToEc2Agent.kt
import jetbrains.buildServer.configs.kotlin.buildSteps.script object DownloadGitRepoToEc2Agent : BuildType({ val id = "Util_DownloadGitRepoToEc2Agent" name = "Download Git Repo to EC2 Agent" description = "Do nothing but downloading gradle/gradle repo to EC2 agents" applyDefaultSettings(artifactRuleOverride = "") params { param("defaultBranchName", "master") } steps { script {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Nov 12 06:13:12 UTC 2025 - 758 bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/Gradleception.kt
"Builds Gradle with the version of Gradle which is currently under development (twice)$descriptionSuffix" requirements { // Gradleception is a heavy build which runs ~40m on EC2 agents but only ~20m on Hetzner agents requiresNotEc2Agent() requiresNotSharedHost() } /* To avoid unnecessary rerun, what we do here is a bit complicated:
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Oct 09 05:26:45 UTC 2025 - 7.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/RobotsTxt.java
* <li>Manages crawl delay settings per user agent</li> * <li>Stores sitemap URLs listed in robots.txt</li> * </ul> * * <p>The class uses case-insensitive pattern matching for user agents and supports * wildcard characters (*) in user agent strings. When multiple directives match a user agent, * the most specific (longest) match is used.</p> * */ public class RobotsTxt {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 18.5K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/SmokeTests.kt
// No need to split in FlakyTestQuarantine tcParallelTests(splitNumber) } requirements { // Smoke tests is usually heavy and the build time is twice on EC2 agents requiresNotEc2Agent() } applyTestDefaults( model, this, ":smoke-test:$task",Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 1.8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/SmokeIdeTests.kt
name = "Smoke Ide Tests$suffix" description = "Tests against IDE sync process" requirements { // These tests are usually heavy and the build time is twice on EC2 agents requiresNotEc2Agent() } applyTestDefaults( model = model, buildType = this, gradleTasks = ":smoke-ide-test:smokeIdeTest",
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Oct 09 05:26:45 UTC 2025 - 1.9K bytes - Viewed (0) -
fess-crawler/src/test/resources/org/codelibs/fess/crawler/helper/robots_malformed.txt
Disallow: /test/ # Case 9: Special characters in paths User-agent: SpecialCharBot Disallow: /path with spaces/ Disallow: /path%20encoded/ Disallow: /path?query=value Disallow: /path#fragment Allow: /unicode/日本語/ # Case 10: Multiple User-agents in sequence User-agent: Bot1 User-agent: Bot2 User-agent: Bot3 Disallow: /shared/ # Case 11: Sitemap with various formats Sitemap: http://example.com/sitemap.xml
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Fri Nov 14 12:52:01 UTC 2025 - 2.6K bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/model/GradleDistribution.kt
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 18 18:02:41 UTC 2025 - 2.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
* Set to -1 to disable automatic purging of user information. */ @Min(-1) @Max(100000) @ValidateTypeFailure public Integer purgeUserInfoDay; /** * Bot user agents whose search logs should be purged. * Search logs from these bots will be automatically removed. */ @Size(max = 10000) public String purgeByBots; /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.6K bytes - Viewed (0) -
README.md
* Websockets - [RFC 6455](https://datatracker.ietf.org/doc/html/rfc6455) * SSE - [Server-sent events](https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events) Where the spec is ambiguous, OkHttp follows modern user agents such as popular Browsers or common HTTP Libraries. OkHttp is principled and avoids being overly configurable, especially when such configuration is
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Thu Oct 30 21:39:59 UTC 2025 - 9.5K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
} fun Requirements.requiresNotEc2Agent() { doesNotContain("teamcity.agent.name", "ec2") // US region agents have name "EC2-XXX" doesNotContain("teamcity.agent.name", "EC2") } /** * We have some "shared" host where a Linux build agent and a Windows build agent * both run on the same bare metal. Some builds require exclusive access to the
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 15.6K bytes - Viewed (0)