- Sort Score
- Num 10 results
- Language All
Results 101 - 110 of 939 for refiner (0.06 seconds)
-
guava/src/com/google/common/collect/Range.java
import java.util.Comparator; import java.util.Iterator; import java.util.NoSuchElementException; import java.util.SortedSet; import org.jspecify.annotations.Nullable; /** * A range (or "interval") defines the <i>boundaries</i> around a contiguous span of values of some * {@code Comparable} type; for example, "integers from 1 to 100 inclusive." Note that it is not
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 22 18:35:44 GMT 2025 - 28.3K bytes - Click Count (0) -
docs/fr/docs/tutorial/request-files.md
/// ## Importer `File` { #import-file } Importez `File` et `UploadFile` depuis `fastapi` : {* ../../docs_src/request_files/tutorial001_an_py310.py hl[3] *} ## Définir des paramètres `File` { #define-file-parameters } Créez des paramètres de fichier de la même manière que pour `Body` ou `Form` : {* ../../docs_src/request_files/tutorial001_an_py310.py hl[9] *} /// infoCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 8.2K bytes - Click Count (0) -
okcurl/src/main/kotlin/okhttp3/curl/internal/-MainCommon.kt
} for (header in headers.orEmpty()) { val parts = header.split(':', limit = 2) if (!isSpecialHeader(parts[0])) { request.header(parts[0], parts[1]) } } referer?.let { request.header("Referer", it) } request.header("User-Agent", userAgent) return request.build() } private fun Main.mediaType(): MediaType? { val mimeType = headers?.let {
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 2.7K bytes - Click Count (0) -
docs/pt/docs/tutorial/request-files.md
/// ## Importe `File` { #import-file } Importe `File` e `UploadFile` de `fastapi`: {* ../../docs_src/request_files/tutorial001_an_py310.py hl[3] *} ## Definir Parâmetros `File` { #define-file-parameters } Crie parâmetros de arquivo da mesma forma que você faria para `Body` ou `Form`: {* ../../docs_src/request_files/tutorial001_an_py310.py hl[9] *} /// info | InformaçãoCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 7.8K bytes - Click Count (0) -
src/cmd/asm/internal/arch/ppc64.go
switch word { case "BC", "BCL", "BEQ", "BGE", "BGT", "BL", "BLE", "BLT", "BNE", "BR", "BVC", "BVS", "BDNZ", "BDZ", "CALL", "JMP": return true } return false } // IsPPC64CMP reports whether the op (as defined by an ppc64.A* constant) is // one of the CMP instructions that require special handling. func IsPPC64CMP(op obj.As) bool { switch op {Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Nov 21 18:27:17 GMT 2024 - 2.3K bytes - Click Count (0) -
docs/fr/docs/advanced/response-change-status-code.md
# Réponse - Modifier le code d'état { #response-change-status-code } Vous avez probablement déjà lu que vous pouvez définir un [Code d'état de la réponse](../tutorial/response-status-code.md) par défaut. Mais dans certains cas, vous devez renvoyer un code d'état différent de celui par défaut. ## Cas d'utilisation { #use-case } Par exemple, imaginez que vous vouliez renvoyer par défaut un code d'état HTTP « OK » `200`.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 1.8K bytes - Click Count (0) -
docs/pt/docs/advanced/response-change-status-code.md
# Retorno - Altere o Código de Status { #response-change-status-code } Você provavelmente leu anteriormente que você pode definir um [Código de Status do Retorno](../tutorial/response-status-code.md) padrão. Porém em alguns casos você precisa retornar um código de status diferente do padrão. ## Caso de uso { #use-case } Por exemplo, imagine que você deseja retornar um código de status HTTP de "OK" `200` por padrão.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 1.7K bytes - Click Count (0) -
docs/erasure/storage-class/README.md
## Overview MinIO supports two storage classes, Reduced Redundancy class and Standard class. These classes can be defined using environment variables set before starting MinIO server. After the data and parity drives for each storage class are defined using environment variables, you can set the storage class of an object via request metadata field `x-amz-storage-class`. MinIO server then honors the storage class by
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 5.9K bytes - Click Count (0) -
docs/fr/docs/advanced/response-headers.md
## Utiliser un paramètre `Response` { #use-a-response-parameter } Vous pouvez déclarer un paramètre de type `Response` dans votre fonction de chemin d'accès (comme vous pouvez le faire pour les cookies). Vous pouvez ensuite définir des en-têtes dans cet objet de réponse temporaire. {* ../../docs_src/response_headers/tutorial002_py310.py hl[1, 7:8] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 2.6K bytes - Click Count (0) -
Vagrantfile
'oel-6'.tap do |box| config.vm.define box, define_opts do |config| config.vm.box = 'elastic/oraclelinux-6-x86_64' rpm_common config, box end end 'oel-7'.tap do |box| config.vm.define box, define_opts do |config| config.vm.box = 'elastic/oraclelinux-7-x86_64' rpm_common config, box end end 'fedora-28'.tap do |box| config.vm.define box, define_opts do |config|Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Feb 17 17:41:23 GMT 2021 - 14.9K bytes - Click Count (0)