Search Options

Results per page
Sort
Preferred Languages
Advance

Results 431 - 440 of 692 for token6 (0.06 sec)

  1. doc/go1.17_spec.html

    1. </p>
    2.  
    3. <h3 id="Tokens">Tokens</h3>
    4.  
    5. <p>
    6. Tokens form the vocabulary of the Go language.
    7. There are four classes: <i>identifiers</i>, <i>keywords</i>, <i>operators
    8. and punctuation</i>, and <i>literals</i>. <i>White space</i>, formed from
    9. spaces (U+0020), horizontal tabs (U+0009),
    10. carriage returns (U+000D), and newlines (U+000A),
    11. is ignored except as it separates tokens
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  2. docs/em/docs/tutorial/testing.md

    1.    ├── main.py
    2.    └── test_main.py
    3. ```
    4.  
    5. ➡️ 💬 👈 🔜 📁 `main.py` ⏮️ 👆 **FastAPI** 📱 ✔️ 🎏 **➡ 🛠️**.
    6.  
    7. ⚫️ ✔️ `GET` 🛠️ 👈 💪 📨 ❌.
    8.  
    9. ⚫️ ✔️ `POST` 🛠️ 👈 💪 📨 📚 ❌.
    10.  
    11. 👯‍♂️ *➡ 🛠️* 🚚 `X-Token` 🎚.
    12.  
    13. //// tab | 🐍 3️⃣.6️⃣ &amp; 🔛
    14.  
    15. ```Python
    16. {!> ../../docs_src/app_testing/app_b/main.py!}
    17. ```
    18.  
    19. ////
    20.  
    21. //// tab | 🐍 3️⃣.1️⃣0️⃣ &amp; 🔛
    22.  
    23. ```Python
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  3. cmd/healthcheck-handler.go

    1. if result.HealingDrives > 0 {
    2. w.Header().Set(xhttp.MinIOHealingDrives, strconv.Itoa(result.HealingDrives))
    3. }
    4. if !result.Healthy {
    5. // As a maintenance call we are purposefully asked to be taken
    6. // down, this is for orchestrators to know if we can safely
    7. // take this server down, return appropriate error.
    8. if opts.Maintenance {
    9. writeResponse(w, http.StatusPreconditionFailed, nil, mimeNone)
    10. } else {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Jun 26 07:44:34 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/events/v1/generated.proto

    1. optional string reportingInstance = 5;
    2.  
    3. // action is what action was taken/failed regarding to the regarding object. It is machine-readable.
    4. // This field cannot be empty for new Events and it can have at most 128 characters.
    5. optional string action = 6;
    6.  
    7. // reason is why the action was taken. It is human-readable.
    8. // This field cannot be empty for new Events and it can have at most 128 characters.
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  5. docs/en/docs/tutorial/cors.md

    1. But that will only allow certain types of communication, excluding everything that involves credentials: Cookies, Authorization headers like those used with Bearer Tokens, etc.
    2.  
    3. So, for everything to work correctly, it's better to specify explicitly the allowed origins.
    4.  
    5. ## Use `CORSMiddleware`
    6.  
    7. You can configure it in your **FastAPI** application using the `CORSMiddleware`.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  6. cmd/leak-detect_test.go

    1. "testing.Main(",
    2. "testing.tRunner(",
    3. "testing.tRunner(",
    4. "runtime.goexit",
    5. "created by runtime.gc",
    6. // ignore the snapshot function.
    7. // since the snapshot is taken here the entry will have the current function too.
    8. "pickRelevantGoroutines",
    9. "runtime.MHeap_Scavenger",
    10. "signal.signal_recv",
    11. "sigterm.handler",
    12. "runtime_mcall",
    13. "goroutine in C code",
    14. }
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  7. docs/zh/docs/tutorial/testing.md

    1. .
    2. ├── app
    3.    ├── __init__.py
    4.    ├── main.py
    5.    └── test_main.py
    6. ```
    7.  
    8. 假设现在包含**FastAPI** app的文件 `main.py` 有些其他**路径操作**。
    9.  
    10. 有个 `GET` 操作会返回错误。
    11.  
    12. 有个 `POST` 操作会返回一些错误。
    13.  
    14. 所有*路径操作* 都需要一个`X-Token` 头。
    15.  
    16. //// tab | Python 3.10+
    17.  
    18. ```Python
    19. {!> ../../docs_src/app_testing/app_b_an_py310/main.py!}
    20. ```
    21.  
    22. ////
    23.  
    24. //// tab | Python 3.9+
    25.  
    26. ```Python
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 6K bytes
    - Viewed (0)
  8. compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java

    1. */
    2. // CHECKSTYLE_ON: LineLength
    3. public static void main(String... args) {
    4. System.out.println("Display parameters as parsed by Maven (in canonical form and as a list of tokens) and"
    5. + " comparison result:");
    6. if (args.length == 0) {
    7. return;
    8. }
    9.  
    10. ComparableVersion prev = null;
    11. int i = 1;
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 26K bytes
    - Viewed (0)
  9. docs/ko/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md

    1. *경로 작동 데코레이터*에서 `dependencies` 사용하면 편집기/도구 오류를 피하며 실행되도록 있습니다.
    2.  
    3. 또한 코드에서 사용되지 않는 매개변수를 보고 불필요하다고 생각할 있는 새로운 개발자의 혼란을 방지하는데 도움이 있습니다.
    4.  
    5. ///
    6.  
    7. /// info | "정보"
    8.  
    9. 예시에서 `X-Key` `X-Token`이라는 커스텀 헤더를 만들어 사용했습니다.
    10.  
    11. 그러나 실제로 보안을 구현할 때는 통합된 [보안 유틸리티 (다음 챕터)](../security/index.md){.internal-link target=_blank}를 사용하는 것이 많은 이점을 얻을 있습니다.
    12.  
    13. ///
    14.  
    15. ## 의존성 오류와 값 반환하기
    16.  
    17. 평소에 사용하던대로 같은 의존성 *함수*를 사용할 있습니다.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  10. bin/init.sh

    1. if [[ "${ISTIO_ENVOY_BASE_URL}" != "https://storage.googleapis.com/istio-build/proxy" ]]; then
    2. AUTH_HEADER="Authorization: Bearer $(gcloud auth print-access-token)"
    3. export AUTH_HEADER
    4. fi
    5.  
    6. SIDECAR="${SIDECAR:-envoy}"
    7.  
    8. # OS-neutral vars. These currently only work for linux.
    9. ISTIO_ENVOY_VERSION="${ISTIO_ENVOY_VERSION:-${PROXY_REPO_SHA}}"
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Jan 25 19:11:31 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top