Search Options

Results per page
Sort
Preferred Languages
Advance

Results 301 - 310 of 556 for attributes (0.1 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/dashboard/AdminDashboardAction.java

        public static final String ROLE = "admin-dashboard";
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
    
        @Resource
        protected SearchEngineApiManager searchEngineApiManager;
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. docs/pt/docs/tutorial/body-nested-models.md

    ```Python
    from typing import List
    
    my_list: List[str]
    ```
    
    Essa é a sintaxe padrão do Python para declarações de tipo.
    
    Use a mesma sintaxe padrão para atributos de modelo com tipos internos.
    
    Portanto, em nosso exemplo, podemos fazer com que `tags` sejam especificamente uma "lista de strings":
    
    
    ```Python hl_lines="14"
    {!../../docs_src/body_nested_models/tutorial002.py!}
    ```
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/admin/dict/AdminDictAction.java

        public static final String ROLE = "admin-dict";
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        protected DictionaryManager dictionaryManager;
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  4. docs/en/docs/tutorial/security/simple-oauth2.md

    ///
    
    ### 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 Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  5. docs/de/docs/advanced/settings.md

    ///
    
    ////
    
    /// info
    
    In Pydantic Version 1 erfolgte die Konfiguration in einer internen Klasse `Config`, in Pydantic Version 2 erfolgt sie in einem Attribut `model_config`. Dieses Attribut akzeptiert ein `dict`. Um automatische Codevervollständigung und Inline-Fehlerberichte zu erhalten, können Sie `SettingsConfigDict` importieren und verwenden, um dieses `dict` zu definieren.
    
    ///
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/web/RootAction.java

        //
    
        // ===================================================================================
        //                                                                           Attribute
        //
    
        // ===================================================================================
        //                                                                      Search Execute
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/web/help/HelpAction.java

        //
    
        // ===================================================================================
        //                                                                           Attribute
        //
    
        // ===================================================================================
        //                                                                               Hook
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/api/admin/joblog/ApiAdminJoblogAction.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        private JobLogService jobLogService;
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/log/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)
  10. src/main/java/org/codelibs/fess/es/config/bsentity/BsLabelType.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        /** createdBy */
        protected String createdBy;
    
        /** createdTime */
        protected Long createdTime;
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top