- Sort Score
- Num 10 results
- Language All
Results 61 - 70 of 258 for especiales (0.06 seconds)
-
CONTRIBUTING.md
has extensive [user documentation](./docs), and it is not the role of Javadoc to replace that. * If a method's performance is "unexpected" then it's good to call that out in the Javadoc. This is especially helpful if the method is usually fast but sometimes very slow (shakes fist at caching). 12. Please still try to make class, method or variable names as
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 07:32:01 GMT 2021 - 36.5K bytes - Click Count (0) -
README.md
Where the spec is ambiguous, OkHttp follows modern user agents such as popular Browsers or common HTTP Libraries. OkHttp is principled and avoids being overly configurable, especially when such configuration is to workaround a buggy server, test invalid scenarios or that contradict the relevant RFC. Other HTTP libraries exist that fill that gap allowing extensive customisation including potentially
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Oct 30 21:39:59 GMT 2025 - 9.5K bytes - Click Count (0) -
android/guava/src/com/google/common/graph/ImmutableNetwork.java
return (E edge) -> network.incidentNodes(edge).adjacentNode(node); } /** * A builder for creating {@link ImmutableNetwork} instances, especially {@code static final} * networks. Example: * * {@snippet : * static final ImmutableNetwork<City, Train> TRAIN_NETWORK = * NetworkBuilder.undirected() * .allowsParallelEdges(true)
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 11 01:10:31 GMT 2026 - 9.6K bytes - Click Count (0) -
gradlew
# * functions; # * expansions «$var», «${var}», «${var:-default}», «${var+SET}», # «${var#prefix}», «${var%suffix}», and «$( cmd )»; # * compound commands having a testable exit status, especially «case»; # * various built-in commands including «command», «set», and «ulimit». # # Important for patching: # # (2) This script targets any POSIX shell, so it avoids extensions providedCreated: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Mar 20 08:59:10 GMT 2026 - 8.5K bytes - Click Count (0) -
docs/pt/docs/tutorial/dependencies/classes-as-dependencies.md
/// tip | Dica Utilize a versão com `Annotated` se possível. /// ```Python commons: CommonQueryParams ... ``` //// ...não tem nenhum signficado especial para o **FastAPI**. O FastAPI não irá utilizá-lo para conversão dos dados, validação, etc (já que ele utiliza `Depends(CommonQueryParams)` para isso). Na verdade você poderia escrever apenas: //// tab | Python 3.10+
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 13:48:53 GMT 2026 - 7.3K bytes - Click Count (0) -
docs/fr/docs/environment-variables.md
## Variable d'environnement `PATH` { #path-environment-variable } Il existe une **variable d'environnement spéciale** appelée **`PATH`** qui est utilisée par les systèmes d'exploitation (Linux, macOS, Windows) pour trouver les programmes à exécuter.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 9.1K bytes - Click Count (0) -
SECURITY.md
when doing so. Write an attack scenario that demonstrates how your issue violates the use cases and security assumptions defined in the threat model. This will help us evaluate your report quickly, especially if the issue is complex. - Whether this vulnerability is public or known to third parties. If it is, please provide details. We will try to fix the problems as soon as possible. Vulnerabilities will, inCreated: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Oct 16 16:10:43 GMT 2024 - 9.6K bytes - Click Count (0) -
docs/es/docs/deployment/manually.md
/// ## Ejecuta el Programa del Servidor { #run-the-server-program } Si instalaste un servidor ASGI manualmente, normalmente necesitarías pasar una cadena de import en un formato especial para que importe tu aplicación FastAPI: <div class="termy"> ```console $ uvicorn main:app --host 0.0.0.0 --port 80Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 7K bytes - Click Count (0) -
docs/fr/docs/tutorial/path-params-numeric-validations.md
* déclarer le paramètre de chemin `item_id` en utilisant `Path` * les avoir dans un ordre différent * ne pas utiliser `Annotated` ... Python a une petite syntaxe spéciale pour cela. Passez `*`, comme premier paramètre de la fonction.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 7.1K bytes - Click Count (0) -
docs/pt/docs/tutorial/path-params-numeric-validations.md
* declarar o parâmetro de consulta `q` sem um `Query` nem qualquer valor padrão * declarar o parâmetro de path `item_id` usando `Path` * tê-los em uma ordem diferente * não usar `Annotated` ...o Python tem uma pequena sintaxe especial para isso. Passe `*`, como o primeiro parâmetro da função.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 6.7K bytes - Click Count (0)