- Sort Score
- Result 10 results
- Languages All
Results 321 - 330 of 610 for operasyon (0.12 sec)
-
internal/config/heal/heal.go
type Config struct { // Bitrot will perform bitrot scan on local disk when checking objects. Bitrot string `json:"bitrotscan"` // maximum sleep duration between objects to slow down heal operation. Sleep time.Duration `json:"sleep"` IOCount int `json:"iocount"` DriveWorkers int `json:"drive_workers"` // Cached value from Bitrot field cache struct {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 4.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
throw new SmbException( "Invalid operation for workgroups, servers, or shares" ); } resolveDfs(null); dest.resolveDfs(null); if (!tree.equals(dest.tree)) { throw new SmbException( "Invalid operation for workgroups, servers, or shares" ); } if( log.level >= 3 )
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Mar 13 12:00:57 UTC 2023 - 107.9K bytes - Viewed (0) -
docs/em/docs/tutorial/bigger-applications.md
& ๐ฅ ๐ช ๐ฎ ๐ `dependencies` ๐ ๐ ๐ฎ ๐ *โก ๐ ๏ธ* ๐ป & ๐ ๐ ๏ธ/โ ๐ ๐จ โ ๐ซ. /// tip ๐ ๐, ๐ ๐ [๐ *โก ๐ ๏ธ ๐จโ๐จ*](dependencies/dependencies-in-path-operation-decorators.md){.internal-link target=_blank}, ๐ โโ ๐ฒ ๐ ๐ถโโ๏ธ ๐ *โก ๐ ๏ธ ๐ข*. /// ๐ ๐ ๐ ๐ฌ โก ๐: * `/items/` * `/items/{item_id}` ...๐ฅ ๐ฏ. * ๐ซ ๐ โข โฎ๏ธ ๐ ๐ ๐ ๐ ๐ ๐ป `"items"`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 15.5K bytes - Viewed (0) -
fastapi/security/oauth2.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Wed Oct 23 18:30:18 UTC 2024 - 21.1K bytes - Viewed (0) -
docs/fr/docs/tutorial/query-params-str-validations.md
```Python q: Union[str, None] = Query(default=None, max_length=50) ``` Cela va valider les donnรฉes, montrer une erreur claire si ces derniรจres ne sont pas valides, et documenter le paramรจtre dans le schรฉma `OpenAPI` de cette *path operation*. ## Rajouter plus de validation Vous pouvez aussi rajouter un second paramรจtre `min_length` : {* ../../docs_src/query_params_str_validations/tutorial003.py hl[9] *}
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 17:14:38 UTC 2024 - 9.5K bytes - Viewed (0) -
guava/src/com/google/common/graph/MapIteratorCache.java
private final Map<K, V> backingMap; /* * Per JDK: "the behavior of a map entry is undefined if the backing map has been modified after * the entry was returned by the iterator, except through the setValue operation on the map entry" * As such, this field must be cleared before every map mutation. * * Note about volatile: volatile doesn't make it safe to read from a mutable graph in one thread
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 06 00:47:57 UTC 2021 - 4.7K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Range.java
* yields the empty range {@code [5..5)}. * * <p>The intersection exists if and only if the two ranges are {@linkplain #isConnected * connected}. * * <p>The intersection operation is commutative, associative and idempotent, and its identity * element is {@link Range#all}). * * @throws IllegalArgumentException if {@code isConnected(connectedRange)} is {@code false} */
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 16 17:21:56 UTC 2024 - 27.8K bytes - Viewed (0) -
docs/en/docs/release-notes.md
end dep ->> operation: Run dependency, e.g. DB session opt raise operation -->> dep: Raise HTTPException dep -->> handler: Auto forward exception handler -->> client: HTTP error response operation -->> dep: Raise other exception dep -->> handler: Auto forward exception end operation ->> client: Return response to client
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Nov 01 11:25:57 UTC 2024 - 460.3K bytes - Viewed (0) -
docs/ja/docs/tutorial/extra-data-types.md
* Pydanticใฎๅ จใฆใฎๆๅนใชๅใฏใใกใใง็ขบ่ชใงใใพใ: <a href="https://docs.pydantic.dev/latest/concepts/types/" class="external-link" target="_blank">Pydantic data types</a>ใ ## ไพ ใใใงใฏใไธ่จใฎๅใฎใใใคใใไฝฟ็จใใใใฉใกใผใฟใๆใค*path operation*ใฎไพใ็คบใใพใใ ```Python hl_lines="1 2 12-16" {!../../docs_src/extra_data_types/tutorial001.py!} ``` ้ขๆฐๅ ใฎใใฉใกใผใฟใฏ่ช็ถใชใใผใฟๅใๆใฃใฆใใใใจใซๆณจๆใใฆใใ ใใใใใใฆใไปฅไธใฎใใใซ้ๅธธใฎๆฅไปๆไฝใ่กใใใจใใงใใพใ: ```Python hl_lines="18 19"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3.2K bytes - Viewed (0) -
fastapi/utils.py
"field (e.g. Union[Response, dict, None]) you can disable generating the " "response model from the type annotation with the path operation decorator " "parameter response_model=None. Read more: " "https://fastapi.tiangolo.com/tutorial/response-model/" ) from None def create_cloned_field( field: ModelField,
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Aug 31 23:46:03 UTC 2024 - 7.8K bytes - Viewed (0)