- Sort Score
- Result 10 results
- Languages All
Results 411 - 420 of 488 for Metadata (0.9 sec)
-
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) -
docs/es/docs/tutorial/query-params-str-validations.md
/// ## Usar `Annotated` en el tipo del parámetro `q` ¿Recuerdas que te dije antes que `Annotated` puede ser usado para agregar metadatos a tus parámetros en la [Introducción a Tipos de Python](../python-types.md#type-hints-with-metadata-annotations){.internal-link target=_blank}? Ahora es el momento de usarlo con FastAPI. 🚀 Teníamos esta anotación de tipo: //// tab | Python 3.10+ ```Python q: str | None = None ``` ////
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Feb 15 16:23:59 UTC 2025 - 16.5K 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) -
docs/pt/docs/python-types.md
``` //// O Python em si não faz nada com este `Annotated`. E para editores e outras ferramentas, o tipo ainda é `str`. Mas você pode utilizar este espaço dentro do `Annotated` para fornecer ao **FastAPI** metadata adicional sobre como você deseja que a sua aplicação se comporte.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 10:32:53 UTC 2024 - 17.8K bytes - Viewed (0) -
cmd/peer-rest-server.go
info := madmin.GetSysErrors(context.Background(), globalLocalNodeName) return madminSysErrors.NewJSONWith(&info), nil } // DeleteBucketMetadataHandler - Delete in memory bucket metadata func (s *peerRESTServer) DeleteBucketMetadataHandler(mss *grid.MSS) (np grid.NoPayload, nerr *grid.RemoteErr) { bucketName := mss.Get(peerRESTBucket) if bucketName == "" {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Mar 30 00:56:02 UTC 2025 - 53.4K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
* * @return The POM file from which this model originated or {@code null} if this model does not belong to a local * project (e.g. describes the metadata of some artifact from the repository). */ @Deprecated public java.io.File getPomFile() { return (getDelegate().getPomFile() != null) ? getDelegate().getPomFile().toFile() : null; }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 07 14:32:16 UTC 2025 - 132.7K bytes - Viewed (0) -
cmd/object-api-listobjects_test.go
if err != nil { t.Fatalf("%s : %s", instanceType, err.Error()) } metadata, err := globalBucketMetadataSys.Get(upload.bucket) if err != nil { t.Fatal(err) } metadata.lifecycleConfig = lifecycleConfig globalBucketMetadataSys.Set(upload.bucket, metadata) defer globalBucketMetadataSys.Remove(upload.bucket)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 76.1K bytes - Viewed (0)