Search Options

Results per page
Sort
Preferred Languages
Advance

Results 751 - 760 of 1,124 for Turning (0.14 sec)

  1. docs/em/docs/advanced/additional-responses.md

    # ๐ŸŒ– ๐Ÿ“จ ๐Ÿ—„
    
    /// warning
    
    ๐Ÿ‘‰ ๐Ÿ‘ ๐Ÿง โ”.
    
    ๐Ÿšฅ ๐Ÿ‘† โ–ถ๏ธ โฎ๏ธ **FastAPI**, ๐Ÿ‘† ๐Ÿ’ช ๐Ÿšซ ๐Ÿ’ช ๐Ÿ‘‰.
    
    ///
    
    ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ“ฃ ๐ŸŒ– ๐Ÿ“จ, โฎ๏ธ ๐ŸŒ– ๐Ÿ‘” ๐Ÿ“Ÿ, ๐Ÿ”‰ ๐Ÿ†Ž, ๐Ÿ“›, โ™’๏ธ.
    
    ๐Ÿ‘ˆ ๐ŸŒ– ๐Ÿ“จ ๐Ÿ”œ ๐Ÿ”Œ ๐Ÿ—„ ๐Ÿ”—, ๐Ÿ‘ซ ๐Ÿ”œ ๐Ÿ˜‘ ๐Ÿ› ๏ธ ๐Ÿฉบ.
    
    โœ‹๏ธ ๐Ÿ‘ˆ ๐ŸŒ– ๐Ÿ“จ ๐Ÿ‘† โœ”๏ธ โš’ ๐Ÿ’ญ ๐Ÿ‘† ๐Ÿ“จ `Response` ๐Ÿ’– `JSONResponse` ๐Ÿ”—, โฎ๏ธ ๐Ÿ‘† ๐Ÿ‘” ๐Ÿ“Ÿ & ๐ŸŽš.
    
    ## ๐ŸŒ– ๐Ÿ“จ โฎ๏ธ `model`
    
    ๐Ÿ‘† ๐Ÿ’ช ๐Ÿšถโ€โ™€๏ธ ๐Ÿ‘† *โžก ๐Ÿ› ๏ธ ๐Ÿ‘จโ€๐ŸŽจ* ๐Ÿ”ข `responses`.
    
    โšซ๏ธ ๐Ÿ“จ `dict`, ๐Ÿ”‘ ๐Ÿ‘” ๐Ÿ“Ÿ ๐Ÿ”  ๐Ÿ“จ, ๐Ÿ’– `200`, & ๐Ÿ’ฒ ๐ŸŽ `dict`โ“‚ โฎ๏ธ โ„น ๐Ÿ”  ๐Ÿ‘ซ.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  2. CODE_OF_CONDUCT.md

    Project Stewards, Thea Lamkin (******@****.***) and Joana Carrasqueira (******@****.***). The Project Steward will determine whether the Code of Conduct was violated, and will issue an appropriate sanction, possibly including a written warning or expulsion from the project, project sponsored spaces, or project forums. We ask that you make a good-faith effort to resolve your conflict via the conflict resolution policy before submitting a report.
    
    Violations of the Code of Conduct...
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Feb 05 18:43:16 UTC 2021
    - 5.2K bytes
    - Viewed (0)
  3. src/bufio/scan.go

    // there are no more tokens, either by reaching the end of the input or an error.
    // After Scan returns false, the [Scanner.Err] method will return any error that
    // occurred during scanning, except that if it was [io.EOF], [Scanner.Err]
    // will return nil.
    // Scan panics if the split function returns too many empty
    // tokens without advancing the input. This is a common error mode for
    // scanners.
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed May 21 18:05:26 UTC 2025
    - 14.2K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/suggest/concurrent/Deferred.java

                        throw new SuggesterException("Request timeout. time:" + time + " unit:" + unit.name());
                    }
                    if (error != null) {
                        throw new SuggesterException("An error occurred during the deferred computation.", error);
                    }
                    return response;
                } catch (final InterruptedException e) {
                    throw new InterruptedRuntimeException(e);
                }
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Fri Jul 04 14:00:23 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/api/admin/scheduler/ApiAdminSchedulerAction.java

         */
        protected EditBody createEditBody(final ScheduledJob entity) {
            final EditBody body = new EditBody();
            copyBeanToBean(entity, body, op -> op.exclude(Constants.COMMON_CONVERSION_RULE));
            body.running = entity.isRunning();
            return body;
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 10K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/hash/AbstractStreamingHasherTest.java

              // I regard highly unlikely that both the little endianness tests above and this one
              // passes, and there is still a little endianness bug lurking around.
            }
          }
    
          Control control = new Control();
          Hasher controlSink = control.newHasher(1024);
    
          Iterable<Hasher> sinksAndControl =
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  7. mvnw.cmd

    @REM Optional ENV vars
    @REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
    @REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a keystroke before ending
    @REM MAVEN_OPTS - parameters passed to the Java VM when running Maven
    @REM     e.g. to debug Maven itself, use
    @REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
    @REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Oct 14 22:24:15 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  8. docs/ja/docs/tutorial/header-params.md

    ใ‚‚ใ—ใชใ‚“ใ‚‰ใ‹ใฎ็†็”ฑใงใ‚ขใƒณใƒ€ใƒผใ‚นใ‚ณใ‚ขใ‹ใ‚‰ใƒใ‚คใƒ•ใƒณใธใฎ่‡ชๅ‹•ๅค‰ๆ›ใ‚’็„กๅŠนใซใ™ใ‚‹ๅฟ…่ฆใŒใ‚ใ‚‹ๅ ดๅˆใฏใ€`Header`ใฎ`convert_underscores`ใซ`False`ใ‚’่จญๅฎšใ—ใฆใใ ใ•ใ„:
    
    {* ../../docs_src/header_params/tutorial002.py hl[9] *}
    
    /// warning | ๆณจๆ„
    
    `convert_underscores`ใ‚’`False`ใซ่จญๅฎšใ™ใ‚‹ๅ‰ใซใ€HTTPใƒ—ใƒญใ‚ญใ‚ทใ‚„ใ‚ตใƒผใƒใฎไธญใซใฏใ‚ขใƒณใƒ€ใƒผใ‚นใ‚ณใ‚ขใ‚’ๅซใ‚€ใƒ˜ใƒƒใƒ€ใƒผใฎไฝฟ็”จใ‚’่จฑๅฏใ—ใฆใ„ใชใ„ใ‚‚ใฎใŒใ‚ใ‚‹ใ“ใจใซๆณจๆ„ใ—ใฆใใ ใ•ใ„ใ€‚
    
    ///
    
    ## ใƒ˜ใƒƒใƒ€ใƒผใฎ้‡่ค‡
    
    ๅ—ไฟกใ—ใŸใƒ˜ใƒƒใƒ€ใƒผใŒ้‡่ค‡ใ™ใ‚‹ใ“ใจใŒใ‚ใ‚Šใพใ™ใ€‚ใคใพใ‚Šใ€ๅŒใ˜ใƒ˜ใƒƒใƒ€ใƒผใง่ค‡ๆ•ฐใฎๅ€คใ‚’ๆŒใคใจใ„ใ†ใ“ใจใงใ™ใ€‚
    
    ใ“ใ‚Œใ‚‰ใฎๅ ดๅˆใ€ใƒชใ‚นใƒˆใฎๅž‹ๅฎฃ่จ€ใ‚’ไฝฟ็”จใ—ใฆๅฎš็พฉใ™ใ‚‹ใ“ใจใŒใงใใพใ™ใ€‚
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  9. docs/changelogs/changelog_2x.md

        HttpLoggingInterceptor loggingInterceptor = new HttpLoggingInterceptor();
        loggingInterceptor.setLevel(HttpLoggingInterceptor.Level.BASIC);
        client.networkInterceptors().add(loggingInterceptor);
        ```
    
        **Warning:** Avoid `Level.HEADERS` and `Level.BODY` in production because
        they could leak passwords and other authentication credentials to insecure
        logs.
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 26.6K bytes
    - Viewed (0)
  10. docs/changelogs/changelog_4x.md

        the OkHttp version in custom `User-Agent` headers.
    
     *  Fix: Don't crash when running as a plugin in Android Studio Canary 4.1. To enable
        platform-specific TLS features OkHttp must detect whether it's running in a JVM or in Android.
        The upcoming Android Studio runs in a JVM but has classes from Android and that confused OkHttp!
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Apr 17 13:25:31 UTC 2024
    - 25.2K bytes
    - Viewed (0)
Back to top