- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 73 for deprecate (2.41 sec)
-
src/main/java/jcifs/http/NtlmHttpFilter.java
* complete details. * * @deprecated NTLMv1 only */ /** * An HTTP servlet filter that provides NTLM authentication support. * This filter allows web applications to authenticate users via NTLM/Windows authentication. */ @Deprecated public class NtlmHttpFilter implements Filter { /** * Default constructor. */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.3K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/client/FesenClient.java
* @param type The document type (deprecated, no longer used). * @param queryBuilder The query to match documents for deletion. * @return The number of deleted documents. * @throws OpenSearchAccessException if the deletion fails. * @deprecated Use {@link #deleteByQuery(String, QueryBuilder)} instead. The type parameter is no longer used. */ @Deprecated
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 02:01:26 UTC 2025 - 26.2K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmServlet.java
* used. * <p> * Read <a href="../../../ntlmhttpauth.html">jCIFS NTLM HTTP Authentication and the Network Explorer Servlet</a> related * information. * * @deprecated NTLMv1 only */ @Deprecated public abstract class NtlmServlet extends HttpServlet { /** * Default constructor. */ protected NtlmServlet() { super(); } /** * */
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.1K bytes - Viewed (1) -
src/test/java/jcifs/util/transport/TransportExceptionTest.java
assertNull(bothNullException.getMessage()); assertNull(bothNullException.getCause()); } @Test @DisplayName("Test deprecated getRootCause method returns the same as getCause") @SuppressWarnings("deprecation") public void testGetRootCause() { // Test with no cause
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.4K bytes - Viewed (0) -
fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/client/FesenClientTest.java
assertEquals(1, deleted); verify(mockClearScrollBuilder, times(1)).addScrollId("scroll1"); } /** * Test: deleteByQuery deprecated method delegates to new method * Verifies backward compatibility */ @Test @SuppressWarnings("deprecation") public void testDeleteByQueryDeprecatedMethodDelegates() {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 08:44:44 UTC 2025 - 17K bytes - Viewed (0) -
src/main/java/jcifs/http/NetworkExplorer.java
* on an SMB network like one might with Network Neighborhood or Windows * Explorer. The users credentials with be negotiated using NTLM SSP if * the client is Microsoft Internet Explorer. * * @deprecated Unsupported */ @Deprecated /** * A servlet that provides network browsing capabilities for SMB shares. * This servlet allows users to browse SMB network resources through a web interface. */
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.4K bytes - Viewed (0) -
src/main/webapp/css/bootstrap.min.css.map
0;\n overflow-y: visible;\n }\n }\n }\n }\n }\n}\n// scss-docs-end navbar-expand-loop\n\n// Navbar themes\n//\n// Styles for switching between navbars with light or dark background.\n\n.navbar-light {\n @include deprecate(\"`.navbar-light`\", \"v5.2.0\", \"v6.0.0\", true);\n}\n\n.navbar-dark,\n.navbar[data-bs-theme=\"dark\"] {\n // scss-docs-start navbar-dark-css-vars\n --#{$prefix}navbar-color: #{$navbar-dark-color};\n --#{$prefix}navbar-hover-color: #{$navba...Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Jan 12 06:14:02 UTC 2025 - 575.5K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
@include hover-focus() {\n background-color: darken($color, 10%) !important;\n }\n }\n @include deprecate(\"The `bg-variant` mixin\", \"v4.4.0\", \"v5\", $ignore-warning);\n}\n\n@mixin bg-gradient-variant($parent, $color, $ignore-warning: false) {\n #{$parent} {\n background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x !important;\n }\n @include deprecate(\"The `bg-gradient-variant` mixin\", \"v4.5.0\", \"v5\", $ignore-warning);\n}\n","// stylelint-disable...Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (3) -
src/main/java/org/codelibs/core/lang/StringUtil.java
* It now uses the standard String constructor. * </p> * * @param chars * the char array * @return a new String, or null if the input is null * @deprecated This method originally used internal JDK APIs (sun.misc.SharedSecrets) for * performance optimization, but those APIs have been removed for safety andRegistered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 21.5K bytes - Viewed (0) -
src/main/java/jcifs/config/DelegatingConfiguration.java
*/ @Override public int getMaximumBufferSize() { return this.delegate.getMaximumBufferSize(); } /** * {@inheritDoc} * * @deprecated use getReceiveBufferSize instead */ @Deprecated @Override public int getRecieveBufferSize() { return this.delegate.getReceiveBufferSize(); } /** * {@inheritDoc} *Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 24.1K bytes - Viewed (0)