- Sort Score
- Num 10 results
- Language All
Results 1721 - 1730 of 2,062 for Instance (0.07 seconds)
-
doc/asm.html
<p> On machines where <code>SP</code> and <code>PC</code> are traditionally aliases for a physical, numbered register, in the Go assembler the names <code>SP</code> and <code>PC</code> are still treated specially; for instance, references to <code>SP</code> require a symbol, much like <code>FP</code>. To access the actual hardware register use the true <code>R</code> name. For example, on the ARM architecture the hardware
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Nov 14 19:09:46 GMT 2025 - 36.5K bytes - Click Count (0) -
guava-tests/test/com/google/common/primitives/UnsignedBytesTest.java
assertThat(UnsignedBytes.join(",", (byte) 128, (byte) -1)).isEqualTo("128,255"); } private static boolean unsafeComparatorAvailable() { return UnsafeComparator.INSTANCE.isFunctional(); } public void testLexicographicalComparatorChoice() { Comparator<byte[]> defaultComparator = UnsignedBytes.lexicographicalComparator(); assertThat(defaultComparator).isNotNull();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Mar 08 01:43:32 GMT 2026 - 14K bytes - Click Count (0) -
docs/tr/docs/python-types.md
{* ../../docs_src/python_types/tutorial010_py310.py hl[6] *} Ve sonra, yine tüm editör desteğini alırsınız: <img src="/img/python-types/image06.png"> Bunun "`one_person`, `Person` sınıfının bir **instance**'ıdır" anlamına geldiğine dikkat edin. "`one_person`, `Person` adlı **class**'tır" anlamına gelmez. ## Pydantic modelleri { #pydantic-models }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 11.9K bytes - Click Count (0) -
docs/fr/docs/how-to/custom-docs-ui-assets.md
└── static ├── redoc.standalone.js ├── swagger-ui-bundle.js └── swagger-ui.css ``` ### Servir les fichiers statiques { #serve-the-static-files } - Importer `StaticFiles`. - « Monter » une instance `StaticFiles()` sur un chemin spécifique. {* ../../docs_src/custom_docs_ui/tutorial002_py310.py hl[7,11] *} ### Tester les fichiers statiques { #test-the-static-files }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 8.7K bytes - Click Count (0) -
docs/fr/docs/tutorial/security/oauth2-jwt.md
/// ## Hacher et vérifier les mots de passe { #hash-and-verify-the-passwords } Importez les outils nécessaires depuis `pwdlib`. Créez une instance PasswordHash avec les réglages recommandés ; elle sera utilisée pour hacher et vérifier les mots de passe. /// tip | AstuceCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.6K bytes - Click Count (0) -
docs/fr/docs/advanced/settings.md
/// tip | Astuce Si vous voulez quelque chose à copier-coller rapidement, n'utilisez pas cet exemple, utilisez le dernier ci-dessous. /// Ensuite, lorsque vous créez une instance de cette classe `Settings` (dans ce cas, l'objet `settings`), Pydantic lira les variables d'environnement de manière insensible à la casse, donc une variable en majuscules `APP_NAME` sera tout de même lue pour l'attribut `app_name`.
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) -
docs/fr/docs/advanced/custom-response.md
## Classe de réponse par défaut { #default-response-class } Lors de la création d'une instance de classe **FastAPI** ou d'un `APIRouter`, vous pouvez spécifier quelle classe de réponse utiliser par défaut. Le paramètre qui le définit est `default_response_class`.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) -
docs/tr/docs/advanced/settings.md
### Config dosyası { #the-config-file } Bir önceki örnekten devam edersek, `config.py` dosyanız şöyle görünebilir: {* ../../docs_src/settings/app02_an_py310/config.py hl[10] *} Dikkat edin, artık default bir instance `settings = Settings()` oluşturmuyoruz. ### Ana uygulama dosyası { #the-main-app-file } Şimdi, yeni bir `config.Settings()` döndüren bir dependency oluşturuyoruz.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 11.8K bytes - Click Count (0) -
guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
`Please, then,' said Alice, `how am I to get in?' `There might be some sense in your knocking,' the Footman went on without attending to her, `if we had the door between us. For instance, if you were INSIDE, you might knock, and I could let you out, you know.' He was looking up into the sky all the time he was speaking, and this Alice thought decidedly uncivil. `But
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Oct 29 21:35:03 GMT 2012 - 145.2K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
| definition of these types | --> <model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 https://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd" xml.namespace="http://maven.apache.org/POM/${version}"
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 17 09:48:21 GMT 2026 - 133.5K bytes - Click Count (0)