- Sort Score
- Result 10 results
- Languages All
Results 401 - 410 of 454 for METADATA (0.04 sec)
-
docs/en/docs/tutorial/sql-databases.md
### Create the Tables { #create-the-tables } We then add a function that uses `SQLModel.metadata.create_all(engine)` to **create the tables** for all the *table models*. {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[21:22] hl[21:22] *} ### Create a Session Dependency { #create-a-session-dependency }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 15.4K bytes - Viewed (0) -
docs/ru/docs/tutorial/sql-databases.md
### Создание таблиц Далее мы добавляем функцию, использующую `SQLModel.metadata.create_all(engine)`, для того, чтобы создать **таблицы** для каждой из **моделей таблицы**. {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[21:22] hl[21:22] *} ### Создание зависимости Session
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Dec 17 21:20:20 UTC 2024 - 25.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
/** * A transformer implementation for processing HTML documents using XPath expressions. * This class extends XpathTransformer to provide Fess-specific document processing capabilities * including content extraction, metadata processing, and robots tag handling. */ public class FessXpathTransformer extends XpathTransformer implements FessTransformer { /** Logger instance for this class */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.4K bytes - Viewed (0) -
docs/uk/docs/tutorial/query-params-str-validations.md
/// ## Використання `Annotated` у типі параметра `q` Пам’ятаєте, як я раніше розповідав, що `Annotated` можна використовувати для додавання метаданих до параметрів у [Вступі до типів Python](../python-types.md#type-hints-with-metadata-annotations){.internal-link target=_blank}? Зараз саме час використати його разом із FastAPI. 🚀 Раніше ми мали таку анотацію типу: //// tab | Python 3.10+ ```Python q: str | None = None ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri May 30 14:17:24 UTC 2025 - 26.1K bytes - Viewed (0) -
cmd/background-newdisks-heal-ops.go
buckets, _ := z.ListBuckets(ctx, BucketOptions{}) // Buckets data are dispersed in multiple pools/sets, make // sure to heal all bucket metadata configuration. buckets = append(buckets, BucketInfo{ Name: pathJoin(minioMetaBucket, minioConfigPrefix), }, BucketInfo{ Name: pathJoin(minioMetaBucket, bucketMetaPrefix), })
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 16.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java
/** * Retrieves a paginated list of crawling information records based on the provided pager criteria. * The results are ordered by creation time in descending order and the pager is updated with * pagination metadata including total count and page number list. * * @param crawlingInfoPager the pager object containing search criteria and pagination settings * @return a list of CrawlingInfo entities matching the criteria */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.18.md
- Fix counting error in service/nodeport/loadbalancer quota check ([#97829](https://github.com/kubernetes/kubernetes/pull/97829), [@pacoxu](https://github.com/pacoxu)) [SIG API Machinery and Network] - Fix: azure file latency issue for metadata-heavy workloads ([#97082](https://github.com/kubernetes/kubernetes/pull/97082), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider and Storage]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jun 16 17:18:28 UTC 2021 - 373.2K bytes - Viewed (0) -
docs/es/docs/tutorial/sql-databases.md
### Crear las Tablas Luego añadimos una función que usa `SQLModel.metadata.create_all(engine)` para **crear las tablas** para todos los *modelos de tabla*. {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[21:22] hl[21:22] *} ### Crear una Dependencia de Session
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 15.8K bytes - Viewed (0) -
src/main/java/jcifs/util/SecureKeyManager.java
throw new GeneralSecurityException("Key rotation failed", e); } } /** * Internal method to store key without updating rotation metadata */ private void storeSessionKeyInternal(String sessionId, byte[] key, String algorithm) { if (key == null || sessionId == null) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 21.5K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/testing/NullPointerTester.java
} private static boolean hasAutomaticNullChecksFromKotlin(Member member) { for (Annotation annotation : member.getDeclaringClass().getAnnotations()) { if (annotation.annotationType().getName().equals("kotlin.Metadata")) { return true; } } return false; } /** * Returns true if the given member is a method that overrides {@link Object#equals(Object)}. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Jul 14 14:44:08 UTC 2025 - 24.9K bytes - Viewed (0)