Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 329 for __attribute (0.11 sec)

  1. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsJobLogCB.java

    public class BsJobLogCB extends EsAbstractConditionBean {
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected BsJobLogCQ _conditionQuery;
        protected BsJobLogCA _conditionAggregation;
        protected HpSpecification _specification;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsRelatedQueryCB.java

    public class BsRelatedQueryCB extends EsAbstractConditionBean {
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected BsRelatedQueryCQ _conditionQuery;
        protected BsRelatedQueryCA _conditionAggregation;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7K bytes
    - Viewed (0)
  3. docs/en/docs/advanced/openapi-webhooks.md

    /// info
    
    Webhooks are available in OpenAPI 3.1.0 and above, supported by FastAPI `0.99.0` and above.
    
    ///
    
    ## 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 Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Oct 28 10:38:23 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractEntity.java

        private static final long serialVersionUID = 1L;
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected DocMeta docMeta;
        protected final EntityUniqueDrivenProperties __uniqueDrivenProperties = newUniqueDrivenProperties();
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/user/cbean/bs/BsUserCB.java

    public class BsUserCB extends EsAbstractConditionBean {
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected BsUserCQ _conditionQuery;
        protected BsUserCA _conditionAggregation;
        protected HpSpecification _specification;
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/bsentity/BsWebConfig.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        /** available */
        protected Boolean available;
    
        /** boost */
        protected Float boost;
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/bsentity/BsElevateWord.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        /** boost */
        protected Float boost;
    
        /** createdBy */
        protected String createdBy;
    
        /** createdTime */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/log/bsentity/BsClickLog.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        /** urlId */
        protected String urlId;
    
        /** docId */
        protected String docId;
    
        /** order */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsScheduledJobCB.java

    public class BsScheduledJobCB extends EsAbstractConditionBean {
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected BsScheduledJobCQ _conditionQuery;
        protected BsScheduledJobCA _conditionAggregation;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebAuthenticationCB.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected BsWebAuthenticationCQ _conditionQuery;
        protected BsWebAuthenticationCA _conditionAggregation;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7.5K bytes
    - Viewed (0)
Back to top