- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 2,507 for informational (0.11 seconds)
-
docs/fr/docs/tutorial/body-fields.md
/// ## Ajouter des informations supplémentaires { #add-extra-information } Vous pouvez déclarer des informations supplémentaires dans `Field`, `Query`, `Body`, etc. Elles seront incluses dans le JSON Schema généré.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 2.9K bytes - Click Count (0) -
docs/fr/docs/advanced/additional-responses.md
/// ## Combiner les informations { #combining-information } Vous pouvez également combiner des informations de réponse provenant de plusieurs endroits, y compris les paramètres `response_model`, `status_code` et `responses`.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 9.6K bytes - Click Count (0) -
compat/maven-settings/src/main/java/org/apache/maven/settings/RuntimeInfo.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.settings; import java.io.File; /** * To handle runtime informations like local repository or profiles. * */ @Deprecated public class RuntimeInfo { @SuppressWarnings("checkstyle:constantname") public static final String userHome = System.getProperty("user.home");Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 10 07:09:12 GMT 2025 - 1.6K bytes - Click Count (0) -
docs/fr/docs/tutorial/security/first-steps.md
Nous pouvons utiliser **OAuth2** pour construire cela avec **FastAPI**. Mais épargnons-vous le temps de lire toute la spécification complète juste pour trouver les petites informations dont vous avez besoin. Utilisons les outils fournis par **FastAPI** pour gérer la sécurité. ## Voir à quoi cela ressemble { #how-it-looks }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 9.3K bytes - Click Count (0) -
docs/de/docs/tutorial/security/first-steps.md
Wir können **OAuth2** verwenden, um das mit **FastAPI** zu erstellen. Aber ersparen wir Ihnen die Zeit, die gesamte lange Spezifikation zu lesen, nur um die kleinen Informationen zu finden, die Sie benötigen. Lassen Sie uns die von **FastAPI** bereitgestellten Tools verwenden, um Sicherheit zu gewährleisten. ## Wie es aussieht { #how-it-looks }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 9.7K bytes - Click Count (0) -
src/main/java/jcifs/internal/fscc/FileInformation.java
/** * Base interface for File System Control Code (FSCC) file information structures. * Defines common functionality for various SMB2/SMB3 file information classes used in * query and set file information operations, with constants for information levels. * * @author mbechler */ public interface FileInformation extends Decodable, Encodable { // information levels /** * File end-of-file information class constant.
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 1.9K bytes - Click Count (0) -
compat/maven-embedder/src/test/java/org/apache/maven/cli/CleanArgumentTest.java
@Test void testCleanArgsShouldNotTouchCorrectlyQuotedArgumentsUsingDoubleQuotes() { String information = "-Dinformation=\"The Information is important.\""; String[] args = {information}; String[] cleanArgs = CleanArgument.cleanArgs(args); assertEquals(args.length, cleanArgs.length); assertEquals(information, cleanArgs[0]); } @TestCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Dec 01 19:41:22 GMT 2024 - 2.2K bytes - Click Count (0) -
src/main/java/jcifs/pac/PacConstants.java
* Buffer type for device information. */ int DEVICE_INFO_TYPE = 0xE; /** * Buffer type for device claims information. */ int DEVICE_CLAIMS_TYPE = 0xF; /** * Flag for extra SIDs in logon information. */ int LOGON_EXTRA_SIDS = 0x20; /** * Flag for resource groups in logon information. */ int LOGON_RESOURCE_GROUPS = 0x200; /**Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.4K bytes - Click Count (0) -
src/main/java/jcifs/internal/dtyp/SecurityInfo.java
/** * Interface for Windows Data Type (DTYP) security information structures. * Defines constants and functionality for security information types used in * SMB security descriptor operations and access control management. * * @author mbechler */ public interface SecurityInfo extends Decodable { /** * Flag indicating that owner security information is requested or being set. */
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.2K bytes - Click Count (0) -
docs/fr/docs/tutorial/handling-errors.md
Mais cela signifie que si vous vous contentez de la convertir en chaîne et de renvoyer cette information directement, vous pourriez divulguer un peu d'information sur votre système. C'est pourquoi, ici, le code extrait et affiche chaque erreur indépendamment.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 10K bytes - Click Count (0)