- Sort Score
- Num 10 results
- Language All
Results 251 - 260 of 995 for about (0.02 seconds)
-
apache-maven/src/main/appended-resources/META-INF/LICENSE.vm
#**##foreach ( $license in $project.licenses ) #* *##set ( $groupId = $project.artifact.groupId ) #* *##set ( $directory = 'lib' ) #* *##if ( !$apacheMavenGroupIds.contains( $groupId ) ) #* *### advertise about each non-Maven dependency #* *### #* *### infer SPDX license id #* *##if ( $MITLicenseNames.contains( $license.name ) ) #* *##set ( $spdx = 'MIT' )
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 4.3K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelProblem.java
/** * Describes a problem that was encountered during model building. A problem can either be an exception that was thrown * or a simple string message. In addition, a problem carries a hint about its source, e.g. the POM file that exhibits * the problem. * */ public interface ModelProblem extends BuilderProblem { /** * Enumeration of model versions that can be validated.Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Aug 07 14:31:13 GMT 2025 - 2.9K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/10_contributor_bug_report.yml
validations: required: false - type: textarea id: environment attributes: label: Your Environment (optional) description: | Include as many relevant details about the environment you experienced the bug in validations:Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Sep 09 14:48:49 GMT 2024 - 3K bytes - Click Count (1) -
docs/en/docs/fastapi-people.md
{% endfor %} </div> I'm the creator of **FastAPI**. You can read more about that in [Help FastAPI - Get Help - Connect with the author](help-fastapi.md#connect-with-the-author). ...But here I want to show you the community. ---Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 9K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb1/trans/TransPeekNamedPipeResponse.java
*/ package jcifs.internal.smb1.trans; import jcifs.Configuration; import jcifs.internal.util.SMBUtil; /** * Response for SMB1 TRANS_PEEK_NAMED_PIPE transaction. * * This response contains information about the data available in the * named pipe without actually removing the data from the pipe. */ public class TransPeekNamedPipeResponse extends SmbComTransactionResponse { /**Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 3.3K bytes - Click Count (0) -
docs/zh-hant/docs/deployment/fastapicloud.md
Deploying to FastAPI Cloud... โ Deployment successful! ๐ Ready the chicken! Your app is ready at https://myapp.fastapicloud.dev ``` </div> ๅฐฑ้ๆจฃ๏ผ็พๅจไฝ ๅฏไปฅ้้่ฉฒ URL ้ ่จชไฝ ็ๆ็จใโจ ## ้ๆผ FastAPI Cloud { #about-fastapi-cloud } **[FastAPI Cloud](https://fastapicloud.com)** ็ฑ **FastAPI** ็ไฝ่ ่ๅ้ๆ้ ใ ๅฎไปฅๆๅฐ็ๅฟๅ๏ผ็ฒพ็ฐกๅๅปบ็ซใ้จ็ฝฒ่ๅญๅ API ็ๆต็จใ ๅฎๆไฝฟ็จ FastAPI ้็ผๆ็จ็ๅช็ฐ้็ผ้ซ้ฉ๏ผๅปถไผธๅฐๅฐๅฎๅ้จ็ฝฒๅฐ้ฒ็ซฏใ๐ ๅฎไนๆ็บไฝ ่็้จ็ฝฒๆ็จๆๅคๆธ้่ฆ้ขๅฐ็ไบ้ ๏ผไพๅฆ๏ผ * HTTPSCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 1.9K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/00-bug.yml
title: "import/path: issue title" body: - type: markdown attributes: value: | Thanks for helping us improve! ๐ Please answer these questions and provide as much information as possible about your problem. - type: input id: go-version attributes: label: Go version description: | What version of Go are you using (`go version`)?
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 04 23:31:17 GMT 2024 - 3.3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/docker/DockerSupportService.java
@Inject public DockerSupportService(ExecOperations execOperations) { this.execOperations = execOperations; } /** * Searches for a functional Docker installation, and returns information about the search. * * @return the results of the search. */ public DockerAvailability getDockerAvailability() { if (this.dockerAvailability == null) { String dockerPath = null;Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 14.8K bytes - Click Count (0) -
docs/ko/docs/tutorial/request-forms.md
/// info | ์ ๋ณด `Form`์ `Body`์์ ์ง์ ์์๋๋ ํด๋์ค์ ๋๋ค. /// /// tip | ํ ํผ ๋ณธ๋ฌธ์ ์ ์ธํ ๋๋ `Form`์ ๋ช ์์ ์ผ๋ก ์ฌ์ฉํด์ผ ํฉ๋๋ค. ๊ทธ๋ ์ง ์์ผ๋ฉด ๋งค๊ฐ๋ณ์๊ฐ ์ฟผ๋ฆฌ ๋งค๊ฐ๋ณ์๋ ๋ณธ๋ฌธ(JSON) ๋งค๊ฐ๋ณ์๋ก ํด์๋ฉ๋๋ค. /// ## "ํผ ํ๋"์ ๋ํด { #about-form-fields } HTML ํผ(`<form></form>`)์ด ๋ฐ์ดํฐ๋ฅผ ์๋ฒ๋ก ๋ณด๋ด๋ ๋ฐฉ์์ ์ผ๋ฐ์ ์ผ๋ก ํด๋น ๋ฐ์ดํฐ์ ๋ํด "ํน์" ์ธ์ฝ๋ฉ์ ์ฌ์ฉํ๋ฉฐ, ์ด๋ JSON๊ณผ ๋ค๋ฆ ๋๋ค. **FastAPI**๋ JSON ๋์ ์ฌ๋ฐ๋ฅธ ์์น์์ ํด๋น ๋ฐ์ดํฐ๋ฅผ ์ฝ์ต๋๋ค. /// note | ๊ธฐ์ ์ธ๋ถ์ฌํญCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 3K bytes - Click Count (0) -
fastapi/security/http.py
from starlette.status import HTTP_401_UNAUTHORIZED class HTTPBasicCredentials(BaseModel): """ The HTTP Basic credentials given as the result of using `HTTPBasic` in a dependency. Read more about it in the [FastAPI docs for HTTP Basic Auth](https://fastapi.tiangolo.com/advanced/security/http-basic-auth/). """ username: Annotated[str, Doc("The HTTP Basic username.")]
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Mar 16 10:16:48 GMT 2026 - 13.1K bytes - Click Count (0)