Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 333 for __attribute (0.15 sec)

  1. docs/en/docs/tutorial/extra-models.md

    As code duplication increments the chances of bugs, security issues, code desynchronization issues (when you update in one place but not in the others), etc.
    
    And these models are all sharing a lot of the data and duplicating attribute names and types.
    
    We could do better.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 7.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/api/admin/suggest/ApiAdminSuggestAction.java

            super();
        }
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        /** The suggest helper for managing suggest functionality. */
        @Resource
        protected SuggestHelper suggestHelper;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  3. docs/en/docs/tutorial/security/simple-oauth2.md

    ///
    
    ### Use the form data { #use-the-form-data }
    
    /// tip
    
    The instance of the dependency class `OAuth2PasswordRequestForm` won't have an attribute `scope` with the long string separated by spaces, instead, it will have a `scopes` attribute with the actual list of strings for each scope sent.
    
    We are not using `scopes` in this example, but the functionality is there if you need it.
    
    ///
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsThumbnailQueue.java

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

    public class BsCrawlingInfoCB extends EsAbstractConditionBean {
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected BsCrawlingInfoCQ _conditionQuery;
        protected BsCrawlingInfoCA _conditionAggregation;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/opensearch/log/cbean/bs/BsFavoriteLogCB.java

    public class BsFavoriteLogCB extends EsAbstractConditionBean {
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected BsFavoriteLogCQ _conditionQuery;
        protected BsFavoriteLogCA _conditionAggregation;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

                    .get(stream -> stream.filter(StringUtil::isNotBlank).anyMatch(s -> s.equals(name)));
        }
    
        String getLdapAdminUserObjectClasses();
    
        default Attribute getLdapAdminUserObjectClassAttribute() {
            final Attribute oc = new BasicAttribute("objectClass");
            split(getLdapAdminUserObjectClasses(), ",").of(stream -> stream.filter(StringUtil::isNotBlank).forEach(s -> oc.add(s.trim())));
            return oc;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 86.5K bytes
    - Viewed (0)
  8. doc/initial/6-stdlib/99-minor/0-heading.md

    classifies the variable (package-level, local, receiver, parameter,
    result, or struct field). See issue #70250.
    
    Callers of `NewVar` or `NewParam` are encouraged to call `Var.SetKind`
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Mar 05 18:21:15 UTC 2025
    - 387 bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsRoleType.java

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

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected BsBoostDocumentRuleCQ _conditionQuery;
        protected BsBoostDocumentRuleCA _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)
Back to top