Search Options

Results per page
Sort
Preferred Languages
Advance

Results 571 - 580 of 656 for deprecate (1.03 sec)

  1. docs/es/docs/tutorial/extra-models.md

    {* ../../docs_src/extra_models/tutorial001_py310.py hl[7,9,14,20,22,27:28,31:33,38:39] *}
    
    /// info | Información
    
    En Pydantic v1 el método se llamaba `.dict()`, fue deprecado (pero aún soportado) en Pydantic v2, y renombrado a `.model_dump()`.
    
    Los ejemplos aquí usan `.dict()` para compatibilidad con Pydantic v1, pero deberías usar `.model_dump()` en su lugar si puedes usar Pydantic v2.
    
    ///
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  2. src/test/java/jcifs/http/NtlmHttpFilterTest.java

    import jcifs.CIFSContext;
    import jcifs.config.PropertyConfiguration;
    import jcifs.context.BaseContext;
    import jcifs.smb.NtlmPasswordAuthentication;
    
    /**
     * Test class for NtlmHttpFilter
     *
     * NtlmHttpFilter is deprecated but we test it for backward compatibility
     */
    @SuppressWarnings("deprecation")
    @ExtendWith(MockitoExtension.class)
    @MockitoSettings(strictness = Strictness.LENIENT)
    class NtlmHttpFilterTest {
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 04:51:33 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  3. src/main/java/jcifs/config/BaseConfiguration.java

        public int getSessionTimeout() {
            return this.smbSessionTimeout;
        }
    
        @Override
        public int getSendBufferSize() {
            return this.smbSendBufferSize;
        }
    
        @Deprecated
        @Override
        public int getRecieveBufferSize() {
            return this.smbRecvBufferSize;
        }
    
        @Override
        public int getReceiveBufferSize() {
            return this.smbRecvBufferSize;
        }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 36.5K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/Multimaps.java

      }
    
      /**
       * Simply returns its argument.
       *
       * @deprecated no need to use this
       * @since 10.0
       */
      @InlineMe(
          replacement = "checkNotNull(delegate)",
          staticImports = "com.google.common.base.Preconditions.checkNotNull")
      @Deprecated
      public static <K, V> Multimap<K, V> unmodifiableMultimap(ImmutableMultimap<K, V> delegate) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 86.6K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/Multimaps.java

      }
    
      /**
       * Simply returns its argument.
       *
       * @deprecated no need to use this
       * @since 10.0
       */
      @InlineMe(
          replacement = "checkNotNull(delegate)",
          staticImports = "com.google.common.base.Preconditions.checkNotNull")
      @Deprecated
      public static <K, V> Multimap<K, V> unmodifiableMultimap(ImmutableMultimap<K, V> delegate) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 86.9K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb/SmbFile.java

         * access an SMB resource. Currently only retrieving data and information
         * is supported (i.e. no {@code doOutput}).
         *
         * @deprecated Use getURL() instead
         * @return A new <code>{@link java.net.URL}</code> for this <code>SmbFile</code>
         */
        @Deprecated
        public URL toURL() {
            return getURL();
        }
    
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/base/Converter.java

        }
    
        @GwtIncompatible @J2ktIncompatible private static final long serialVersionUID = 0L;
      }
    
      /**
       * @deprecated Provided to satisfy the {@code Function} interface; use {@link #convert} instead.
       */
      @Deprecated
      @Override
      @InlineMe(replacement = "this.convert(a)")
      public final B apply(A a) {
        /*
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jun 18 21:43:06 UTC 2025
    - 22.8K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/opensearch/config/exentity/DataConfig.java

                value = getHandlerParameterMap().get("timeToLive"); // TODO remove
                if (StringUtil.isBlank(value)) {
                    return null;
                }
                logger.warn("timeToLive is deprecated. Please use time_to_live.");
            }
            try {
                return Integer.parseInt(value);
            } catch (final NumberFormatException e) {
                if (logger.isDebugEnabled()) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 18.6K bytes
    - Viewed (0)
  9. src/test/java/jcifs/config/BaseConfigurationTest.java

            assertEquals(SmbConstants.DEFAULT_RCV_BUF_SIZE, config.getReceiveBufferSize());
            assertEquals(SmbConstants.DEFAULT_RCV_BUF_SIZE, config.getRecieveBufferSize()); // Deprecated method
            assertEquals(SmbConstants.DEFAULT_NOTIFY_BUF_SIZE, config.getNotifyBufferSize());
            assertEquals(SmbConstants.DEFAULT_MAX_MPX_COUNT, config.getMaxMpxCount());
        }
    
        @Test
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  10. docs/changelogs/changelog_2x.md

        TLS_RSA_WITH_AES_128_CBC_SHA             2.3
        TLS_RSA_WITH_AES_256_CBC_SHA             2.3
        SSL_RSA_WITH_3DES_EDE_CBC_SHA            2.3  (Deprecated in 5.0)
        SSL_RSA_WITH_RC4_128_SHA                 2.3
        SSL_RSA_WITH_RC4_128_MD5                 2.3  (Deprecated in 5.0)
        ```
    
     *  **Okio updated to 1.0.1.**
    
        ```xml
        <dependency>
          <groupId>com.squareup.okio</groupId>
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 26.6K bytes
    - Viewed (0)
Back to top