- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 16 for deprecaten (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
CHANGELOG/CHANGELOG-1.35.md
- Deprecated metrics will be hidden as per the metrics deprecation policy. https://kubernetes.io/docs/reference/using-api/deprecation-policy/#deprecating-a-metric . ([#133436](https://github.com/kubernetes/kubernetes/pull/133436), [@richabanker](https://github.com/richabanker)) [SIG Architecture, Instrumentation and Network]
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Wed Dec 17 13:01:55 GMT 2025 - 228.5K bytes - Click Count (0) -
fastapi/routing.py
description=route.description, response_description=route.response_description, responses=combined_responses, deprecated=route.deprecated or deprecated or self.deprecated, methods=route.methods, operation_id=route.operation_id, response_model_include=route.response_model_include,Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 12:54:56 GMT 2025 - 174.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsFileConfigCQ.java
setId_Terms(idList, opLambda); } @Deprecated public BsFileConfigCQ addOrderBy_Id_Asc() { regOBA("_id"); return this; } @Deprecated public BsFileConfigCQ addOrderBy_Id_Desc() { regOBD("_id"); return this; }
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 165.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsWebConfigCQ.java
setId_Terms(idList, opLambda); } @Deprecated public BsWebConfigCQ addOrderBy_Id_Asc() { regOBA("_id"); return this; } @Deprecated public BsWebConfigCQ addOrderBy_Id_Desc() { regOBD("_id"); return this; }
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 172.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsDataConfigCQ.java
setId_Terms(idList, opLambda); } @Deprecated public BsDataConfigCQ addOrderBy_Id_Asc() { regOBA("_id"); return this; } @Deprecated public BsDataConfigCQ addOrderBy_Id_Desc() { regOBD("_id"); return this; }
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 108.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsScheduledJobCQ.java
setId_Terms(idList, opLambda); } @Deprecated public BsScheduledJobCQ addOrderBy_Id_Asc() { regOBA("_id"); return this; } @Deprecated public BsScheduledJobCQ addOrderBy_Id_Desc() { regOBD("_id"); return this; }
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 98.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/cq/bs/BsSearchLogCQ.java
setId_Terms(idList, opLambda); } @Deprecated public BsSearchLogCQ addOrderBy_Id_Asc() { regOBA("_id"); return this; } @Deprecated public BsSearchLogCQ addOrderBy_Id_Desc() { regOBD("_id"); return this; }
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 145.5K bytes - Click Count (0) -
fastapi/applications.py
str, Doc( """ A URL prefix for the OpenAPI URL. """ ), deprecated( """ "openapi_prefix" has been deprecated in favor of "root_path", which follows more closely the ASGI standard, is simpler, and more automatic. """ ),Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 21:25:59 GMT 2025 - 176.3K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<![CDATA[ /** * @deprecated this was unused and has no replacement, this method returns {@code null} now. */ @Deprecated(since = "4.0.0") public String getMergeId() { return null; } /** * @deprecated this was unused and has no replacement, this method is a no-op now. */ @Deprecated(since = "4.0.0")Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 03:07:35 GMT 2025 - 133.3K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/Maps.java
* * <p><b>Note:</b> if {@code K} is an {@code enum} type, use {@link #newEnumMap} instead. * * <p><b>Note:</b> this method is now unnecessary and should be treated as deprecated. Instead, * use the {@code HashMap} constructor directly, taking advantage of <a * href="https://docs.oracle.com/javase/tutorial/java/generics/genTypeInference.html#type-inference-instantiation">"diamond" * syntax</a>.Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 23 17:50:58 GMT 2025 - 157.6K bytes - Click Count (0)