- Sort Score
- Result 10 results
- Languages All
Results 301 - 310 of 3,232 for ctan (0.02 sec)
-
docs/contribute/contributing.md
- If you've found a bug, please contribute a failing test case so we can study and fix it.
- If you have a new feature idea, please build it in an external library. There are
- [many libraries][works_with_okhttp] that sit on top or hook in via existing APIs. If you build
- something that integrates with OkHttp, tell us so that we can link it!
- Before code can be accepted all contributors must complete our
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Tue Feb 14 08:26:50 UTC 2023 - 2K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Toolchain.java
- /**
- * Represents a toolchain in the Maven build system.
- *
- * <p>A toolchain is a set of tools that can be used to build a project.
- * This interface allows users to define and configure various toolchains
- * that can be utilized by Maven during the build process. Toolchains can
- * include compilers, interpreters, and other tools that are necessary
- * for building a project in a specific environment.</p>
- *
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Tue Aug 27 21:13:34 UTC 2024 - 3.2K bytes - Viewed (0) -
docs/metrics/README.md
- MinIO server exposes monitoring data over endpoints. Monitoring tools can pick the data from these endpoints. This document lists the monitoring endpoints and relevant documentation.
- ## Healthcheck Probe
- MinIO server has two healthcheck related un-authenticated endpoints, a liveness probe to indicate if server is responding, cluster probe to check if server can be taken down for maintenance.
- - Liveness probe available at `/minio/health/live`
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Feb 29 18:35:20 UTC 2024 - 1.9K bytes - Viewed (0) -
src/cmd/asm/internal/flags/flags.go
- var (
- D MultiFlag
- I MultiFlag
- PrintOut int
- DebugV bool
- )
- func init() {
- flag.Var(&D, "D", "predefined symbol with optional simple value -D=identifier=value; can be set multiple times")
- flag.Var(&I, "I", "include directory; can be set multiple times")
- flag.BoolVar(&DebugV, "v", false, "print debug output")
- flag.Var(objabi.NewDebugFlag(&DebugFlags, nil), "d", "enable debugging settings; try -d help")
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Aug 22 19:18:23 UTC 2023 - 2.8K bytes - Viewed (0) -
docs/sts/wso2.md
- 1. The id_token is an identifier that is hard to guess. For example, a randomly generated string of sufficient length, that the server handling the protected resource can use to lookup the associated authorization information.
- 2. The id_token self-contains the authorization information in a manner that can be verified. For example, by encoding authorization information along with a signature into the token.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 8.7K bytes - Viewed (0) -
docs/en/docs/tutorial/header-param-models.md
- ## Check the Docs
- You can see the required headers in the docs UI at `/docs`:
- <div class="screenshot">
- <img src="/img/tutorial/header-param-models/image01.png">
- </div>
- ## Forbid Extra Headers
- In some special use cases (probably not very common), you might want to **restrict** the headers that you want to receive.
- You can use Pydantic's model configuration to `forbid` any `extra` fields:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3.5K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/AbstractTester.java
- private String suiteName;
- private @Nullable Runnable setUp;
- private @Nullable Runnable tearDown;
- // public so that it can be referenced in generated GWT tests.
- @Override
- public void setUp() throws Exception {
- if (setUp != null) {
- setUp.run();
- }
- }
- // public so that it can be referenced in generated GWT tests.
- @Override
- public void tearDown() throws Exception {
- if (tearDown != null) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 28 21:41:47 UTC 2024 - 3.4K bytes - Viewed (0) -
guava-testlib/src/com/google/common/collect/testing/AbstractTester.java
- private String suiteName;
- private @Nullable Runnable setUp;
- private @Nullable Runnable tearDown;
- // public so that it can be referenced in generated GWT tests.
- @Override
- public void setUp() throws Exception {
- if (setUp != null) {
- setUp.run();
- }
- }
- // public so that it can be referenced in generated GWT tests.
- @Override
- public void tearDown() throws Exception {
- if (tearDown != null) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 28 21:41:47 UTC 2024 - 3.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NbtAddress.java
- * providing name service, datagram service, and session service to the
- * Microsoft Windows platform. A NetBIOS name can be 15 characters long
- * and hosts usually registers several names on the network. From a
- * Windows command prompt you can see
- * what names a host registers with the nbtstat command.
- * <p><blockquote><pre>
- * C:\>nbtstat -a 192.168.1.15
- *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 30.1K bytes - Viewed (0) -
ci/official/utilities/cleanup_docker.sh
- # ==============================================================================
- cat <<EOF
- IMPORTANT: These tests ran under docker. This script does not clean up the
- container for you! You can delete the container with:
- $ docker rm -f tf
- You can also execute more commands within the container with e.g.:
- $ docker exec tf bazel clean
- $ docker exec -it tf bash
- EOF
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Aug 10 20:26:29 UTC 2023 - 998 bytes - Viewed (0)