Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for invertible (0.08 seconds)

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

  1. src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessSecurityResourceProviderTest.java

            final InvertibleCryptographer[] invertibles = new InvertibleCryptographer[threadCount];
            final OneWayCryptographer[] oneWays = new OneWayCryptographer[threadCount];
    
            for (int i = 0; i < threadCount; i++) {
                final int index = i;
                threads[i] = new Thread(() -> {
                    invertibles[index] = securityResourceProvider.providePrimaryInvertibleCryptographer();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 13.2K bytes
    - Click Count (0)
  2. docs/fr/docs/tutorial/handling-errors.md

    ```JSON
    {
      "detail": "Item not found"
    }
    ```
    
    /// tip | Astuce
    
    Lorsque vous levez une `HTTPException`, vous pouvez passer n'importe quelle valeur convertible en JSON comme paramètre `detail`, pas uniquement un `str`.
    
    Vous pouvez passer un `dict`, une `list`, etc.
    
    Elles sont gérées automatiquement par **FastAPI** et converties en JSON.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 10K bytes
    - Click Count (0)
  3. RELEASE.md

            AVX support.
        *   Deprecate
            `tf.compat.v1.lite.experimental.get_potentially_supported_ops`. Use
            `tf.lite.TFLiteConverter` directly to check whether a model is
            convertible.
        *   Add support to select one of three different built-in op resolvers
        *   Enabled post training with calibrations for models that require user
            provided TensorFlow Lite custom op libraries via
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 30 18:31:38 GMT 2026
    - 746.5K bytes
    - Click Count (3)
Back to Top