- Sort Score
- Num 10 results
- Language All
Results 471 - 480 of 1,461 for charge (0.08 seconds)
-
guava/src/com/google/common/collect/ImmutableCollection.java
import java.util.List; import java.util.Spliterator; import java.util.Spliterators; import java.util.function.Predicate; import org.jspecify.annotations.Nullable; /** * A {@link Collection} whose contents will never change, and which offers a few additional * guarantees detailed below. * * <p><b>Warning:</b> avoid <i>direct</i> usage of {@link ImmutableCollection} as a type (just asCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 29 22:14:05 GMT 2026 - 18.7K bytes - Click Count (0) -
docs/fr/docs/tutorial/middleware.md
# Middleware { #middleware } Vous pouvez ajouter des middlewares aux applications **FastAPI**. Un « middleware » est une fonction qui agit sur chaque **requête** avant qu’elle ne soit traitée par un *chemin d'accès* spécifique. Et aussi sur chaque **réponse** avant son renvoi. * Il intercepte chaque **requête** qui parvient à votre application. * Il peut alors faire quelque chose avec cette **requête** ou exécuter tout code nécessaire.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 4.4K bytes - Click Count (0) -
docs/fr/docs/advanced/custom-response.md
FastAPI (en fait Starlette) inclura automatiquement un en-tête Content-Length. Il inclura aussi un en-tête Content-Type, basé sur `media_type` et en ajoutant un charset pour les types textuels. {* ../../docs_src/response_directly/tutorial002_py310.py hl[1,18] *} ### `HTMLResponse` { #htmlresponse }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/UserRoleLoginExceptionTest.java
} } @Test public void test_genericTypeSafety_withSubclass() { // Test that the exception accepts RootAction subclasses // This verifies the change from Class<RootAction> to Class<? extends RootAction> UserRoleLoginException exception = new UserRoleLoginException(TestAction.class); assertNotNull(exception);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/ElementWarningsRenderer.java
link.setAttribute("url", "../userguide/feature_lifecycle.html"); link.appendChild(document.createTextNode("incubating")); para.appendChild(document.createTextNode(" and may change in a future version of Gradle.")); } if (elementDoc.isReplaced()) { Document document = parent.getOwnerDocument(); Element caution = document.createElement("caution");
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 2.8K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/transform/do_/ReplaceKeyInDo.java
import org.elasticsearch.gradle.internal.test.rest.transform.ReplaceByKey; import org.gradle.api.tasks.Internal; /** * A transformation to replace the key in a do. For example, change from "do":{"some-thing":{}} to "do":{"some-other-thing":{}} */ public class ReplaceKeyInDo extends ReplaceByKey { public ReplaceKeyInDo(String replaceKey, String newKeyName, String testName) {
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 1.4K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/transform/length/ReplaceValueInLength.java
import org.elasticsearch.gradle.internal.test.rest.transform.ReplaceByKey; import org.gradle.api.tasks.Internal; /** * A transformation to replace the key in a length assertion, must be a numeric type * For example, change from "length":{"index._doc": 1} to "length":{"index._doc": 2} */ public class ReplaceValueInLength extends ReplaceByKey { public ReplaceValueInLength(String replaceKey, NumericNode replacementNode) {
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Sep 27 14:44:05 GMT 2021 - 1.5K bytes - Click Count (0) -
compat/maven-compat/src/test/java/org/apache/maven/artifact/resolver/ArtifactResolverTest.java
// It would be cool if there was a hook that I could use to set up a test environment. // I want to set up a local/remote repositories for testing but I don't want to have // to change them when I change the layout of the repositories. So I want to generate // the structure I want to test by using the artifact handler manager which dictates // the layout used for a particular artifact type. /** */ @Deprecated
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Mar 26 10:49:22 GMT 2025 - 10.1K bytes - Click Count (0) -
guava/src/com/google/common/cache/CacheBuilder.java
* this still yields higher concurrency than full synchronization. * * <p>Defaults to 4. <b>Note:</b>The default may change in the future. If you care about this * value, you should always choose it explicitly. * * <p>The current implementation uses the concurrency level to create a fixed number of hashtable
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 13:13:59 GMT 2026 - 51.7K bytes - Click Count (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/PublicApi.kt
* * A type is part of the Gradle public API if and only if its FQCN matches {@link #includes} and does not match {@link #excludes}. */ // NOTE: If you update this, please also change .idea/scopes/Gradle_public_API.xml object PublicApi { val includes = listOf( "org/gradle/*", "org/gradle/api/**", "org/gradle/authentication/**", "org/gradle/build/**",Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Jun 12 23:20:08 GMT 2024 - 2.4K bytes - Click Count (0)