- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 1,053 for parametre (0.04 sec)
-
docs/de/docs/advanced/path-operation-advanced-configuration.md
# Fortgeschrittene Konfiguration der Pfadoperation ## OpenAPI operationId /// warning | Achtung Wenn Sie kein „Experte“ für OpenAPI sind, brauchen Sie dies wahrscheinlich nicht. /// Mit dem Parameter `operation_id` können Sie die OpenAPI `operationId` festlegen, die in Ihrer *Pfadoperation* verwendet werden soll. Sie müssten sicherstellen, dass sie für jede Operation eindeutig ist.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/help/HelpAction.java
/** * Action class for handling help page requests in the Fess search application. * This class extends FessSearchAction to provide help functionality including * authentication checks and form parameter setup for the help interface. */ public class HelpAction extends FessSearchAction { // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.2K bytes - Viewed (0) -
docs/nl/docs/python-types.md
{* ../../docs_src/python_types/tutorial009c.py hl[1,4] *} De parameter `name` is gedefinieerd als `Optional[str]`, maar is **niet optioneel**, je kunt de functie niet aanroepen zonder de parameter: ```Python say_hi() # Oh, nee, dit geeft een foutmelding! 😱 ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 18.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
/** View parameter for geo form data. */ public static final String GEO_FORM = "fess.GeoForm"; /** View parameter for label value mapping. */ public static final String LABEL_VALUE_MAP = "fess.LabelValueMap"; /** Query parameter name for main search query. */ public static final String OPTION_QUERY_Q = "q"; /** Query parameter name for constraint query. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2FindNext2Test.java
// Test constructor with various parameter combinations trans2FindNext2 = new Trans2FindNext2(config, sid, resumeKey, filename, batchCount, batchSize); assertNotNull(trans2FindNext2); // Verify parameters are written correctly byte[] buffer = new byte[512];
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.2K bytes - Viewed (0) -
docs/pt/docs/advanced/events.md
No nosso exemplo de código acima, nós não usamos ele diretamente, mas nós passamos para o FastAPI para ele usá-lo. O parâmetro `lifespan` da aplicação `FastAPI` usa um **Gerenciador de Contexto Assíncrono**, então nós podemos passar nosso novo gerenciador de contexto assíncrono do `lifespan` para ele. {* ../../docs_src/events/tutorial003.py hl[22] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.5K bytes - Viewed (0) -
docs/sts/client-grants.md
By default, the temporary security credentials created by AssumeRoleWithClientGrants last for one hour. However, use the optional DurationSeconds parameter to specify the duration of the credentials. This value varies from 900 seconds (15 minutes) up to the maximum session duration of 365 days. ## API Request Parameters ### Token
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 7.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/SmbComTransactionTest.java
byte[] dst = new byte[1024]; // Initialize transaction buffer to avoid NPE transaction.setBuffer(new byte[SmbComTransaction.TRANSACTION_BUF_SIZE]); // Test parameter words wire format int paramWords = transaction.writeParameterWordsWireFormat(dst, 0); assertTrue(paramWords >= 0); // Test bytes wire format
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.7K bytes - Viewed (0) -
docs/es/docs/index.md
* La documentación alternativa también reflejará el nuevo parámetro de query y body:  ### Resumen En resumen, declaras **una vez** los tipos de parámetros, body, etc. como parámetros de función. Lo haces con tipos estándar modernos de Python.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.5K bytes - Viewed (0) -
docs/pt/docs/index.md
* A documentação alternativa também irá refletir o novo parâmetro da _query_ e o corpo:  ### Recapitulando Resumindo, você declara **uma vez** os tipos dos parâmetros, corpo etc. como parâmetros de função. Você faz isso com os tipos padrão do Python moderno.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.6K bytes - Viewed (0)