Search Options

Results per page
Sort
Preferred Languages
Advance

Results 231 - 240 of 329 for __attribute (0.09 sec)

  1. src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java

                attributes.put("jwtclaim", jwtClaim);
                attributes.put("jwtsign", jwtSigniture);
    
                if (logger.isDebugEnabled()) {
                    logger.debug("attribute: {}", attributes);
                }
                parseJwtClaim(jwtClaim, attributes);
    
                return new OpenIdConnectCredential(attributes);
            } catch (final IOException e) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/reflect/ClassPath.java

     * @since 14.0
     */
    @ElementTypesAreNonnullByDefault
    public final class ClassPath {
      private static final Logger logger = Logger.getLogger(ClassPath.class.getName());
    
      /** Separator for the Class-Path manifest attribute value in jar files. */
      private static final Splitter CLASS_PATH_ATTRIBUTE_SEPARATOR =
          Splitter.on(" ").omitEmptyStrings();
    
      private static final String CLASS_FILE_NAME_EXTENSION = ".class";
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Jan 05 17:43:40 UTC 2022
    - 24.9K bytes
    - Viewed (0)
  3. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    // and should assume that any attribute may be empty, invalid, or under
    // defined.
    message StatusDetails {
      // The name attribute of the resource associated with the status StatusReason
      // (when there is a single name which can be described).
      // +optional
      optional string name = 1;
    
      // The group attribute of the resource associated with the status StatusReason.
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/admin/fileauth/AdminFileauthAction.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        private FileAuthenticationService fileAuthenticationService;
        @Resource
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/admin/reqheader/AdminReqheaderAction.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        private RequestHeaderService requestHeaderService;
        @Resource
        private ReqHeaderPager reqHeaderPager;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  6. fastapi/encoders.py

            bool,
            Doc(
                """
                Pydantic's `by_alias` parameter, passed to Pydantic models to define if
                the output should use the alias names (when provided) or the Python
                attribute names. In an API, if you set an alias, it's probably because you
                want to use it in the result, so you probably want to leave this set to
                `True`.
                """
            ),
        ] = True,
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Apr 18 21:56:59 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/web/admin/user/AdminUserAction.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        private UserService userService;
        @Resource
        private RoleService roleService;
        @Resource
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionBean.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected final SqlClause _sqlClause = new EsSqlClause(asTableDbName());
        protected int _safetyMaxResultSize;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  9. fastapi/applications.py

                    This is not passed as a parameter to the `FastAPI` class to avoid
                    giving the false idea that FastAPI would generate a different OpenAPI
                    schema. It is only available as an attribute.
    
                    **Example**
    
                    ```python
                    from fastapi import FastAPI
    
                    app = FastAPI()
    
                    app.openapi_version = "3.0.2"
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Aug 17 04:52:31 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionBean.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected final SqlClause _sqlClause = new EsSqlClause(asTableDbName());
        protected int _safetyMaxResultSize;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 17.8K bytes
    - Viewed (0)
Back to top