- Sort Score
- Num 10 results
- Language All
Results 731 - 740 of 1,148 for some (0.02 seconds)
-
compat/maven-model-builder/src/test/resources/poms/inheritance/flat-urls-child.xml
<modelVersion>4.0.0</modelVersion> <parent> <groupId>inheritance</groupId> <artifactId>parent</artifactId> <version>11-SNAPSHOT</version> </parent> <artifactId>inheritance</artifactId><!-- same as directory name --> <name>Model urls inheritance test child</name>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.3K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls-child.xml
<modelVersion>4.0.0</modelVersion> <parent> <groupId>inheritance</groupId> <artifactId>parent</artifactId> <version>11-SNAPSHOT</version> </parent> <artifactId>inheritance</artifactId><!-- same as directory name --> <name>Model urls inheritance test child</name>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.3K bytes - Click Count (0) -
docs/tls/kubernetes/README.md
```sh kubectl get secrets ``` You should see a secret named `tls-ssl-minio`. ## 3. Update deployment yaml file Whether you are planning to use Kubernetes StatefulSet or Kubernetes Deployment, the steps remain the same. If you're using certificates provided by a CA, add the below section in your yaml file under `spec.volumes[]` ```yaml volumes: - name: secret-volume secret: secretName: tls-ssl-minio
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 3K bytes - Click Count (0) -
docs_src/response_cookies/tutorial001_py39.py
from fastapi import FastAPI from fastapi.responses import JSONResponse app = FastAPI() @app.post("/cookie/") def create_cookie(): content = {"message": "Come to the dark side, we have cookies"} response = JSONResponse(content=content) response.set_cookie(key="fakesession", value="fake-cookie-session-value")
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 344 bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/ExecutionEvent.java
public interface ExecutionEvent { /** * The possible types of execution events. * * Note: do not modify this enum, or, make sure that this enum and * {@link org.apache.maven.api.EventType} have same elements in same order. */ enum Type { ProjectDiscoveryStarted, SessionStarted, SessionEnded, ProjectSkipped, ProjectStarted, ProjectSucceeded,Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Nov 29 20:53:26 GMT 2024 - 2.5K bytes - Click Count (0) -
src/cmd/asm/doc.go
object file can then be combined with other objects into a package archive. # Command Line Usage: go tool asm [flags] file The specified file must be a Go assembly file. The same assembler is used for all target operating systems and architectures. The GOOS and GOARCH environment variables set the desired target. Flags: -D name[=value] Predefine symbol name with an optional simple value.
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Aug 22 20:46:45 GMT 2023 - 1.8K bytes - Click Count (0) -
docs/es/docs/fastapi-cli.md
Searching for package file structure from directories with <font color="#3465A4">__init__.py</font> files Importing from <font color="#75507B">/home/user/code/</font><font color="#AD7FA8">awesomeapp</font> <span style="background-color:#007166"><font color="#D3D7CF"> module </font></span> ๐ main.pyCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 10:15:01 GMT 2025 - 5K bytes - Click Count (0) -
docs/zh/docs/tutorial/path-params.md
``` ๆฌไพไธญ๏ผๅๆฐๅไธบ `file_path`๏ผ็ปๅฐพ้จๅ็ `:path` ่ฏดๆ่ฏฅๅๆฐๅบๅน้ *่ทฏๅพ*ใ ็จๆณๅฆไธ๏ผ {* ../../docs_src/path_params/tutorial004.py hl[6] *} /// tip | ๆ็คบ ๆณจๆ๏ผๅ ๅซ `/home/johndoe/myfile.txt` ็่ทฏๅพๅๆฐ่ฆไปฅๆๆ ๏ผ`/`๏ผๅผๅคดใ ๆฌไพไธญ็ URL ๆฏ `/files//home/johndoe/myfile.txt`ใๆณจๆ๏ผ`files` ๅ `home` ไน้ด่ฆไฝฟ็จ**ๅๆๆ **๏ผ`//`๏ผใ /// ## ๅฐ็ป ้่ฟ็ฎ็ญใ็ด่ง็ Python ๆ ๅ็ฑปๅๅฃฐๆ๏ผ**FastAPI** ๅฏไปฅ่ทๅพ๏ผ - ็ผ่พๅจๆฏๆ๏ผ้่ฏฏๆฃๆฅ๏ผไปฃ็ ่ชๅจ่กฅๅ จ็ญCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Dec 15 16:43:19 GMT 2024 - 7.4K bytes - Click Count (0) -
docs/en/docs/advanced/testing-websockets.md
# Testing WebSockets { #testing-websockets } You can use the same `TestClient` to test WebSockets. For this, you use the `TestClient` in a `with` statement, connecting to the WebSocket: {* ../../docs_src/app_testing/tutorial002_py39.py hl[27:31] *} /// note For more details, check Starlette's documentation for <a href="https://www.starlette.dev/testclient/#testing-websocket-sessions" class="external-link" target="_blank">testing WebSockets</a>.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 459 bytes - Click Count (0) -
docs/ko/docs/tutorial/path-params.md
๋ฐ๋ผ์ ๋ค์๊ณผ ๊ฐ์ด ์ฌ์ฉํ ์ ์์ต๋๋ค: {* ../../docs_src/path_params/tutorial004.py hl[6] *} /// tip | ํ ๋งค๊ฐ๋ณ์๊ฐ ๊ฐ์ ธ์ผ ํ๋ ๊ฐ์ด `/home/johndoe/myfile.txt`์ ๊ฐ์ด ์ฌ๋์๋ก ์์(`/`)ํด์ผ ํ ์ ์์ต๋๋ค. ์ด ๊ฒฝ์ฐ URL์: `/files//home/johndoe/myfile.txt`์ด๋ฉฐ `files`๊ณผ `home` ์ฌ์ด์ ์ด์ค ์ฌ๋์(`//`)๊ฐ ์๊น๋๋ค. /// ## ์์ฝ **FastAPI**๋ฅผ ์ด์ฉํ๋ฉด ์งง๊ณ ์ง๊ด์ ์ธ ํ์ค ํ์ด์ฌ ํ์ ์ ์ธ์ ์ฌ์ฉํ์ฌ ๋ค์์ ์ป์ ์ ์์ต๋๋ค: * ํธ์ง๊ธฐ ์ง์: ์ค๋ฅ ๊ฒ์ฌ, ์๋์์ฑ ๋ฑCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Nov 18 02:25:44 GMT 2024 - 9.6K bytes - Click Count (0)