- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 627 for deprecate (0.04 sec)
-
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; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 108.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsFileAuthenticationCQ.java
setId_Terms(idList, opLambda); } @Deprecated public BsFileAuthenticationCQ addOrderBy_Id_Asc() { regOBA("_id"); return this; } @Deprecated public BsFileAuthenticationCQ addOrderBy_Id_Desc() { regOBD("_id"); return this; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 88.1K bytes - Viewed (0) -
guava/src/com/google/common/io/ByteArrayDataOutput.java
@Override void writeChars(String s); @Override void writeUTF(String s); /** * @deprecated This method is dangerous as it discards the high byte of every character. For * UTF-8, use {@code write(s.getBytes(StandardCharsets.UTF_8))}. */ @Deprecated @Override void writeBytes(String s); /** Returns the contents that have been written to this instance, as a byte array. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Dec 27 20:25:25 UTC 2024 - 1.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsAccessTokenCQ.java
setId_Terms(idList, opLambda); } @Deprecated public BsAccessTokenCQ addOrderBy_Id_Asc() { regOBA("_id"); return this; } @Deprecated public BsAccessTokenCQ addOrderBy_Id_Desc() { regOBD("_id"); return this; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 71.8K bytes - Viewed (0) -
src/main/webapp/js/admin/moment-with-locales.min.js.map
,"momentProperties","updateInProgress","copyConfig","to","from","prop","val","_isAMomentObject","_i","_f","_l","_tzm","_isUTC","_offset","_locale","Moment","config","updateOffset","isMoment","warn","msg","suppressDeprecationWarnings","console","deprecate","firstTime","deprecationHandler","arg","key","args","slice","join","Error","stack","keys","deprecations","deprecateSimple","name","isFunction","Function","mergeConfigs","parentConfig","childConfig","Locale","set","zeroFill","number","targetLeng...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 224.8K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/cq/bs/BsClickLogCQ.java
setId_Terms(idList, opLambda); } @Deprecated public BsClickLogCQ addOrderBy_Id_Asc() { regOBA("_id"); return this; } @Deprecated public BsClickLogCQ addOrderBy_Id_Desc() { regOBD("_id"); return this; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 63.5K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/toolchain/Toolchain.java
* under the License. */ package org.apache.maven.toolchain; /** * Toolchain interface. * * @since 2.0.9 * @deprecated Use {@link org.apache.maven.api.Toolchain} instead. */ @Deprecated(since = "4.0.0") public interface Toolchain { /** * get the type of toolchain. * * @return the toolchain type */ String getType();
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Feb 12 13:13:28 UTC 2025 - 1.4K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/toolchain/ToolchainFactory.java
import org.apache.maven.toolchain.model.ToolchainModel; /** * Internal toolchain factory, to prepare toolchains instances. * * @since 2.0.9 * @deprecated Use {@link org.apache.maven.api.services.ToolchainFactory} instead. */ @Deprecated(since = "4.0.0") public interface ToolchainFactory { /** * Create instance of toolchain. **/
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Feb 12 13:13:28 UTC 2025 - 1.5K bytes - Viewed (0) -
guava-testlib/src/com/google/common/collect/testing/google/BiMapGenerators.java
return ImmutableBiMap.copyOf(asList(entries)); } } /** * Useless constructor for a class of static utility methods. * * @deprecated Do not instantiate this utility class. */ @Deprecated public BiMapGenerators() {}
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 10 19:54:19 UTC 2025 - 2.5K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/LegacyArtifactCollector.java
/** * Artifact collector - takes a set of original artifacts and resolves the best versions to use * along with their metadata. No artifacts are downloaded. */ @Deprecated @SuppressWarnings("checkstyle:parameternumber") public interface LegacyArtifactCollector { ArtifactResolutionResult collect( Set<Artifact> artifacts, Artifact originatingArtifact,
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Apr 05 11:52:05 UTC 2025 - 3K bytes - Viewed (0)