- Sort Score
- Num 10 results
- Language All
Results 91 - 100 of 750 for refiner (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
okcurl/src/main/kotlin/okhttp3/curl/Main.kt
val showHttp2Frames: Boolean by option("--frames").help("Log HTTP/2 frames to STDERR").flag() val referer: String? by option("-e", "--referer").help("Referer URL") val verbose: Boolean by option("-v", "--verbose").help("Makes $NAME verbose during the operation").flag() val sslDebug: Boolean by option("--sslDebug").help("Output SSL Debug").flag()
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 6K bytes - Click Count (0) -
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/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) -
.ci/README.md
----------------- CI is run by Jenkins at [elasticsearch-ci](https://elasticsearch-ci.elastic.co/). Jobs live in the [jobs.t](jobs.t) directory, these are defined in YML using a syntax simmilar to [JJB](https://elasticsearch-ci.elastic.co/view/Elasticsearch%20master/). Macros are not allowed, and each job must be defined in its own file. Merging of the default configuration is customized so unlike in standard JJB, it recurses into YML objects.
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Nov 13 15:12:00 GMT 2019 - 679 bytes - Click Count (0)