- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 151 for evolves (0.04 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/path/DefaultModelPathTranslator.java
import org.apache.maven.model.Build; import org.apache.maven.model.Model; import org.apache.maven.model.Reporting; import org.apache.maven.model.Resource; import org.apache.maven.model.building.ModelBuildingRequest; /** * Resolves relative paths within a model against a specific base directory. * * @deprecated use {@code org.apache.maven.api.services.ModelBuilder} instead */ @Named @Singleton @Deprecated(since = "4.0.0")Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 3.6K bytes - Viewed (0) -
docs/en/docs/how-to/graphql.md
You can combine normal FastAPI *path operations* with GraphQL on the same application. /// tip **GraphQL** solves some very specific use cases. It has **advantages** and **disadvantages** when compared to common **web APIs**. Make sure you evaluate if the **benefits** for your use case compensate the **drawbacks**. 🤓 ///
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 10:43:02 UTC 2025 - 3.4K bytes - Viewed (0) -
docs/es/docs/tutorial/sql-databases.md
Los campos de `HeroUpdate` son: * `name` * `age` * `secret_name` {* ../../docs_src/sql_databases/tutorial002_an_py310.py ln[7:28] hl[25:28] *} ### Crear con `HeroCreate` y devolver un `HeroPublic` { #create-with-herocreate-and-return-a-heropublic } Ahora que tenemos **múltiples modelos**, podemos actualizar las partes de la aplicación que los usan.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:33:45 UTC 2025 - 17K bytes - Viewed (0) -
docs/es/docs/tutorial/path-params.md
{* ../../docs_src/path_params/tutorial005_py39.py hl[20] *} /// tip | Consejo También podrÃas acceder al valor `"lenet"` con `ModelName.lenet.value`. /// #### Devolver *miembros* de enumeración { #return-enumeration-members } Puedes devolver *miembros de enum* desde tu *path operation*, incluso anidados en un cuerpo JSON (por ejemplo, un `dict`).Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 9.8K bytes - Viewed (0) -
docs/pt/docs/tutorial/middleware.md
/// ## Ordem de execução de múltiplos middlewares { #multiple-middleware-execution-order } Quando você adiciona múltiplos middlewares usando o decorador `@app.middleware()` ou o método `app.add_middleware()`, cada novo middleware envolve a aplicação, formando uma pilha. O último middleware adicionado é o mais externo, e o primeiro é o mais interno. No caminho da requisição, o middleware mais externo roda primeiro. No caminho da resposta, ele roda por último.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 4.4K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Session.java
Map<PathType, List<Path>> resolveDependencies( @Nonnull Project project, @Nonnull PathScope scope, @Nonnull Collection<PathType> desiredTypes); /** * Resolves an artifact's meta version (if any) to a concrete version. * For example, resolves "1.0-SNAPSHOT" to "1.0-20090208.132618-23". * <p> * Shortcut for {@code getService(VersionResolver.class).resolve(...)} *
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Jul 03 14:18:26 UTC 2025 - 36.5K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/Source.java
* </ul> * * @return a non-null string describing the source location */ @Nonnull String getLocation(); /** * Resolves a new source relative to this one. * <p> * The resolution strategy depends on the source type: * <ul> * <li>File sources resolve against their parent directory</li>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jan 29 09:46:53 UTC 2025 - 4K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectManager.java
* * @see #getSourceRoots(Project) */ void addSourceRoot(@Nonnull Project project, @Nonnull SourceRoot source); /** * Resolves and adds the given directory as a source with the given scope and language. * First, this method resolves the given root against the project base directory, then normalizes the path. * If no source already exists for the same scope, language and normalized directory,Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Jan 30 23:29:13 UTC 2025 - 12K bytes - Viewed (0) -
src/test/java/jcifs/smb/RequestParamTest.java
values, "values() order should match declaration order"); } // Happy path: valueOf resolves each constant name; toString equals name; ordinal is stable @ParameterizedTest @ValueSource(strings = { "NONE", "NO_TIMEOUT", "NO_RETRY", "RETAIN_PAYLOAD" })
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.2K bytes - Viewed (0) -
docs/es/docs/tutorial/security/get-current-user.md
El modo en que este sistema de dependencias está diseñado nos permite tener diferentes dependencias (diferentes "dependables") que todas devuelven un modelo `User`. No estamos restringidos a tener solo una dependencia que pueda devolver ese tipo de datos. /// ## Otros modelos { #other-models }
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:33:45 UTC 2025 - 4.4K bytes - Viewed (0)