Search Options

Results per page
Sort
Preferred Languages
Advance

Results 451 - 460 of 1,837 for some (0.02 sec)

  1. guava/src/com/google/common/math/PairedStatsAccumulator.java

    import com.google.common.annotations.J2ktIncompatible;
    import com.google.common.primitives.Doubles;
    
    /**
     * A mutable object which accumulates paired double values (e.g. points on a plane) and tracks some
     * basic statistics over all the values added so far. This class is not thread safe.
     *
     * @author Pete Gillin
     * @since 20.0
     */
    @J2ktIncompatible
    @GwtIncompatible
    public final class PairedStatsAccumulator {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Apr 14 16:36:11 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/thumbnail/ThumbnailGeneratorTest.java

                }
    
                // Simulate thumbnail generation
                try {
                    if (!outputFile.exists()) {
                        outputFile.createNewFile();
                    }
                    // Write some dummy content to simulate actual thumbnail
                    Files.write(outputFile.toPath(), ("thumbnail-" + thumbnailId).getBytes());
                    return true;
                } catch (IOException e) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/security/first-steps.md

    ๐Ÿ‘ˆ โ†ฉ๏ธ โšซ๏ธ โš™๏ธ ๐ŸŽ ๐Ÿ“› ๐Ÿ—„ ๐Ÿ”Œ. ๐Ÿ‘ˆ ๐Ÿšฅ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ”ฌ ๐ŸŒ… ๐Ÿ”ƒ ๐Ÿ™† ๐Ÿ‘ซ ๐Ÿ’‚โ€โ™‚ โš– ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ“ & ๐Ÿ“‹ โšซ๏ธ ๐Ÿ”Ž ๐ŸŒ– โ„น ๐Ÿ”ƒ โšซ๏ธ.
    
    ///
    
    `oauth2_scheme` ๐Ÿ”ข ๐Ÿ‘ `OAuth2PasswordBearer`, โœ‹๏ธ โšซ๏ธ "๐Ÿ‡ง๐Ÿ‡ฒ".
    
    โšซ๏ธ ๐Ÿ’ช ๐Ÿค™:
    
    ```Python
    oauth2_scheme(some, parameters)
    ```
    
    , โšซ๏ธ ๐Ÿ’ช โš™๏ธ โฎ๏ธ `Depends`.
    
    ### โš™๏ธ โšซ๏ธ
    
    ๐Ÿ”œ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿšถโ€โ™€๏ธ ๐Ÿ‘ˆ `oauth2_scheme` ๐Ÿ”— โฎ๏ธ `Depends`.
    
    {* ../../docs_src/security/tutorial001.py hl[10] *}
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  4. docs/ja/docs/tutorial/cookie-param-models.md

    ใ‚‚ใ—ใ‚ฏใƒฉใ‚คใ‚ขใƒณใƒˆใŒ**ไฝ™ๅˆ†ใชใ‚ฏใƒƒใ‚ญใƒผ**ใ‚’้€ใ‚ใ†ใจใ™ใ‚‹ใจใ€**ใ‚จใƒฉใƒผ**ใƒฌใ‚นใƒใƒณใ‚นใŒ่ฟ”ใ•ใ‚Œใพใ™ใ€‚
    
    <abbr title="ใ“ใ‚Œใ‚‚ใ‚ธใƒงใƒผใ‚ฏใงใ™ใ€‚ๆฐ—ใซใ—ใชใ„ใงใใ ใ•ใ„ใ€‚ใ‚ฏใƒƒใ‚ญใƒผใฎใŠไพ›ใซใ‚ณใƒผใƒ’ใƒผใงใ‚‚้ฃฒใ‚“ใงใใ ใ•ใ„ใ€‚โ˜• ๏ผˆๅŽŸๆ–‡: This is another joke. Don't pay attention to me. Have some coffee for your cookie. โ˜•๏ผ‰">ใฉใ†ใ›APIใซๆ‹’ๅฆใ•ใ‚Œใ‚‹ใฎใซ</abbr>ใ‚ใชใŸใฎๅŒๆ„ใ‚’ๅพ—ใ‚ˆใ†ใจ็ฒพไธ€ๆฏๅŠชๅŠ›ใ™ใ‚‹ๅฏๅ“€ๆƒณใชใ‚ฏใƒƒใ‚ญใƒผใƒใƒŠใƒผใŸใก... ๐Ÿช
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Feb 28 14:21:27 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  5. okhttp/src/commonJvmAndroid/kotlin/okhttp3/CipherSuite.kt

     * [conscrypt_providers]: https://github.com/google/conscrypt/blob/master/common/src/main/java/org/conscrypt/NativeCrypto.java
     */
    class CipherSuite private constructor(
      /**
       * Returns the Java name of this cipher suite. For some older cipher suites the Java name has the
       * prefix `SSL_`, causing the Java name to be different from the instance name which is always
       * prefixed `TLS_`. For example, `TLS_RSA_EXPORT_WITH_RC4_40_MD5.javaName()` is
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 39.9K bytes
    - Viewed (0)
  6. docs/hu/docs/index.md

    ## Vรฉlemรฉnyek
    
    "_[...] I'm using **FastAPI** a ton these days. [...] I'm actually planning to use it for all of my team's **ML services at Microsoft**. Some of them are getting integrated into the core **Windows** product and some **Office** products._"
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 20.2K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/reflect/Types.java

       * unimplemented. So instead we use a dynamic proxy to get an implementation. If the method being
       * called on the {@code TypeVariable} instance has the same name as one of the public methods of
       * {@link TypeVariableImpl}, the proxy calls the same method on its instance of {@code
       * TypeVariableImpl}. Otherwise it throws {@link UnsupportedOperationException}; this should only
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 03 14:03:14 UTC 2025
    - 23.6K bytes
    - Viewed (0)
  8. docs/en/docs/tutorial/security/simple-oauth2.md

    If the passwords don't match, we return the same error.
    
    #### Password hashing { #password-hashing }
    
    "Hashing" means: converting some content (a password in this case) into a sequence of bytes (just a string) that looks like gibberish.
    
    Whenever you pass exactly the same content (exactly the same password) you get exactly the same gibberish.
    
    But you cannot convert from the gibberish back to the password.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  9. doc/godebug.md

    It is also possible to set the default `GODEBUG` for a given program
    (discussed below).
    
    When preparing any change that is permitted by Go 1 compatibility
    but may nonetheless break some existing programs,
    we first engineer the change to keep as many existing programs working as possible.
    For the remaining programs,
    we define a new GODEBUG setting that
    allows individual programs to opt back in to the old behavior.
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Jul 08 18:30:38 UTC 2025
    - 22.9K bytes
    - Viewed (0)
  10. src/test/java/jcifs/util/ServerResponseValidatorTest.java

            ServerResponseValidator.ValidationStats stats = validator.getStats();
            assertEquals(0, stats.getTotalValidations());
            assertEquals(0, stats.getFailedValidations());
    
            // Perform some validations
            try {
                validator.validateBuffer(new byte[100], 50, 200);
            } catch (SmbException e) {
                // Ignore
            }
    
            try {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 14.2K bytes
    - Viewed (0)
Back to top