- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 1,405 for punt (0.05 sec)
-
docs/nl/docs/python-types.md
Als je de **laatste versies van Python** kunt gebruiken, gebruik dan de voorbeelden voor de laatste versie, die hebben de **beste en eenvoudigste syntax**, bijvoorbeeld “**Python 3.10+**”. #### List Laten we bijvoorbeeld een variabele definiëren als een `list` van `str`. //// tab | Python 3.9+ Declareer de variabele met dezelfde dubbele punt (`:`) syntax. Als type, vul `list` in.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 18.3K bytes - Viewed (0) -
docs/nl/docs/environment-variables.md
$ echo "Hello $Env:MY_NAME" Hello Wade Wilson ``` </div> //// ## Omgevingsvariabelen uitlezen in Python Je kunt omgevingsvariabelen **buiten** Python aanmaken, in de terminal (of met een andere methode) en ze vervolgens **in Python uitlezen**. Je kunt bijvoorbeeld een bestand `main.py` hebben met: ```Python hl_lines="3" import os name = os.getenv("MY_NAME", "World")
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Sep 20 11:13:32 UTC 2024 - 8.6K bytes - Viewed (0) -
cni/pkg/nodeagent/podcgroupns.go
`[[:punct:]]pod(?P<poduid>[[:xdigit:]]{8}[[:punct:]]?[[:xdigit:]]{4}[[:punct:]]?[[:xdigit:]]{4}[[:punct:]]?[[:xdigit:]]{4}[[:punct:]]?[[:xdigit:]]{12})[[:punct:]]` + // zero or more punctuation separated "segments" (e.g. "docker-") `(?:[[:^punct:]]+[[:punct:]])*` + // non-punctuation end of string, i.e., the container ID `(?P<containerid>[[:^punct:]]+)$`),
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Apr 12 21:47:31 UTC 2024 - 11K bytes - Viewed (0) -
guava/src/com/google/common/hash/AbstractStreamingHasher.java
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Jun 15 20:59:00 UTC 2022 - 7.1K bytes - Viewed (0) -
android/guava/src/com/google/common/hash/AbstractStreamingHasher.java
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Jun 15 20:59:00 UTC 2022 - 7.1K bytes - Viewed (0) -
docs/nl/docs/features.md
* Met validators kunnen complexe dataschema's duidelijk en eenvoudig worden gedefinieerd, gecontroleerd en gedocumenteerd als JSON Schema. * Je kunt diep **geneste JSON** objecten laten valideren en annoteren. * **Uitbreidbaar**: * Met Pydantic kunnen op maat gemaakte datatypen worden gedefinieerd of je kunt validatie uitbreiden met methoden op een model dat is ingericht met de decorator validator.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Sep 03 13:50:38 UTC 2024 - 10.1K bytes - Viewed (0) -
docs/pl/docs/tutorial/first-steps.md
/// ### Krok 2: utwórz instancję `FastAPI` {*../../docs_src/first_steps/tutorial001.py hl[3] *} Zmienna `app` będzie tutaj "instancją" klasy `FastAPI`. Będzie to główny punkt interakcji przy tworzeniu całego interfejsu API. Ta zmienna `app` jest tą samą zmienną, do której odnosi się `uvicorn` w poleceniu: <div class="termy"> ```console $ uvicorn main:app --reload
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 16:51:30 UTC 2024 - 9.6K bytes - Viewed (0) -
docs/es/docs/tutorial/first-steps.md
### Paso 2: crea un "instance" de `FastAPI` ```Python hl_lines="3" {!../../docs_src/first_steps/tutorial001.py!} ``` Aquí la variable `app` será un instance de la clase `FastAPI`. Este será el punto de interacción principal para crear todo tu API. Esta `app` es la misma a la que nos referimos cuando usamos el comando de `uvicorn`: <div class="termy"> ```console $ uvicorn main:app --reload
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.9K bytes - Viewed (0) -
docs/it/docs/index.md
* Swagger UI. * ReDoc. --- Tornando al precedente esempio, **FastAPI**: * Validerà che esiste un `item_id` nel percorso delle richieste `GET` e `PUT`. * Validerà che `item_id` sia di tipo `int` per le richieste `GET` e `PUT`. * Se non lo è, il client vedrà un errore chiaro e utile.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 19.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java
map.put("ト", new String[] { "to" }); map.put("ナ", new String[] { "na" }); map.put("ニ", new String[] { "ni" }); map.put("ヌ", new String[] { "nu" }); map.put("ネ", new String[] { "ne" }); map.put("ノ", new String[] { "no" }); map.put("ハ", new String[] { "ha" }); map.put("ヒ", new String[] { "hi" }); map.put("フ", new String[] { "hu", "fu" });
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:54 UTC 2024 - 9.4K bytes - Viewed (0)