- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 8,559 for class1 (0.03 sec)
-
docs/en/docs/how-to/custom-request-and-route.md
And an `APIRoute` subclass to use that custom request class. ### Create a custom `GzipRequest` class { #create-a-custom-gziprequest-class } /// tip This is a toy example to demonstrate how it works, if you need Gzip support, you can use the provided [`GzipMiddleware`](../advanced/middleware.md#gzipmiddleware){.internal-link target=_blank}. ///Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 10 08:55:32 UTC 2025 - 4.6K bytes - Viewed (0) -
compat/maven-toolchain-builder/src/test/java/org/apache/maven/toolchain/merge/MavenToolchainMergerTest.java
assertEquals("lib/classes.jar", config1.getChild("toolsJar").getValue()); assertEquals(2, jdksExtend.getToolchains().size()); } try (InputStream jdksIS = MavenToolchainMergerTest.class.getResourceAsStream("toolchains-jdks.xml"); InputStream jdksExtendIS = MavenToolchainMergerTest.class.getResourceAsStream("toolchains-jdks-extend.xml")) {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6K bytes - Viewed (0) -
android/guava/src/com/google/common/reflect/Invokable.java
* which may be a subtype of the declaring class. For example: * * {@snippet : * Method getMethod = List.class.getMethod("get", int.class); * Invokable<List<String>, ?> invokable = new TypeToken<List<String>>() {}.method(getMethod); * assertEquals(TypeToken.of(String.class), invokable.getReturnType()); // Not Object.class! * assertEquals(new TypeToken<List<String>>() {}, invokable.getOwnerType()); * }Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 18.4K bytes - Viewed (0) -
api/maven-api-core/src/test/java/org/apache/maven/api/SourceRootTest.java
} @Test void testTargetPath() { Build build = mock(Build.class); when(build.getDirectory()).thenReturn("target"); when(build.getOutputDirectory()).thenReturn("target/classes"); when(build.getTestOutputDirectory()).thenReturn("target/test-classes"); Project project = mock(Project.class); when(project.getBuild()).thenReturn(build);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Oct 26 17:22:14 UTC 2025 - 2.9K bytes - Viewed (0) -
api/maven-api-metadata/src/main/mdo/metadata.mdo
} } } } return changed; } ]]></code> </codeSegment> </codeSegments> </class> <class java.clone="deep"> <name>Versioning</name> <version>1.0.0+</version> <description>Versioning information for "groupId/artifactId" or "groupId/artifactId/version" SNAPSHOT</description> <fields>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed May 15 17:32:27 UTC 2024 - 15.8K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/internal/impl/TestApi.java
List<Path> classes = dispatched.get(JavaPathType.CLASSES); List<Path> modules = dispatched.get(JavaPathType.MODULES); List<Path> unresolved = dispatched.get(PathType.UNRESOLVED); assertEquals(3, dispatched.size()); assertEquals(1, unresolved.size()); assertEquals(8, classes.size()); // "plexus.pom" and "junit.jar" are excluded.
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 10.2K bytes - Viewed (0) -
docs/fr/docs/tutorial/first-steps.md
{* ../../docs_src/first_steps/tutorial001.py hl[1] *} `FastAPI` est une classe Python qui fournit toutes les fonctionnalités nécessaires au lancement de votre API. /// note | Détails techniques `FastAPI` est une classe héritant directement de `Starlette`. Vous pouvez donc aussi utiliser toutes les fonctionnalités de <a href="https://www.starlette.dev/" class="external-link" target="_blank">Starlette</a> depuis `FastAPI`. ///Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 10.1K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/JavaPathType.java
* class path.</li> * </ul> */ CLASSES(StandardLocation.CLASS_PATH, "--class-path"), /** * The path identified by the Java {@code --module-path} option. * Used for compilation, execution and Javadoc among others. * The Java tools location is {@link StandardLocation#MODULE_PATH}. * * <h4>Context-sensitive interpretation</h4>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Dec 15 11:13:42 UTC 2025 - 15.7K bytes - Viewed (1) -
docs/pt/docs/_llm-test.md
* o modelo * o modelo Pydantic * o modelo de dados * o modelo de banco de dados * o modelo de formulário * o objeto de modelo * a classe * a classe base * a classe pai * a subclasse * a classe filha * a classe irmã * o método de classe * o cabeçalho * os cabeçalhos * o cabeçalho de autorização * o cabeçalho `Authorization` * o cabeçalho encaminhado
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 10:17:03 UTC 2025 - 12.4K bytes - Viewed (0) -
docs/pt/docs/tutorial/cookie-params.md
{* ../../docs_src/cookie_params/tutorial001_an_py310.py hl[9] *} /// note | Detalhes Técnicos `Cookie` é uma classe "irmã" de `Path` e `Query`. Ela também herda da mesma classe em comum `Param`. Mas lembre-se que quando você importa `Query`, `Path`, `Cookie` e outras de `fastapi`, elas são na verdade funções que retornam classes especiais. /// /// info | InformaçãoRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Nov 12 16:23:57 UTC 2025 - 1.8K bytes - Viewed (0)