Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 111 - 120 of 549 for Components (0.07 seconds)

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

  1. tests/test_security_api_key_header_description.py

                            "operationId": "read_current_user_users_me_get",
                            "security": [{"APIKeyHeader": []}],
                        }
                    }
                },
                "components": {
                    "securitySchemes": {
                        "APIKeyHeader": {
                            "type": "apiKey",
                            "name": "key",
                            "in": "header",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Feb 08 10:18:38 GMT 2026
    - 2.2K bytes
    - Click Count (0)
  2. tests/test_security_http_digest_description.py

                            "operationId": "read_current_user_users_me_get",
                            "security": [{"HTTPDigest": []}],
                        }
                    }
                },
                "components": {
                    "securitySchemes": {
                        "HTTPDigest": {
                            "type": "http",
                            "scheme": "digest",
                            "description": "HTTPDigest scheme",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Feb 08 10:18:38 GMT 2026
    - 2.5K bytes
    - Click Count (0)
  3. tests/test_security_http_bearer_description.py

                            "operationId": "read_current_user_users_me_get",
                            "security": [{"HTTPBearer": []}],
                        }
                    }
                },
                "components": {
                    "securitySchemes": {
                        "HTTPBearer": {
                            "type": "http",
                            "scheme": "bearer",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Feb 08 10:18:38 GMT 2026
    - 2.5K bytes
    - Click Count (0)
  4. tests/test_security_openid_connect_description.py

                            "operationId": "read_current_user_users_me_get",
                            "security": [{"OpenIdConnect": []}],
                        }
                    }
                },
                "components": {
                    "securitySchemes": {
                        "OpenIdConnect": {
                            "type": "openIdConnect",
                            "openIdConnectUrl": "/openid",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Feb 08 10:18:38 GMT 2026
    - 2.6K bytes
    - Click Count (0)
  5. tests/test_security_oauth2_authorization_code_bearer_scopes_openapi_simple.py

    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Dec 17 21:25:59 GMT 2025
    - 2.6K bytes
    - Click Count (0)
  6. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/PlexusContainerCapsuleFactory.java

            }
            return exportedPackages;
        }
    
        /**
         * Note: overriding this method should be avoided. Preferred way to replace Maven components is the "normal" way
         * where the components are on index (are annotated with JSR330 annotations and Sisu index is created) and, they
         * have priorities set.
         */
        protected Module getCustomModule(C context, CoreExports exports) {
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Jul 03 14:18:26 GMT 2025
    - 14.3K bytes
    - Click Count (0)
  7. api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelProblemCollector.java

     * the fact that the problem reporter has/should not have information about the calling context and hence cannot provide
     * an expressive source hint for the model problem. Instead, the source hint is configured by the model builder before
     * it delegates to other components that potentially encounter problems. Then, the problem reporter can focus on
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Dec 19 14:50:21 GMT 2024
    - 2.9K bytes
    - Click Count (0)
  8. tests/test_security_api_key_cookie.py

                            "operationId": "read_current_user_users_me_get",
                            "security": [{"APIKeyCookie": []}],
                        }
                    }
                },
                "components": {
                    "securitySchemes": {
                        "APIKeyCookie": {"type": "apiKey", "name": "key", "in": "cookie"}
                    }
                },
            }
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Feb 08 10:18:38 GMT 2026
    - 2.1K bytes
    - Click Count (0)
  9. tests/test_security_http_bearer_optional.py

                            "operationId": "read_current_user_users_me_get",
                            "security": [{"HTTPBearer": []}],
                        }
                    }
                },
                "components": {
                    "securitySchemes": {"HTTPBearer": {"type": "http", "scheme": "bearer"}}
                },
            }
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 09:59:14 GMT 2026
    - 2.3K bytes
    - Click Count (0)
  10. tests/test_security_oauth2_authorization_code_bearer_description.py

    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 09:59:14 GMT 2026
    - 2.5K bytes
    - Click Count (0)
Back to Top