- Sort Score
- Result 10 results
- Languages All
Results 361 - 370 of 538 for module (0.05 sec)
-
build-logic/buildquality/src/main/kotlin/gradlebuild.arch-test.gradle.kts
*/ import com.gradle.develocity.agent.gradle.test.DevelocityTestConfiguration import gradlebuild.archtest.PackageCyclesExtension plugins { `jvm-test-suite` id("gradlebuild.dependency-modules") id("gradlebuild.code-quality") } val packageCyclesExtension = extensions.create<PackageCyclesExtension>("packageCycles").apply { excludePatterns.convention(emptyList()) }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Jul 03 16:00:02 UTC 2024 - 3K bytes - Viewed (0) -
src/main/resources/fess_message_ko.properties
constraints.Email.message = {item}은 올바른 이메일 주소가 아닙니다. constraints.Length.message = {item}의 길이는 {min}에서 {max}의 범위이어야 합니다. constraints.LuhnCheck.message = {value}의 Luhn Modulo 11 checksum이 올바르지 않습니다. constraints.Mod10Check.message = {value}의 Modulo 10 checksum이 올바르지 않습니다. constraints.Mod11Check.message = {value}의 Modulo 11 checksum이 올바르지 않습니다. constraints.ModCheck.message = {value}의 {modType} checksum이 올바르지 않습니다. constraints.NotBlank.message = {item}은 미입력입니다.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Jul 07 06:11:30 UTC 2018 - 11.1K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultTypeRegistry.java
handler.getClassifier(), handler.isIncludesDependencies(), JavaPathType.CLASSES, JavaPathType.MODULES); } return type; }); }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.8K bytes - Viewed (0) -
src/main/resources/fess_message_fr.properties
constraints.Mod10Check.message = Le chiffre de contrôle pour ${value} est invalide, la somme de contrôle Modulo 10 a échoué. constraints.Mod11Check.message = Le chiffre de contrôle pour ${value} est invalide, la somme de contrôle Modulo 11 a échoué.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Feb 06 22:59:17 UTC 2023 - 14.2K bytes - Viewed (0) -
tensorflow/c/eager/c_api_experimental_reader.h
#include "tensorflow/c/eager/c_api.h" #ifdef __cplusplus extern "C" { #endif // Test only exports of the monitoring Cell Reader API which allows tests to // read current values from streamz counters defined in other modules. // // The code under test will have created streamz counters like this: // auto* streamz = tensorflow::monitoring::Counter<1>::New("name", // "description", "label");
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Apr 20 03:14:47 UTC 2023 - 2.3K bytes - Viewed (0) -
docs/fr/docs/features.md
from datetime import date from pydantic import BaseModel # Déclare une variable comme étant une str # et profitez de l'aide de votre IDE dans cette fonction def main(user_id: str): return user_id # Un modèle Pydantic class User(BaseModel): id: int name: str joined: date ``` Qui peuvent ensuite être utilisés comme cela: ```Python my_user: User = User(id=3, name="John Doe", joined="2018-07-19")
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.1K bytes - Viewed (0) -
docs/pt/docs/tutorial/debugging.md
Então, a seção: ```Python uvicorn.run(app, host="0.0.0.0", port=8000) ``` vai executar. --- Isso não acontecerá se você importar esse módulo (arquivo). Então, se você tiver outro arquivo `importer.py` com: ```Python from myapp import app # Mais um pouco de código ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.6K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/google/AbstractMultimapTester.java
private M multimap; protected M multimap() { return multimap; } /** * @return an array of the proper size with {@code null} as the key of the middle element. */ protected Entry<K, V>[] createArrayWithNullKey() { Entry<K, V>[] array = createSamplesArray(); int nullKeyLocation = getNullLocation(); Entry<K, V> oldEntry = array[nullKeyLocation];
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 6K bytes - Viewed (0) -
docs/pl/docs/index.md
* Przetwarzanie Pythonowych typów (`str`, `int`, `float`, `bool`, `list`, itp). * Obiekty `datetime`. * Obiekty `UUID`. * Modele baz danych. * ...i wiele więcej. * Automatyczne interaktywne dokumentacje API, wliczając 2 alternatywne interfejsy użytkownika: * Swagger UI. * ReDoc. ---
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 19.3K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/tflite-other.md
- type: input id: OS attributes: label: OS Platform and Distribution description: placeholder: e.g., Linux Ubuntu 16.04 validations: required: false - type: input id: Mobile attributes: label: Mobile device description: placeholder: e.g., Linux Ubuntu 16.04 validations: required: false - type: input id: Python attributes: label: Python version description:
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Dec 29 22:28:29 UTC 2022 - 3.4K bytes - Viewed (0)