- Sort Score
- Num 10 results
- Language All
Results 281 - 290 of 629 for Worker (0.07 seconds)
-
docs/ja/docs/project-generation.md
- 🧪 End-to-Endテスト向けの [Playwright](https://playwright.dev)。 - 🦇 ダークモードのサポート。 - 🐋 開発および本番向けの [Docker Compose](https://www.docker.com)。 - 🔒 デフォルトでの安全なパスワードハッシュ化。 - 🔑 JWT(JSON Web Token)認証。 - 📫 メールベースのパスワードリカバリ。 - ✅ [Pytest](https://pytest.org) によるテスト。 - 📞 リバースプロキシ / ロードバランサとしての [Traefik](https://traefik.io)。 - 🚢 Docker Composeを使用したデプロイ手順(自動HTTPS証明書を処理するフロントエンドTraefikプロキシのセットアップ方法を含む)。
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 2.4K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectManager.java
* During certain lifecycle phases, particularly for aggregator mojos, Maven may create * a forked project (a copy of the original project) to execute a subset of the lifecycle. * This method allows retrieving the original project that initiated the build. * * @param project the potentially forked projectCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Jan 30 23:29:13 GMT 2025 - 12K bytes - Click Count (0) -
android/guava/src/com/google/common/graph/NetworkConnections.java
/** * Remove {@code edge} from the set of incoming edges. Returns the former predecessor node. * * <p>In the undirected case, returns {@code null} if {@code isSelfLoop} is true. */ @CanIgnoreReturnValue @Nullable N removeInEdge(E edge, boolean isSelfLoop); /** Remove {@code edge} from the set of outgoing edges. Returns the former successor node. */ @CanIgnoreReturnValue N removeOutEdge(E edge); /**Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 2.3K bytes - Click Count (0) -
ci/official/containers/ml_build/Dockerfile
################################################################################ ARG BASE_IMAGE=ubuntu:22.04@sha256:445586e41c1de7dfda82d2637f5ff688deea9eb5f5812f8c145afacc35b9f0db FROM $BASE_IMAGE AS devel # See https://docs.docker.com/reference/dockerfile/#understand-how-arg-and-from-interact # on why we cannot reference BASE_IMAGE again unless we declare it again. ################################################################################
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Fri Mar 20 15:35:12 GMT 2026 - 4.5K bytes - Click Count (0) -
ci/official/containers/ml_build/rbe_nvidia.packages.txt
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Sep 18 00:19:40 GMT 2025 - 307 bytes - Click Count (0) -
docs/debugging/README.md
# MinIO Server Debugging Guide [](https://slack.min.io) [](https://hub.docker.com/r/minio/minio/) ## HTTP Trace HTTP tracing can be enabled by using [`mc admin trace`](https://docs.min.io/community/minio-object-store/reference/minio-mc-admin/mc-admin-trace.html) command. Example: ```sh minio server /data ```
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 8.6K bytes - Click Count (0) -
CONTRIBUTING.md
execution time and the sharding [could create an overhead on the test execution](https://github.com/bazelbuild/bazel/issues/2113#issuecomment-264054799). 2. Using [Docker](https://www.docker.com) and TensorFlow's CI scripts. ```bash # Install Docker first, then this will build and run cpu tests tensorflow/tools/ci_build/ci_build.sh CPU bazel test //tensorflow/... ``` SeeCreated: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Jan 11 04:47:59 GMT 2025 - 15.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/ResourceUtilTest.java
} @Test public void test_getOverrideConfPath() { // Test when app type is not docker OptionalEntity<String> confPath = ResourceUtil.getOverrideConfPath(); assertNotNull(confPath); // Should be empty when not docker app type if (!"docker".equalsIgnoreCase(ResourceUtil.getAppType())) { assertFalse(confPath.isPresent()); } }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 11.8K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/testfixtures/TestFixtureExtension.java
if (otherProject.isPresent()) { throw new GradleException( String.format( Locale.ROOT, "Projects %s and %s both claim the %s service defined in the docker-compose.yml of " + "%sThis is not supported because it breaks running in parallel. Configure dedicated " + "services for each project and use those instead.",
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 4.4K bytes - Click Count (0) -
docs/en/docs/js/init_kapa_widget.js
script.setAttribute("data-bot-protection-mechanism", "hcaptcha"); script.setAttribute("data-button-height", "3rem"); script.setAttribute("data-button-width", "3rem"); script.setAttribute("data-button-border-radius", "50%"); script.setAttribute("data-button-padding", "0");
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Feb 18 15:26:13 GMT 2026 - 2.3K bytes - Click Count (0)