Search Options

Results per page
Sort
Preferred Languages
Advance

Results 891 - 900 of 1,329 for toen (0.02 sec)

  1. docs/en/docs/fastapi-cli.md

    FastAPI CLI takes the path to your Python program (e.g. `main.py`) and automatically detects the `FastAPI` instance (commonly named `app`), determines the correct import process, and then serves it.
    
    For production you would use `fastapi run` instead. πŸš€
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  2. compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultWagonManager.java

                            } catch (ChecksumFailedException e) {
                                // if we also fail to verify based on the MD5 checksum, and the checksum transfer/read
                                // succeeded, then we need to determine whether to retry or handle it as a failure.
                                if (firstRun) {
                                    retry = true;
                                } else {
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sat Apr 05 11:52:05 UTC 2025
    - 29.9K bytes
    - Viewed (0)
  3. android/guava-testlib/src/com/google/common/testing/ForwardingWrapperTester.java

          boolean isPossibleChainingCall = interfaceType.isAssignableFrom(method.getReturnType());
          try {
            Object actualReturnValue = method.invoke(wrapper, passedArgs);
            // If we think this might be a 'chaining' call then we allow the return value to either
            // be the wrapper or the returnValue.
            if (!isPossibleChainingCall || wrapper != actualReturnValue) {
              assertEquals(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 9.1K bytes
    - Viewed (0)
  4. api/go1.25.txt

    pkg go/ast, func PackageExports //deprecated #73088
    pkg go/ast, func PreorderStack(Node, []Node, func(Node, []Node) bool) #73319
    pkg go/ast, type MergeMode //deprecated #73088
    pkg go/parser, func ParseDir //deprecated #71122
    pkg go/token, method (*FileSet) AddExistingFiles(...*File) #73205
    pkg go/types, const FieldVar = 6 #70250
    pkg go/types, const FieldVar VarKind #70250
    pkg go/types, const LocalVar = 2 #70250
    pkg go/types, const LocalVar VarKind #70250
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Jun 02 16:09:57 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/CompactHashMap.java

      // hashcode of 0x89abcdef. The imaginary `hash` value would then be the remaining top 25 bits,
      // 0x89abcd80. To this is added (or'd) the `next` value, which is an index within `entries`
      // (and therefore within `keys` and `values`) of another entry that has the same short hash
      // value. In our example, it would be another entry for a key whose short hash is also 0x6f.
      //
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 35.7K bytes
    - Viewed (0)
  6. docs/ko/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md

    *경둜 μž‘λ™ λ°μ½”λ ˆμ΄ν„°*μ—μ„œ `dependencies`λ₯Ό μ‚¬μš©ν•˜λ©΄ νŽΈμ§‘κΈ°/도ꡬ 였λ₯˜λ₯Ό ν”Όν•˜λ©° μ‹€ν–‰λ˜λ„λ‘ ν•  수 μžˆμŠ΅λ‹ˆλ‹€.
    
    λ˜ν•œ μ½”λ“œμ—μ„œ μ‚¬μš©λ˜μ§€ μ•ŠλŠ” λ§€κ°œλ³€μˆ˜λ₯Ό 보고 λΆˆν•„μš”ν•˜λ‹€κ³  생각할 수 μžˆλŠ” μƒˆλ‘œμš΄ 개발자의 ν˜Όλž€μ„ λ°©μ§€ν•˜λŠ”λ° 도움이 될 수 μžˆμŠ΅λ‹ˆλ‹€.
    
    ///
    
    /// info | 정보
    
    이 μ˜ˆμ‹œμ—μ„œ `X-Key`와 `X-Token`μ΄λΌλŠ” μ»€μŠ€ν…€ 헀더λ₯Ό λ§Œλ“€μ–΄ μ‚¬μš©ν–ˆμŠ΅λ‹ˆλ‹€.
    
    κ·ΈλŸ¬λ‚˜ μ‹€μ œλ‘œ λ³΄μ•ˆμ„ κ΅¬ν˜„ν•  λ•ŒλŠ” ν†΅ν•©λœ [λ³΄μ•ˆ μœ ν‹Έλ¦¬ν‹° (λ‹€μŒ 챕터)](../security/index.md){.internal-link target=_blank}λ₯Ό μ‚¬μš©ν•˜λŠ” 것이 더 λ§Žμ€ 이점을 얻을 수 μžˆμŠ΅λ‹ˆλ‹€.
    
    ///
    
    ## μ˜μ‘΄μ„± 였λ₯˜μ™€ κ°’ λ°˜ν™˜ν•˜κΈ°
    
    ν‰μ†Œμ— μ‚¬μš©ν•˜λ˜λŒ€λ‘œ 같은 μ˜μ‘΄μ„± *ν•¨μˆ˜*λ₯Ό μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  7. LICENSE

          cross-claim or counterclaim in a lawsuit) alleging that the Work
          or a Contribution incorporated within the Work constitutes direct
          or contributory patent infringement, then any patent licenses
          granted to You under this License for that Work shall terminate
          as of the date such litigation is filed.
    
       4. Redistribution. You may reproduce and distribute copies of the
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Nov 29 17:31:56 UTC 2021
    - 13.3K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

            "R0.50");
    
        limiter.setRate(Double.POSITIVE_INFINITY);
        limiter.acquire();
        limiter.acquire();
        limiter.acquire();
        assertEvents("R0.50", "R0.00", "R0.00"); // we repay the last request (.5sec), then back to +oo
      }
    
      /** https://github.com/google/guava/issues/1791 */
      public void testInfinity_bustyTimeElapsed() {
        RateLimiter limiter = RateLimiter.create(Double.POSITIVE_INFINITY, stopwatch);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 21.9K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/reflect/TypeResolver.java

       * {@code actual}.
       *
       * <p>For example, if {@code formal} is a {@code TypeVariable T}, and {@code actual} is {@code
       * String.class}, then {@code new TypeResolver().where(formal, actual)} will {@linkplain
       * #resolveType resolve} {@code ParameterizedType List<T>} to {@code List<String>}, and resolve
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 03 14:03:14 UTC 2025
    - 24.2K bytes
    - Viewed (0)
  10. guava-tests/benchmark/com/google/common/util/concurrent/MonitorBasedArrayBlockingQueue.java

      /**
       * Creates an {@code MonitorBasedArrayBlockingQueue} with the given (fixed) capacity and the
       * specified access policy.
       *
       * @param capacity the capacity of this queue
       * @param fair if {@code true} then queue accesses for threads blocked on insertion or removal,
       *     are processed in FIFO order; if {@code false} the access order is unspecified.
       * @throws IllegalArgumentException if {@code capacity} is less than 1
       */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 18:46:00 UTC 2025
    - 22.4K bytes
    - Viewed (0)
Back to top