Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 40 of 1,571 for configurator (0.07 seconds)

  1. docs/zh-hant/docs/tutorial/path-operation-configuration.md

    ///
    
    <img src="/img/tutorial/path-operation-configuration/image03.png">
    
    ## 將「路徑操作」標記為已棄用 { #deprecate-a-path-operation }
    
    若需要將「路徑操作」標記為 <dfn title="已過時,建議不要再使用">已棄用</dfn>,但不移除它,請傳入參數 `deprecated`:
    
    {* ../../docs_src/path_operation_configuration/tutorial006_py310.py hl[16] *}
    
    在互動式文件中,它會被清楚標示為已棄用:
    
    <img src="/img/tutorial/path-operation-configuration/image04.png">
    
    比較已棄用與未棄用的「路徑操作」在文件中的呈現:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 3.8K bytes
    - Click Count (0)
  2. compat/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-child.xml

        </mailingList-->
      </mailingLists>
    
      <build>
        <plugins>
          <plugin>
            <groupId>inheritance.configuration</groupId>
            <artifactId>default</artifactId>
            <version>3.0</version>
            <configuration>
              <defaults>
                <parent>child</parent>
                <child>child</child>
              </defaults>
              <appends combine.children="append">
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 2K bytes
    - Click Count (0)
  3. docs/fr/docs/advanced/path-operation-advanced-configuration.md

    # Configuration avancée des chemins d'accès { #path-operation-advanced-configuration }
    
    ## ID d’opération OpenAPI { #openapi-operationid }
    
    /// warning | Alertes
    
    Si vous n’êtes pas un « expert » d’OpenAPI, vous n’en avez probablement pas besoin.
    
    ///
    
    Vous pouvez définir l’OpenAPI `operationId` à utiliser dans votre chemin d’accès avec le paramètre `operation_id`.
    
    Vous devez vous assurer qu’il est unique pour chaque opération.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 8K bytes
    - Click Count (0)
  4. docs/en/docs/advanced/path-operation-advanced-configuration.md

    # Path Operation Advanced Configuration { #path-operation-advanced-configuration }
    
    ## OpenAPI operationId { #openapi-operationid }
    
    /// warning
    
    If you are not an "expert" in OpenAPI, you probably don't need this.
    
    ///
    
    You can set the OpenAPI `operationId` to be used in your *path operation* with the parameter `operation_id`.
    
    You would have to make sure that it is unique for each operation.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 7.1K bytes
    - Click Count (0)
  5. docs/de/docs/advanced/path-operation-advanced-configuration.md

    # Fortgeschrittene Konfiguration der Pfadoperation { #path-operation-advanced-configuration }
    
    ## OpenAPI operationId { #openapi-operationid }
    
    /// warning | Achtung
    
    Wenn Sie kein „Experte“ für OpenAPI sind, brauchen Sie dies wahrscheinlich nicht.
    
    ///
    
    Mit dem Parameter `operation_id` können Sie die OpenAPI `operationId` festlegen, die in Ihrer *Pfadoperation* verwendet werden soll.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 8.2K bytes
    - Click Count (0)
  6. docs/uk/docs/advanced/path-operation-advanced-configuration.md

    # Додаткова конфігурація операцій шляху { #path-operation-advanced-configuration }
    
    ## OpenAPI operationId { #openapi-operationid }
    
    /// warning | Попередження
    
    Якщо ви не «експерт» з OpenAPI, імовірно, вам це не потрібно.
    
    ///
    
    Ви можете встановити OpenAPI `operationId`, який буде використано у вашій *операції шляху*, за допомогою параметра `operation_id`.
    
    Потрібно переконатися, що він унікальний для кожної операції.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 10.3K bytes
    - Click Count (0)
  7. docs/pt/docs/advanced/path-operation-advanced-configuration.md

    # Configuração Avançada da Operação de Rota { #path-operation-advanced-configuration }
    
    ## operationId do OpenAPI { #openapi-operationid }
    
    /// warning | Atenção
    
    Se você não é um "especialista" no OpenAPI, você provavelmente não precisa disso.
    
    ///
    
    Você pode definir o `operationId` do OpenAPI que será utilizado na sua *operação de rota* com o parâmetro `operation_id`.
    
    Você deveria ter certeza que ele é único para cada operação.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 7.8K bytes
    - Click Count (0)
  8. docs/tr/docs/advanced/path-operation-advanced-configuration.md

    # Path Operation İleri Düzey Yapılandırma { #path-operation-advanced-configuration }
    
    ## OpenAPI operationId { #openapi-operationid }
    
    /// warning | Uyarı
    
    OpenAPI konusunda "uzman" değilseniz, muhtemelen buna ihtiyacınız yok.
    
    ///
    
    *path operation*’ınızda kullanılacak OpenAPI `operationId` değerini `operation_id` parametresiyle ayarlayabilirsiniz.
    
    Bunun her operation için benzersiz olduğundan emin olmanız gerekir.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 7.5K bytes
    - Click Count (0)
  9. docs/zh-hant/docs/advanced/path-operation-advanced-configuration.md

    # 路徑操作進階設定 { #path-operation-advanced-configuration }
    
    ## OpenAPI operationId { #openapi-operationid }
    
    /// warning
    
    如果你不是 OpenAPI 的「專家」,大概不需要這個。
    
    ///
    
    你可以用參數 `operation_id` 為你的*路徑操作(path operation)*設定要使用的 OpenAPI `operationId`。
    
    你必須確保每個操作的 `operationId` 都是唯一的。
    
    {* ../../docs_src/path_operation_advanced_configuration/tutorial001_py310.py hl[6] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 6.5K bytes
    - Click Count (0)
  10. docs/ko/docs/advanced/path-operation-advanced-configuration.md

    # 경로 처리 고급 구성 { #path-operation-advanced-configuration }
    
    ## OpenAPI operationId { #openapi-operationid }
    
    /// warning | 경고
    
    OpenAPI “전문가”가 아니라면, 아마 이 내용은 필요하지 않을 것입니다.
    
    ///
    
    매개변수 `operation_id`를 사용해 *경로 처리*에 사용할 OpenAPI `operationId`를 설정할 수 있습니다.
    
    각 작업마다 고유하도록 보장해야 합니다.
    
    {* ../../docs_src/path_operation_advanced_configuration/tutorial001_py310.py hl[6] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 7.6K bytes
    - Click Count (0)
Back to Top