Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 333 for __attribute (0.25 sec)

  1. src/main/java/org/codelibs/fess/app/logic/AccessContextLogic.java

            // nothing
        }
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        private TimeManager timeManager;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsBoostDocumentRule.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        /** boostExpr */
        protected String boostExpr;
    
        /** createdBy */
        protected String createdBy;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 6.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsDuplicateHostCB.java

    public class BsDuplicateHostCB extends EsAbstractConditionBean {
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected BsDuplicateHostCQ _conditionQuery;
        protected BsDuplicateHostCA _conditionAggregation;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsRelatedQueryCB.java

    public class BsRelatedQueryCB extends EsAbstractConditionBean {
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected BsRelatedQueryCQ _conditionQuery;
        protected BsRelatedQueryCA _conditionAggregation;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 7K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsElevateWord.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        /** boost */
        protected Float boost;
    
        /** createdBy */
        protected String createdBy;
    
        /** createdTime */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsDataConfigCB.java

    public class BsDataConfigCB extends EsAbstractConditionBean {
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected BsDataConfigCQ _conditionQuery;
        protected BsDataConfigCA _conditionAggregation;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 7.6K bytes
    - Viewed (0)
  7. docs/en/docs/advanced/openapi-webhooks.md

    Webhooks are available in OpenAPI 3.1.0 and above, supported by FastAPI `0.99.0` and above.
    
    ///
    
    ## An app with webhooks { #an-app-with-webhooks }
    
    When you create a **FastAPI** application, there is a `webhooks` attribute that you can use to define *webhooks*, the same way you would define *path operations*, for example with `@app.webhooks.post()`.
    
    {* ../../docs_src/openapi_webhooks/tutorial001.py hl[9:13,36:53] *}
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/api/admin/pathmap/ApiAdminPathmapAction.java

            super();
        }
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
    
        /** Service for managing path mapping configurations */
        @Resource
        private PathMappingService pathMappingService;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/app/web/api/admin/relatedcontent/ApiAdminRelatedcontentAction.java

            super();
        }
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        /** Service for managing related content configurations */
        @Resource
        private RelatedContentService relatedContentService;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 8.4K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsCrawlingInfo.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        /** createdTime */
        protected Long createdTime;
    
        /** expiredTime */
        protected Long expiredTime;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 5.3K bytes
    - Viewed (0)
Back to top