Search Options

Results per page
Sort
Preferred Languages
Advance

Results 471 - 480 of 556 for attributes (0.07 sec)

  1. 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)
  2. 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)
  3. docs/fr/docs/tutorial/body-multiple-params.md

    ///
    
    ## Paramètres multiples du body
    
    Dans l'exemple précédent, les opérations de routage attendaient un body JSON avec les attributs d'un `Item`, par exemple :
    
    ```JSON
    {
        "name": "Foo",
        "description": "The pretender",
        "price": 42.0,
        "tax": 3.2
    }
    ```
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java

        // ===================================================================================
        //                                                                           Attribute
        //
    
        @Resource
        protected SearchEngineClient searchEngineClient;
    
        // ===================================================================================
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 14K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/web/admin/badword/AdminBadwordAction.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        private BadWordService badWordService;
        @Resource
        private BadWordPager badWordPager;
        @Resource
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/admin/accesstoken/AdminAccesstokenAction.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        private AccessTokenService accessTokenService;
        @Resource
        private AccessTokenPager accessTokenPager;
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/app/web/admin/labeltype/AdminLabeltypeAction.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        private LabelTypeService labelTypeService;
        @Resource
        private LabelTypePager labelTypePager;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  10. build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java

            rewritten = rewritten.replaceAll("(gradle/[a-zA-Z\\-_]+)#(\\d+)", "<a href=\"https://github.com/$1/issues/$2\">$0</a>");
            
            // Replace YouTube references by embedded videos, ?si= attribute is a must
            // E.g. @youtube(Summary,UN0AFCLASZA?si=9aG5tDzj6nL1_IKT&start=371)@ => https://www.youtube.com/embed/UN0AFCLASZA?si=9aG5tDzj6nL1_IKT&amp;start=371"
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Thu Oct 03 05:02:20 UTC 2024
    - 9.9K bytes
    - Viewed (0)
Back to top