- Sort Score
- Result 10 results
- Languages All
Results 581 - 590 of 885 for externalIP (0.07 sec)
-
guava/src/com/google/common/util/concurrent/AbstractService.java
* called multiple times. * * <p>When this method is called {@link #state()} will return {@link State#STOPPING}, which is the * external state observable by the caller of {@link #stopAsync}. * * @since 27.0 */ @ForOverride protected void doCancelStart() {} @CanIgnoreReturnValue @Override
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri May 12 18:32:03 UTC 2023 - 20.7K bytes - Viewed (0) -
docs/em/docs/tutorial/bigger-applications.md
from .routers import items, users ``` ๐ฅ โฌ "๐ ๐": ```Python from app.routers import items, users ``` ๐ก ๐ ๐ ๐ ๐ฆ & ๐น, โ <a href="https://docs.python.org/3/tutorial/modules.html" class="external-link" target="_blank">๐ ๐ ๐งพ ๐ ๐น</a>. /// ### โ ๐ ๐ฅ ๐ฅ ๐ญ ๐ `items` ๐, โฉ๏ธ ๐ญ ๐ฎ ๐ข `router`. ๐ โฉ๏ธ ๐ฅ โ๏ธ โ1๏ธโฃ ๐ข ๐ `router` ๐ `users`. ๐ฅ ๐ฅ โ๏ธ ๐ 1๏ธโฃ โฎ๏ธ ๐, ๐:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 15.5K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycles.java
import org.slf4j.LoggerFactory; /** * @since 3.0 */ // TODO The configuration for the lifecycle needs to be externalized so that I can use the annotations properly for the // wiring and reference and external source for the lifecycle configuration. @Named @Singleton public class DefaultLifecycles { public static final String[] STANDARD_LIFECYCLES = {"clean", "default", "site"};
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6.6K bytes - Viewed (0) -
docs/ko/docs/tutorial/path-operation-configuration.md
<a href="https://ko.wikipedia.org/wiki/%EB%A7%88%ED%81%AC%EB%8B%A4%EC%9A%B4" class="external-link" target="_blank">๋งํฌ๋ค์ด</a> ๋ฌธ๋ฒ์ผ๋ก ๋ ์คํธ๋ง์ ์์ฑํ ์ ์์ต๋๋ค, ์์ฑ๋ ๋งํฌ๋ค์ด ํ์์ ๋ ์คํธ๋ง์ (๋งํฌ๋ค์ด์ ๋ค์ฌ์ฐ๊ธฐ๋ฅผ ๊ณ ๋ คํ์ฌ) ์ฌ๋ฐ๋ฅด๊ฒ ํ๋ฉด์ ์ถ๋ ฅ๋ฉ๋๋ค. ```Python hl_lines="19-27" {!../../docs_src/path_operation_configuration/tutorial004.py!} ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4.1K bytes - Viewed (0) -
docs/zh/docs/tutorial/debugging.md
ๆไปฅ๏ผไธ้ข่ฟไธ่กไธไผ่ขซๆง่ก๏ผ ```Python uvicorn.run(app, host="0.0.0.0", port=8000) ``` /// info ๆดๅคไฟกๆฏ่ฏทๆฃๆฅ <a href="https://docs.python.org/3/library/__main__.html" class="external-link" target="_blank">Python ๅฎๆนๆๆกฃ</a>. /// ## ไฝฟ็จไฝ ็่ฐ่ฏๅจ่ฟ่กไปฃ็ ็ฑไบๆฏไปไปฃ็ ็ดๆฅ่ฟ่ก็ Uvicorn ๆๅกๅจ๏ผๆไปฅไฝ ๅฏไปฅไป่ฐ่ฏๅจ็ดๆฅ่ฐ็จ Python ็จๅบ๏ผไฝ ็ FastAPI ๅบ็จ๏ผใ --- ไพๅฆ๏ผไฝ ๅฏไปฅๅจ Visual Studio Code ไธญ๏ผ * ่ฟๅ ฅๅฐใ่ฐ่ฏใ้ขๆฟใ * ใๆทปๅ ้ ็ฝฎ...ใใ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.4K bytes - Viewed (0) -
src/main/assemblies/files/fess.in.bat
set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dfess.log.level=warn set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dlasta.env=web set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dtomcat.config.path=tomcat_config.properties REM External opensearch cluster REM set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dfess.search_engine.http_address=http://localhost:9200 REM set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dfess.dictionary.path=%SEARCH_ENGINE_HOME%/config/
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Jan 15 06:32:15 UTC 2023 - 4.2K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/resolution/UnresolvableModelException.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.model.resolution; /** * Signals an error when resolving the path to an external model. * * @deprecated use {@link org.apache.maven.api.services.ModelBuilder} instead */ @Deprecated(since = "4.0.0") public class UnresolvableModelException extends Exception { /**
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.9K bytes - Viewed (0) -
docs/en/docs/advanced/response-directly.md
Now, let's see how you could use that to return a custom response. Let's say that you want to return an <a href="https://en.wikipedia.org/wiki/XML" class="external-link" target="_blank">XML</a> response. You could put your XML content in a string, put that in a `Response`, and return it: ```Python hl_lines="1 18" {!../../docs_src/response_directly/tutorial002.py!} ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3K bytes - Viewed (0) -
helm-releases/minio-5.3.0.tgz
etc ## The key in the secret must be 'config.env' ## extraSecret: ~ ## OpenID Identity Management ## The following section documents environment variables for enabling external identity management using an OpenID Connect (OIDC)-compatible provider. ## See https://min.io/docs/minio/linux/operations/external-iam/configure-openid-external-identity-management.html for a tutorial on using these variables. oidc: enabled: false configUrl: "https://identity-provider-url/.well-known/openid-configuration" clientId:...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Oct 11 12:21:05 UTC 2024 - 21.7K bytes - Viewed (0) -
helm-releases/minio-5.0.1.tgz
the secret must be 'config.env' ## # extraSecret: minio-extraenv ## OpenID Identity Management ## The following section documents environment variables for enabling external identity management using an OpenID Connect (OIDC)-compatible provider. ## See https://min.io/docs/minio/linux/operations/external-iam/configure-openid-external-identity-management.html for a tutorial on using these variables. oidc: enabled: false configUrl: "https://identity-provider-url/.well-known/openid-configuration" clientId:...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Nov 13 10:04:51 UTC 2022 - 19.8K bytes - Viewed (0)