Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 131 - 140 of 537 for Warnings (0.4 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/jcifs/smb/NtlmPasswordAuthenticatorTest.java

        }
    
        /**
         * Test that getPassword() is deprecated and logs warning
         */
        @Test
        @DisplayName("Test deprecated getPassword() method warning")
        public void testDeprecatedGetPasswordWarning() {
            NtlmPasswordAuthenticator auth = new NtlmPasswordAuthenticator("user", "TestPass123!");
    
            // This should log a warning about using deprecated method
            String password = auth.getPassword();
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 23.3K bytes
    - Click Count (0)
  2. docs/zh/llm-prompt.md

    ### `///` admonitions
    
    - Keep the admonition keyword in English (do not translate `note`, `tip`, etc.).
    - If a title is present, prefer these canonical titles:
    
    - `/// tip | 提示`
    - `/// note | 注意`
    - `/// warning | 警告`
    - `/// info | 信息`
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Dec 29 18:54:20 GMT 2025
    - 1.4K bytes
    - Click Count (0)
  3. docs/fr/docs/advanced/path-operation-advanced-configuration.md

    # Configuration avancée des chemins d'accès { #path-operation-advanced-configuration }
    
    ## ID d’opération OpenAPI { #openapi-operationid }
    
    /// warning | Alertes
    
    Si vous n’êtes pas un « expert » d’OpenAPI, vous n’en avez probablement pas besoin.
    
    ///
    
    Vous pouvez définir l’OpenAPI `operationId` à utiliser dans votre chemin d’accès avec le paramètre `operation_id`.
    
    Vous devez vous assurer qu’il est unique pour chaque opération.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 8K bytes
    - Click Count (0)
  4. compat/maven-settings-builder/src/main/java/org/apache/maven/settings/building/DefaultSettingsBuilder.java

                    settings = settingsReader.read(settingsSource.getInputStream(), options);
    
                    problems.add(
                            SettingsProblem.Severity.WARNING, e.getMessage(), e.getLineNumber(), e.getColumnNumber(), e);
                }
            } catch (SettingsParseException e) {
                problems.add(
                        SettingsProblem.Severity.FATAL,
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Jul 23 17:27:08 GMT 2025
    - 9.5K bytes
    - Click Count (0)
  5. docs/es/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

    FastAPI 0.126.0 eliminó la compatibilidad con Pydantic v1, aunque siguió soportando `pydantic.v1` por un poquito más de tiempo.
    
    /// warning | Advertencia
    
    El equipo de Pydantic dejó de dar soporte a Pydantic v1 para las versiones más recientes de Python, comenzando con **Python 3.14**.
    
    Esto incluye `pydantic.v1`, que ya no está soportado en Python 3.14 y superiores.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 5.7K bytes
    - Click Count (0)
  6. docs/uk/docs/tutorial/request-forms-and-files.md

    Файли та поля форми будуть завантажені як формові дані, і ви отримаєте файли та поля форми.
    
    Ви також можете оголосити деякі файли як `bytes`, а деякі як `UploadFile`.
    
    /// warning | Попередження
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 2.2K bytes
    - Click Count (0)
  7. guava/src/com/google/common/collect/NullsFirstOrdering.java

        }
        if (right == null) {
          return LEFT_IS_GREATER;
        }
        return ordering.compare(left, right);
      }
    
      @Override
      @SuppressWarnings("nullness") // should be safe, but not sure if we can avoid the warning
      public <S extends @Nullable T> Ordering<S> reverse() {
        // ordering.reverse() might be optimized, so let it do its thing
        return ordering.<T>reverse().<@NonNull S>nullsLast();
      }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Jun 04 13:03:16 GMT 2025
    - 2.7K bytes
    - Click Count (0)
  8. docs/tr/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

    FastAPI 0.126.0 sürümü Pydantic v1 desteğini kaldırdı, ancak bir süre daha `pydantic.v1` desteğini sürdürdü.
    
    /// warning | Uyarı
    
    Pydantic ekibi, Python'ın en yeni sürümleri için Pydantic v1 desteğini, **Python 3.14** ile başlayarak sonlandırdı.
    
    Buna `pydantic.v1` de dahildir; Python 3.14 ve üzeri sürümlerde artık desteklenmemektedir.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 6K bytes
    - Click Count (0)
  9. docs/uk/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

    FastAPI 0.126.0 припинив підтримку Pydantic v1, водночас ще певний час підтримував `pydantic.v1`.
    
    /// warning | Попередження
    
    Команда Pydantic припинила підтримку Pydantic v1 для останніх версій Python, починаючи з Python 3.14.
    
    Це стосується і `pydantic.v1`, який більше не підтримується в Python 3.14 і новіших.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 7.7K bytes
    - Click Count (0)
  10. docs/tr/docs/advanced/path-operation-advanced-configuration.md

    # Path Operation İleri Düzey Yapılandırma { #path-operation-advanced-configuration }
    
    ## OpenAPI operationId { #openapi-operationid }
    
    /// warning | Uyarı
    
    OpenAPI konusunda "uzman" değilseniz, muhtemelen buna ihtiyacınız yok.
    
    ///
    
    *path operation*’ınızda kullanılacak OpenAPI `operationId` değerini `operation_id` parametresiyle ayarlayabilirsiniz.
    
    Bunun her operation için benzersiz olduğundan emin olmanız gerekir.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 7.5K bytes
    - Click Count (0)
Back to Top