Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 30 of 1,317 for configurationId (0.11 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. 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)
  2. 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)
  3. 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)
  4. docs/ru/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 17:56:20 GMT 2026
    - 10.6K bytes
    - Click Count (0)
  5. docs/zh/docs/advanced/path-operation-advanced-configuration.md

    # 路径操作的高级配置 { #path-operation-advanced-configuration }
    
    ## OpenAPI 的 operationId { #openapi-operationid }
    
    /// warning
    
    如果你并非 OpenAPI 的“专家”,你可能不需要这部分内容。
    
    ///
    
    你可以在 *路径操作* 中通过参数 `operation_id` 设置要使用的 OpenAPI `operationId`。
    
    务必确保每个操作的 `operation_id` 都是唯一的。
    
    {* ../../docs_src/path_operation_advanced_configuration/tutorial001_py310.py hl[6] *}
    
    ### 使用 *路径操作函数* 的函数名作为 operationId { #using-the-path-operation-function-name-as-the-operationid }
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 6.7K bytes
    - Click Count (0)
  6. docs/ja/docs/advanced/path-operation-advanced-configuration.md

    # Path Operationの高度な設定 { #path-operation-advanced-configuration }
    
    ## OpenAPI operationId { #openapi-operationid }
    
    /// warning | 注意
    
    OpenAPIの「エキスパート」でなければ、これはおそらく必要ありません。
    
    ///
    
    *path operation* で `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:07:17 GMT 2026
    - 8.2K bytes
    - Click Count (0)
  7. impl/maven-cli/src/main/resources/META-INF/maven/slf4j-configuration.properties

    Tamas Cservenak <******@****.***> 1731055751 +0100
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Nov 08 08:49:11 GMT 2024
    - 1.3K bytes
    - Click Count (0)
  8. build-logic-settings/configuration-cache-compatibility/src/main/kotlin/gradlebuild.configuration-cache-compatibility.settings.gradle.kts

            tasks.configureEach {
                val task = this
                if (isIncompatible(task)) {
                    task.notCompatibleWithConfigurationCache("Task is not compatible with the configuration cache")
                }
            }
        }
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 26 15:18:40 GMT 2026
    - 3.8K bytes
    - Click Count (0)
  9. src/main/java/org/codelibs/fess/app/service/FileConfigService.java

        }
    
        /**
         * Behavior class for file configuration database operations.
         * Provides access to the file configuration entity operations.
         */
        @Resource
        protected FileConfigBhv fileConfigBhv;
    
        /**
         * Behavior class for file authentication database operations.
         * Manages authentication configurations associated with file configurations.
         */
        @Resource
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 7.4K bytes
    - Click Count (0)
  10. src/main/java/org/codelibs/fess/app/service/FileAuthenticationService.java

            // search
    
        }
    
        /**
         * Retrieves all file authentication configurations associated with a specific file configuration.
         *
         * @param fileConfigId the ID of the file configuration to retrieve authentications for
         * @return a list of file authentication configurations for the specified file configuration
         */
        public List<FileAuthentication> getFileAuthenticationList(final String fileConfigId) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 5.7K bytes
    - Click Count (0)
Back to Top