Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 41 - 50 of 72 for predefine (0.15 seconds)

  1. ci/official/utilities/setup.sh

    # $TFCI_OUTPUT_DIR/script.log
    exec > >(tee "$TFCI_OUTPUT_DIR/script.log") 2>&1
    
    # Setup tfrun, a helper function for executing steps that can either be run
    # locally or run under Docker. setup_docker.sh, below, redefines it as "docker
    # exec".
    # Important: "tfrun foo | bar" is "( tfrun foo ) | bar", not "tfrun (foo | bar)".
    # Therefore, "tfrun" commands cannot include pipes -- which is
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Jan 09 18:37:25 GMT 2025
    - 6.2K bytes
    - Click Count (0)
  2. internal/grid/README.md

    Therefore, using this for large payloads will likely be slower than using a separate connection,
    and other connections will be blocked while the large payload is being sent.
    
    ## Handlers & Routes
    
    Handlers have a predefined Handler ID.
    In addition, there can be several *static* subroutes used to differentiate between different handlers of the same ID.
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Oct 10 18:57:03 GMT 2025
    - 9.4K bytes
    - Click Count (0)
  3. docs/fr/docs/deployment/manually.md

    ///
    
    ## Concepts de déploiement { #deployment-concepts }
    
    Ces exemples exécutent le programme serveur (par exemple Uvicorn), en démarrant **un seul processus**, à l'écoute sur toutes les IP (`0.0.0.0`) sur un port prédéfini (par exemple `80`).
    
    C'est l'idée de base. Mais vous voudrez probablement vous occuper de certaines choses supplémentaires, comme :
    
    * Sécurité - HTTPS
    * Exécution au démarrage
    * Redémarrages
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 7.4K bytes
    - Click Count (0)
  4. docs/es/docs/tutorial/path-params.md

    {* ../../docs_src/path_params/tutorial003b_py310.py hl[6,11] *}
    
    La primera siempre será utilizada ya que el path coincide primero.
    
    ## Valores predefinidos { #predefined-values }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 9.4K bytes
    - Click Count (0)
  5. docs/pt/docs/tutorial/path-params.md

    {* ../../docs_src/path_params/tutorial003b_py310.py hl[6,11] *}
    
    A primeira sempre será usada, já que o path corresponde primeiro.
    
    ## Valores predefinidos { #predefined-values }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 9.5K bytes
    - Click Count (0)
  6. docs/zh/docs/tutorial/path-params.md

    否则,`/users/{user_id}` 将匹配 `/users/me`,FastAPI 会**认为**正在接收值为 `"me"` 的 `user_id` 参数。
    
    同样,你不能重复定义一个路径操作:
    
    {* ../../docs_src/path_params/tutorial003b_py310.py hl[6,11] *}
    
    由于路径首先匹配,始终会使用第一个定义的。
    
    ## 预设值 { #predefined-values }
    
    路径操作使用 Python 的 <abbr title="Enumeration - 枚举">`Enum`</abbr> 类型接收预设的路径参数。
    
    ### 创建 `Enum` 类 { #create-an-enum-class }
    
    导入 `Enum` 并创建继承自 `str` 和 `Enum` 的子类。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 7.6K bytes
    - Click Count (0)
  7. src/test/java/jcifs/smb/SmbOperationExceptionTest.java

            assertFalse(SmbOperationException.ErrorCode.UNKNOWN_ERROR.isRetryable());
            assertFalse(SmbOperationException.ErrorCode.INTERNAL_ERROR.isRetryable());
        }
    
        @Test
        @DisplayName("Should test predefined retry policies")
        void testPredefinedRetryPolicies() {
            // DEFAULT policy
            SmbOperationException.RetryPolicy defaultPolicy = SmbOperationException.RetryPolicy.DEFAULT;
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 16.1K bytes
    - Click Count (0)
  8. docs/tr/docs/tutorial/path-params.md

    Benzer şekilde, bir path operation'ı yeniden tanımlayamazsınız:
    
    {* ../../docs_src/path_params/tutorial003b_py310.py hl[6,11] *}
    
    Path önce eşleştiği için her zaman ilk olan kullanılır.
    
    ## Ön Tanımlı Değerler { #predefined-values }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 9.7K bytes
    - Click Count (0)
  9. docs/ko/docs/tutorial/path-params.md

    마찬가지로, 경로 처리를 재정의할 수는 없습니다:
    
    {* ../../docs_src/path_params/tutorial003b_py310.py hl[6,11] *}
    
    경로가 먼저 매칭되기 때문에 첫 번째 것이 항상 사용됩니다.
    
    ## 사전정의 값 { #predefined-values }
    
    만약 *경로 매개변수*를 받는 *경로 처리*가 있지만, 가능한 유효한 *경로 매개변수* 값들을 미리 정의하고 싶다면 파이썬 표준 <abbr title="Enumeration - 열거형">`Enum`</abbr>을 사용할 수 있습니다.
    
    ### `Enum` 클래스 생성 { #create-an-enum-class }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 9.9K bytes
    - Click Count (0)
  10. docs/ja/docs/tutorial/query-params.md

    この場合、3つのクエリパラメータがあります。:
    
    * `needy`、必須の `str` 。
    * `skip`、デフォルト値を `0` とする `int` 。
    * `limit`、オプショナルな `int` 。
    
    /// tip | 豆知識
    
    [パスパラメータ](path-params.md#predefined-values)と同様に `Enum` を使用できます。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 5.6K bytes
    - Click Count (0)
Back to Top