Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for COMPRESSED (0.06 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * application/zip=zip<br>
         * application/x-7z-comressed=7z<br>
         * application/x-bzip=bz<br>
         * application/x-bzip2=bz2<br>
         * application/x-tar=tar<br>
         * application/x-rar-compressed=rar<br>
         * video/3gp=3gp<br>
         * video/3g2=3g2<br>
         * video/x-msvideo=avi<br>
         * video/x-flv=flv<br>
         * video/mpeg=mpeg<br>
         * video/mp4=mp4<br>
         * video/ogv=ogv<br>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (2)
  2. lib/fips140/v1.0.0.zip

    {{.p}}CheckOnCurve(x, y); err != nil { return nil, err } p.x.Set(x) p.y.Set(y) p.z.One() return p, nil // Compressed form. case len(b) == 1+{{.p}}ElementLength && (b[0] == 2 || b[0] == 3): x, err := new({{.Element}}).SetBytes(b[1:]) if err != nil { return nil, err } // y² = x³ - 3x + b y := {{.p}}Polynomial(new({{.Element}}), x) if !{{.p}}Sqrt(y, y) { return nil, errors.New("invalid {{.P}} compressed point encoding") } // Select the positive or negative root, as indicated by the least // significant bit,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  3. RELEASE.md

            round robin reads, users can guarantee that consumers get similar-sized
            examples in the same step.
        *   tf.data service now supports optional compression. Previously data would
            always be compressed, but now you can disable compression by passing
            `compression=None` to `tf.data.experimental.service.distribute(...)`.
        *   `tf.data.Dataset.batch()` now supports `num_parallel_calls` and
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
Back to top