- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 17 for predefinida (0.04 sec)
-
src/main/resources/fess_label_it.properties
labels.user_info_enabled=Log utente labels.user_favorite_enabled=Log preferiti labels.web_api_json_enabled=Risposta JSON labels.app_value=Proprietà di sistema labels.default_label_value=Valore etichetta predefinito labels.default_sort_value=Valore di ordinamento predefinito labels.virtual_host_value=Host virtuale labels.append_query_param_enabled=Aggiungi parametro di ricerca labels.login_required=Login richiesto
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
guava/src/com/google/common/io/Files.java
* * @param file the file to read from * @param charset the charset used to decode the input stream; see {@link StandardCharsets} for * helpful predefined constants * @return the buffered reader */ public static BufferedReader newReader(File file, Charset charset) throws FileNotFoundException { checkNotNull(file); checkNotNull(charset);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 32.9K bytes - Viewed (0) -
android/guava/src/com/google/common/io/Files.java
* * @param file the file to read from * @param charset the charset used to decode the input stream; see {@link StandardCharsets} for * helpful predefined constants * @return the buffered reader */ public static BufferedReader newReader(File file, Charset charset) throws FileNotFoundException { checkNotNull(file); checkNotNull(charset);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 32.9K bytes - Viewed (0) -
docs/fr/docs/tutorial/path-params.md
## Valeurs prédéfinies Si vous avez une *fonction de chemin* qui reçoit un *paramètre de chemin*, mais que vous voulez que les valeurs possibles des paramètres soient prédéfinies, vous pouvez utiliser les <abbr title="Enumeration">`Enum`</abbr> de Python. ### Création d'un `Enum`
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 9.8K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbOperationExceptionTest.java
assertFalse(SmbOperationException.ErrorCode.UNKNOWN_ERROR.isRetryable()); assertFalse(SmbOperationException.ErrorCode.INTERNAL_ERROR.isRetryable()); } @Test @DisplayName("Should test predefined retry policies") void testPredefinedRetryPolicies() { // DEFAULT policy SmbOperationException.RetryPolicy defaultPolicy = SmbOperationException.RetryPolicy.DEFAULT;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.1K bytes - Viewed (0) -
doc/asm.html
<code>softfloat</code>) is made available to assembly code by predefining either <code>GOMIPS_hardfloat</code> or <code>GOMIPS_softfloat</code>. </p> <p> The value of <code>GOMIPS64</code> environment variable (<code>hardfloat</code> or <code>softfloat</code>) is made available to assembly code by predefining either <code>GOMIPS64_hardfloat</code> or <code>GOMIPS64_softfloat</code>. </p>
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Nov 28 19:15:27 UTC 2023 - 36.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/CrawlerStatsHelper.java
* @return the new reference count after decrementing */ public int decrement() { return count.decrementAndGet(); } } /** * Enumeration of predefined statistics actions that can be recorded * during crawler operations. Each action represents a specific event * or milestone in the crawling process. */ public enum StatsAction {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 17.4K bytes - Viewed (0) -
docs/es/docs/advanced/security/oauth2-scopes.md
Para simplificar, aquí solo estamos añadiendo los scopes recibidos directamente al token. Pero en tu aplicación, por seguridad, deberías asegurarte de añadir solo los scopes que el usuario realmente puede tener, o los que has predefinido. /// {* ../../docs_src/security/tutorial005_an_py310.py hl[156] *} ## Declarar scopes en *path operations* y dependencias
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 13.8K bytes - Viewed (0) -
docs/en/docs/advanced/security/oauth2-scopes.md
For simplicity, here we are just adding the scopes received directly to the token. But in your application, for security, you should make sure you only add the scopes that the user is actually able to have, or the ones you have predefined. /// {* ../../docs_src/security/tutorial005_an_py310.py hl[157] *} ## Declare scopes in *path operations* and dependencies { #declare-scopes-in-path-operations-and-dependencies }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 13.5K bytes - Viewed (0) -
docs/es/docs/tutorial/bigger-applications.md
* Serán marcados con una lista de tags que contiene un solo string `"items"`. * Estos "tags" son especialmente útiles para los sistemas de documentación interactiva automática (usando OpenAPI). * Todos incluirán las `responses` predefinidas. * Todas estas *path operations* tendrán la lista de `dependencies` evaluadas/ejecutadas antes de ellas. * Si también declaras dependencias en una *path operation* específica, **también se ejecutarán**.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 19.3K bytes - Viewed (0)