- Sort Score
- Result 10 results
- Languages All
Results 781 - 790 of 844 for dash (0.32 sec)
-
docs/pt/docs/advanced/custom-response.md
Você também pode utilizar `from starlette.responses import HTMLResponse`. O **FastAPI** provê a mesma `starlette.responses` como `fastapi.responses` apenas como uma facilidade para você, desenvolvedor. Mas a maioria das respostas disponíveis vêm diretamente do Starlette. /// ### `Response` A classe principal de respostas, todas as outras respostas herdam dela. Você pode retorná-la diretamente.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 13.2K bytes - Viewed (0) -
docs/es/docs/advanced/security/oauth2-scopes.md
Y podrás seleccionar cuáles scopes quieres dar de acceso: `me` y `items`. Este es el mismo mecanismo utilizado cuando das permisos al iniciar sesión con Facebook, Google, GitHub, etc: <img src="/img/tutorial/security/image11.png"> ## Token JWT con scopes Ahora, modifica la *path operation* del token para devolver los scopes solicitados.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 13.8K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableCollection.java
* <li>The performance of using the associated {@code Builder} class can be assumed to be no * worse, and possibly better, than creating a mutable collection and copying it. * <li>Implementations generally do not cache hash codes. If your element or key type has a slow * {@code hashCode} implementation, it should cache it itself. * </ul> * * <h4>Example usage</h4> * * {@snippet : * class Foo {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 21.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
this.preauthIntegrityHash = preauthIntegrity ? trans.getPreauthIntegrityHash() : null; if (this.preauthIntegrityHash != null && log.isDebugEnabled()) { log.debug("Initial session preauth hash " + Hexdump.toHexString(this.preauthIntegrityHash)); } while (true) { Subject s = this.credentials.getSubject(); if (ctx == null) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0) -
docs/metrics/prometheus/list.md
## Software Metrics | Name | Description | |:------------------------------|:---------------------------------------| | `minio_software_commit_info` | Git commit hash for the MinIO release. | | `minio_software_version_info` | MinIO Release tag for the server. | ## Drive Metrics
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 43.4K bytes - Viewed (0) -
docs/pt/docs/tutorial/bigger-applications.md
``` Dessa forma, o `APIRouter` original permanecerá inalterado, para que possamos compartilhar o mesmo arquivo `app/internal/admin.py` com outros projetos na organização. O resultado é que em nosso aplicativo, cada uma das *operações de rota* do módulo `admin` terá: * O prefixo `/admin`. * A tag `admin`. * A dependência `get_token_header`. * A resposta `418`. 🍵
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 19.6K bytes - Viewed (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 26.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
*/ @Override public int hashCode() { int hash; try { hash = getAddress().hashCode(); } catch (final UnknownHostException uhe) { hash = getServer().toUpperCase().hashCode(); } getUncPath0(); return hash + canon.toUpperCase().hashCode(); } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
cmd/object-handlers_test.go
"encoding/base64" "encoding/hex" "encoding/xml" "fmt" "hash" "hash/crc32" "io" "maps" "net/http" "net/http/httptest" "net/url" "path" "runtime" "strconv" "strings" "sync" "testing" "github.com/dustin/go-humanize" "github.com/minio/minio/internal/auth" "github.com/minio/minio/internal/hash/sha256" xhttp "github.com/minio/minio/internal/http"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 163.1K bytes - Viewed (0) -
android/guava/src/com/google/common/base/CharMatcher.java
* * <p>This implementation tries to be smart in a number of ways. It recognizes cases where the * negation is cheaper to precompute than the matcher itself; it tries to build small hash tables * for matchers that only match a few characters, and so on. In the worst-case scenario, it * constructs an eight-kilobyte bit array and queries that. In many situations this produces a
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 53.9K bytes - Viewed (0)