- Sort Score
- Num 10 results
- Language All
Results 121 - 130 of 3,099 for _default_ (0.18 seconds)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/props/MavenPropertiesLoader.java
public static final String INCLUDES_PROPERTY = "${includes}"; // includes public static final String OVERRIDE_PREFIX = "maven.override."; // prefix that marks that system property should override defaults. public static void loadProperties( java.util.Properties properties, Path path, UnaryOperator<String> callback, boolean escape) throws IOException {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 24 17:29:44 GMT 2025 - 6.4K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultMojoExecutionConfigurator.java
private final Logger logger = LoggerFactory.getLogger(getClass()); private final MessageBuilderFactory messageBuilderFactory; /** * Default ctor is used in IT and most probably some 3rd party code. For those cases, we do provide sane defaults * but given this is a component, injection should be used, replacing direct instantiation. *
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Mar 25 09:45:07 GMT 2025 - 7.3K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/query-params-str-validations.md
在這種情況下(未使用 `Annotated`),我們必須用 `Query()` 取代函式中的預設值 `None`,因此需要用 `Query(default=None)` 來設定預設值;對 FastAPI 而言,這達到相同目的。 所以: ```Python q: str | None = Query(default=None) ``` …會讓參數變為可選、預設值是 `None`,等同於: ```Python q: str | None = None ``` 但用 `Query` 的版本會明確宣告它是查詢參數。 接著,我們可以傳更多參數給 `Query`。此例中是用於字串的 `max_length` 參數: ```Python q: str | None = Query(default=None, max_length=50) ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 14.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticatorTest.java
List<String> defaultRoles = authenticator.getDefaultRoleList(); // Default lists should be empty or contain configured defaults assertNotNull(defaultGroups, "Default groups should not be null"); assertNotNull(defaultRoles, "Default roles should not be null"); } /** * Test list isolation during concurrent updates. */ @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 19.3K bytes - Click Count (0) -
fastapi/openapi/docs.py
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 24 09:28:10 GMT 2026 - 12.1K bytes - Click Count (0) -
docs/sts/web-identity.md
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 18.9K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/DependencyLicensesTask.java
* </ul> * <p> * The directory to find the license and sha files in defaults to the dir @{code licenses} * in the project directory for this task. You can override this directory: * <pre> * dependencyLicenses { * licensesDir = getProject().file("mybetterlicensedir") * } * </pre> * <p> * The jar files to check default to the dependencies from the default configuration. YouCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Jul 26 12:16:14 GMT 2021 - 14.3K bytes - Click Count (0) -
docs/bucket/replication/DESIGN.md
depends on the cluster load, number of objects in the object store as well as storage speed. In addition, any bandwidth limits set via `mc admin bucket remote add` could also contribute to replication speed. The number of workers used for replication defaults to 100. Based on network bandwidth and system load, the number of workers used in replication can be configured using `mc admin config set alias api` to set the `replication_workers`. The prometheus metrics exposed by MinIO can be used to plan resource...
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 14.7K bytes - Click Count (0) -
build-tools-internal/src/main/groovy/elasticsearch.ide.gradle
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Sep 24 19:34:12 GMT 2021 - 8.8K bytes - Click Count (0) -
docs/es/docs/tutorial/query-params-str-validations.md
Entonces: ```Python q: str | None = Query(default=None) ``` ...hace que el parámetro sea opcional, con un valor por defecto de `None`, lo mismo que: ```Python
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 17.4K bytes - Click Count (0)