- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 238 for tweens (0.05 sec)
-
compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 26.4K bytes - Viewed (0) -
docs/nl/docs/environment-variables.md
Je kunt bijvoorbeeld een bestand `main.py` hebben met: ```Python hl_lines="3" import os name = os.getenv("MY_NAME", "World") print(f"Hello {name} from Python") ``` /// tip Het tweede argument van <a href="https://docs.python.org/3.8/library/os.html#os.getenv" class="external-link" target="_blank">`os.getenv()`</a> is de standaardwaarde die wordt geretourneerd.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 20 11:13:32 UTC 2024 - 8.6K bytes - Viewed (0) -
src/main/java/jcifs/spnego/NegTokenTarg.java
/** * Result code indicating authentication completed successfully */ public static final int ACCEPT_COMPLETED = 0; /** * Result code indicating authentication is incomplete and additional tokens required */ public static final int ACCEPT_INCOMPLETE = 1; /** * Result code indicating authentication was rejected */ public static final int REJECTED = 2; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.9K bytes - Viewed (0) -
docs/es/docs/advanced/settings.md
Luego podemos probar que se estรก usando. ## Leer un archivo `.env` Si tienes muchas configuraciones que posiblemente cambien mucho, tal vez en diferentes entornos, podrรญa ser รบtil ponerlos en un archivo y luego leerlos desde allรญ como si fueran variables de entorno.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 12.7K bytes - Viewed (0) -
docs/en/docs/help-fastapi.md
* Read other ideas, articles, and read about tools I have created. * Follow me to read when I publish something new. ## Tweet about **FastAPI** { #tweet-about-fastapi } <a href="https://x.com/compose/tweet?text=I'm loving @fastapi because... https://github.com/fastapi/fastapi" class="external-link" target="_blank">Tweet about **FastAPI**</a> and let me and others know why you like it. ๐
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 14K bytes - Viewed (0) -
docs/em/docs/tutorial/security/oauth2-jwt.md
# Oauth2๏ธโฃ โฎ๏ธ ๐ (& ๐), ๐จ โฎ๏ธ ๐ฅ ๐ค ๐ ๐ ๐ฅ โ๏ธ ๐ ๐โโ ๐ง, โก๏ธ โ ๐ธ ๐ค ๐, โ๏ธ <abbr title="JSON Web Tokens">๐ฅ</abbr> ๐ค & ๐ ๐ ๐. ๐ ๐ ๐ณ ๐ ๐ช ๐ค โ๏ธ ๐ ๐ธ, ๐ ๐ #๏ธโฃ ๐ ๐ฝ, โ๏ธ. ๐ฅ ๐ โถ๏ธ โช๏ธโก๏ธ ๐โ ๐ฅ โ๏ธ โฎ๏ธ ๐ & ๐ โซ๏ธ. ## ๐ ๐ฅ ๐ฅ โ "๐ป ๐ธ ๐ค". โซ๏ธ ๐ฉ ๐ซ ๐ป ๐ ๐ ๐ง ๐ป ๐ต ๐. โซ๏ธ ๐ ๐ ๐: ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.6K bytes - Viewed (0) -
docs/es/docs/tutorial/schema-extra-example.md
# Declarar Ejemplos de Request Puedes declarar ejemplos de los datos que tu aplicaciรณn puede recibir. Aquรญ tienes varias formas de hacerlo. ## Datos extra de JSON Schema en modelos de Pydantic Puedes declarar `examples` para un modelo de Pydantic que se aรฑadirรก al JSON Schema generado. //// tab | Pydantic v2 {* ../../docs_src/schema_extra_example/tutorial001_py310.py hl[13:24] *} //// //// tab | Pydantic v1
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 9.8K bytes - Viewed (0) -
gradlew
# # Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS, # and GRADLE_OPTS) rely on word-splitting, this is performed explicitly; # see the in-line comments for details. # # There are tweaks for specific operating systems such as AIX, CygWin, # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 01 08:06:31 UTC 2025 - 8.5K bytes - Viewed (0) -
docs/ko/docs/tutorial/security/simple-oauth2.md
๊ทธ๋ฆฌ๊ณ ์ก์ธ์ค ํ ํฐ์ ํฌํจํ๋ ๋ฌธ์์ด๊ณผ ํจ๊ป `access_token`์ด ์์ด์ผ ํฉ๋๋ค. ์ด ๊ฐ๋จํ ์์ ์์๋ ์์ ํ ์์ ํ์ง ์๊ณ , ๋์ผํ `username`์ ํ ํฐ์ผ๋ก ๋ฐํํฉ๋๋ค. /// tip | ํ ๋ค์ ์ฅ์์๋ ํจ์ค์๋ ํด์ฑ ๋ฐ <abbr title="JSON Web Tokens">JWT</abbr> ํ ํฐ์ ์ฌ์ฉํ์ฌ ์ค์ ๋ณด์ ๊ตฌํ์ ๋ณผ ์ ์์ต๋๋ค. ํ์ง๋ง ์ง๊ธ์ ํ์ํ ์ธ๋ถ ์ ๋ณด์ ์ง์คํ๊ฒ ์ต๋๋ค. /// {* ../../docs_src/security/tutorial003.py hl[85] *} /// tip | ํ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Feb 15 11:19:12 UTC 2025 - 10.8K bytes - Viewed (0) -
docs/es/docs/deployment/docker.md
Usar contenedores de Linux tiene varias ventajas, incluyendo **seguridad**, **replicabilidad**, **simplicidad**, y otras. /// tip | Consejo ยฟTienes prisa y ya conoces esto? Salta al [`Dockerfile` mรกs abajo ๐](#construir-una-imagen-de-docker-para-fastapi). /// <details> <summary>Vista previa del Dockerfile ๐</summary> ```Dockerfile FROM python:3.9
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri May 30 13:15:52 UTC 2025 - 31K bytes - Viewed (0)