- Sort Score
- Num 10 results
- Language All
Results 871 - 880 of 1,414 for cool (0.05 seconds)
-
README.md
<img src="https://img.shields.io/badge/Docs-Gradle%20User%20Guide-blueviolet?style=flat&logo=read-the-docs" alt="Gradle Documentation"> </a> </div> ## ๐ **Gradle Build Tool**
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Feb 12 18:58:41 GMT 2026 - 7.8K bytes - Click Count (0) -
docs/ko/docs/fastapi-cli.md
`pyproject.toml` ํ์ผ์์ ์ฑ์ด ์ด๋์ ์๋์ง ๋ค์๊ณผ ๊ฐ์ด ๊ตฌ์ฑํ ์ ์์ต๋๋ค: ```toml [tool.fastapi] entrypoint = "main:app" ``` ์ด `entrypoint`๋ `fastapi` ๋ช ๋ น์ด์ ๋ค์๊ณผ ๊ฐ์ด ์ฑ์ ์ํฌํธํ๋ผ๊ณ ์๋ ค์ค๋๋ค: ```python from main import app ``` ์ฝ๋ ๊ตฌ์กฐ๊ฐ ๋ค์๊ณผ ๊ฐ๋ค๋ฉด: ``` . โโโ backend โย ย โโโ main.py โย ย โโโ __init__.py ``` `entrypoint`๋ฅผ ๋ค์๊ณผ ๊ฐ์ด ์ค์ ํฉ๋๋ค: ```toml [tool.fastapi] entrypoint = "backend.main:app" ``` ์ด๋ ๋ค์๊ณผ ๋์ผํฉ๋๋ค:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 6.5K bytes - Click Count (0) -
cmd/api-headers.go
// https://github.com/google/security-research/security/advisories/GHSA-76wf-9vgp-pj7w if equals(k, xhttp.AmzMetaUnencryptedContentLength, xhttp.AmzMetaUnencryptedContentMD5) { continue } var isSet bool for _, userMetadataPrefix := range userMetadataKeyPrefixes { if !stringsHasPrefixFold(k, userMetadataPrefix) { continue }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 8.6K bytes - Click Count (0) -
lib/fips140/v1.26.0.zip
range map[string]any{ "Negate": func(v, x Scalar) bool { return checkAliasingOneArg((*Scalar).Negate, v, x) }, "Multiply": func(v, x, y Scalar) bool { return checkAliasingTwoArgs((*Scalar).Multiply, v, x, y) }, "Add": func(v, x, y Scalar) bool { return checkAliasingTwoArgs((*Scalar).Add, v, x, y) }, "Subtract": func(v, x, y Scalar) bool { return checkAliasingTwoArgs((*Scalar).Subtract, v, x, y) }, "MultiplyAdd1": func(v, x, y, fixed Scalar) bool { return checkAliasingTwoArgs(func(v, x, y *Scalar)...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/index/SuggestIndexer.java
* <li>{@link #analyzer} - Suggest analyzer.</li> * <li>{@link #contentsParser} - Contents parser.</li> * <li>{@link #suggestWriter} - Suggest writer.</li> * <li>{@link #threadPool} - Executor service for thread pool.</li> * </ul> */ public class SuggestIndexer { private final static Logger logger = LogManager.getLogger(SuggestIndexer.class); /** The suggest analyzer. */ protected SuggestAnalyzer analyzer;
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sat Mar 14 02:35:38 GMT 2026 - 20.9K bytes - Click Count (0) -
android/guava/src/com/google/common/base/NullnessCasts.java
* analysis that that means "plain {@code T}" rather than the inferred type {@code @Nullable T}. * (And even if annotations on local variables were permitted as an optional hint, no annotation * would be the right tool for the job here: {@code @Nullable} is the annotation that we're trying * to get rid of, and {@code @NonNull} would be wrong for our use case for the same reason as
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Aug 13 20:49:47 GMT 2025 - 3.3K bytes - Click Count (0) -
guava/src/com/google/common/base/NullnessCasts.java
* analysis that that means "plain {@code T}" rather than the inferred type {@code @Nullable T}. * (And even if annotations on local variables were permitted as an optional hint, no annotation * would be the right tool for the job here: {@code @Nullable} is the annotation that we're trying * to get rid of, and {@code @NonNull} would be wrong for our use case for the same reason as
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Aug 13 20:49:47 GMT 2025 - 3.3K bytes - Click Count (0) -
docs_src/security/tutorial005_py310.py
class TokenData(BaseModel): username: str | None = None scopes: list[str] = [] class User(BaseModel): username: str email: str | None = None full_name: str | None = None disabled: bool | None = None class UserInDB(User): hashed_password: str password_hash = PasswordHash.recommended() DUMMY_HASH = password_hash.hash("dummypassword") oauth2_scheme = OAuth2PasswordBearer(
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 12 18:10:35 GMT 2026 - 5.3K bytes - Click Count (0) -
docs/de/docs/editor-support.md
## Funktionen { #features }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:48:21 GMT 2026 - 2.7K bytes - Click Count (0) -
docs/ru/docs/editor-support.md
## ะะพะทะผะพะถะฝะพััะธ { #features }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 3.9K bytes - Click Count (0)