Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 365 for Attribut (0.2 sec)

  1. src/main/java/org/codelibs/fess/app/web/profile/ProfileAction.java

        // ===================================================================================
        // Constant
        //
    
        // ===================================================================================
        // Attribute
        //
        @Resource
        private UserService userService;
    
        // ===================================================================================
        // Hook
        // ======
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 3.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/user/bsentity/BsGroup.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        /** gidNumber */
        protected Long gidNumber;
    
        /** name */
        protected String name;
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 4.3K bytes
    - Viewed (0)
  3. maven-core/src/test/java/org/apache/maven/project/harness/Xpp3DomAttributePointer.java

     * under the License.
     */
    package org.apache.maven.project.harness;
    
    import java.util.Map;
    
    import org.apache.commons.jxpath.ri.QName;
    import org.apache.commons.jxpath.ri.model.NodePointer;
    
    /**
     * An attribute pointer for JXPath to support <code>Xpp3Dom</code>.
     *
     */
    class Xpp3DomAttributePointer extends NodePointer {
    
        private Map.Entry<String, String> attrib;
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 2.2K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/admin/dict/AdminDictAction.java

        public static final String ROLE = "admin-dict";
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        protected DictionaryManager dictionaryManager;
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.8K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/logic/AccessContextLogic.java

    public class AccessContextLogic {
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        private TimeManager timeManager;
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 3.2K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/web/admin/dashboard/AdminDashboardAction.java

        public static final String ROLE = "admin-dashboard";
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
    
        @Resource
        protected SearchEngineApiManager searchEngineApiManager;
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.7K bytes
    - Viewed (0)
  7. src/main/java/jcifs/internal/dtyp/SecurityInfo.java

         */
        public static final int SACL_SECURITY_INFO = 0x8;
    
        /**
         * 
         */
        public static final int LABEL_SECURITY_INFO = 0x10;
    
        /**
         * 
         */
        public static final int ATTRIBUTE_SECURITY_INFO = 0x20;
    
        /**
         * 
         */
        public static final int SCOPE_SECURITY_INFO = 0x40;
    
        /**
         * 
         */
        public static final int BACKUP_SECURITY_INFO = 0x1000;
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 1.5K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/RootAction.java

        //
    
        // ===================================================================================
        //                                                                           Attribute
        //
    
        // ===================================================================================
        //                                                                      Search Execute
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/app/web/api/admin/general/ApiAdminGeneralAction.java

    public class ApiAdminGeneralAction extends FessApiAdminAction {
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        protected DynamicProperties systemProperties;
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.6K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/config/bsentity/BsCrawlingInfo.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        /** createdTime */
        protected Long createdTime;
    
        /** expiredTime */
        protected Long expiredTime;
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5.3K bytes
    - Viewed (0)
Back to top