- Sort Score
- Result 10 results
- Languages All
Results 221 - 230 of 516 for partes (0.04 sec)
-
docs/es/docs/advanced/custom-response.md
3. Este `yield from` le dice a la función que itere sobre esa cosa llamada `file_like`. Y luego, para cada parte iterada, yield esa parte como proveniente de esta función generadora (`iterfile`). Entonces, es una función generadora que transfiere el trabajo de "generar" a algo más internamente.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 13.2K bytes - Viewed (0) -
buildscripts/cicd-corpus/disk2/bucket/testobj/2b4f7e41-df82-4a5e-a3c1-8df87f83332f/part.1
Harshavardhana <******@****.***> 1650484145 -0700
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Apr 20 19:49:05 UTC 2022 - 209.8K bytes - Viewed (0) -
buildscripts/cicd-corpus/disk4/bucket/testobj/a599bd9e-69fe-49b7-b6bf-fe53021039d5/part.1
Harshavardhana <******@****.***> 1650484145 -0700
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Apr 20 19:49:05 UTC 2022 - 209.8K bytes - Viewed (0) -
fastapi/openapi/docs.py
""" Generate and return the HTML that loads Swagger UI for the interactive API docs (normally served at `/docs`). You would only call this function yourself if you needed to override some parts, for example the URLs to use to load Swagger UI's JavaScript and CSS. Read more about it in the [FastAPI docs for Configure Swagger UI](https://fastapi.tiangolo.com/how-to/configure-swagger-ui/)Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 10.1K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/PhaseId.java
*/ private final String phase; /** * The priority of this dynamic phase within the static phase. */ private final int priority; /** * Parses the phase identifier. * * @param phase the phase identifier. * @return the {@link PhaseId}. */ public static synchronized PhaseId of(String phase) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4.3K bytes - Viewed (0) -
cmd/erasure-multipart-conditional_test.go
xhttp.IfNoneMatch: "*", }, CheckPrecondFn: func(oi ObjectInfo) bool { return oi.ETag != "" }, } parts := []CompletePart{{PartNumber: 1, ETag: md5Hex}} _, err := obj.CompleteMultipartUpload(ctx, bucket, object, res.UploadID, parts, opts) if !isErrReadQuorum(err) { t.Errorf("Expected read quorum error, got: %v", err) } })
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Oct 24 04:05:31 UTC 2025 - 6.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/storage/StorageClientFactory.java
*/ public static StorageClient createClient() { return createClient(ComponentUtil.getFessConfig()); } /** * Parses a storage type string to StorageType enum. * * @param typeStr the type string (s3, gcs, s3_compat, auto) * @return parsed StorageType */ private static StorageType parseStorageType(final String typeStr) { final String upper = typeStr.toUpperCase(Locale.ROOT);Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 4.2K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http/ExchangeCodec.kt
@Throws(IOException::class) fun flushRequest() /** Flush the request to the underlying socket and signal no more bytes will be transmitted. */ @Throws(IOException::class) fun finishRequest() /** * Parses bytes of a response header from an HTTP transport. * * @param expectContinue true to return null if this is an intermediate response with a "100" * response code. Otherwise this method never returns null. */
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Jul 29 21:11:09 UTC 2025 - 3.3K bytes - Viewed (0) -
docs/sts/client-grants.go
"crypto/tls" "encoding/json" "flag" "fmt" "log" "net/http" "net/url" "strings" minio "github.com/minio/minio-go/v7" "github.com/minio/minio-go/v7/pkg/credentials" ) // JWTToken - parses the output from IDP id_token. type JWTToken struct { AccessToken string `json:"access_token"` Expiry int `json:"expires_in"` } var ( stsEndpoint string idpEndpoint string clientID string
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Thu Aug 19 01:35:22 UTC 2021 - 3.3K bytes - Viewed (0) -
internal/event/target/elasticsearch.go
ESSSupported ESSupportStatus = "ESSSupported" ) func getESVersionSupportStatus(version string) (res ESSupportStatus, err error) { parts := strings.Split(version, ".") if len(parts) < 1 { err = fmt.Errorf("bad ES version string: %s", version) return res, err } majorVersion, err := strconv.Atoi(parts[0]) if err != nil { err = fmt.Errorf("bad ES version string: %s", version) return res, err } switch {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 15K bytes - Viewed (0)