Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 592 for attribute (0.24 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbConstants.java

        // file attribute encoding
        static final int ATTR_READONLY   = 0x01;
        static final int ATTR_HIDDEN     = 0x02;
        static final int ATTR_SYSTEM     = 0x04;
        static final int ATTR_VOLUME     = 0x08;
        static final int ATTR_DIRECTORY  = 0x10;
        static final int ATTR_ARCHIVE    = 0x20;
    
        // extended file attribute encoding(others same as above)
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 8.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/osdd/OsddAction.java

        //
    
        // ===================================================================================
        //                                                                           Attribute
        //
    
        // ===================================================================================
        //                                                                               Hook
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 1.9K bytes
    - Viewed (0)
  3. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/model/ExtraAttributeDoc.groovy

        ExtraAttributeDoc(Element titleCell, Element valueCell) {
            this.titleCell = titleCell
            this.valueCell = valueCell
        }
    
        @Override
        String toString() {
            return "attribute[key: $key, value: $valueCell.textContent]"
        }
    
        String getKey() {
            return titleCell.textContent
        }
    
        List<Node> getTitle() {
            return titleCell.childNodes.collect { it }
        }
    
    Groovy
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 1.3K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/error/ErrorAction.java

        //
    
        // ===================================================================================
        //                                                                           Attribute
        //
    
        // ===================================================================================
        //                                                                      Search Execute
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 1.6K bytes
    - Viewed (0)
  5. migrator/index.go

    }
    
    // Unique returns whether the index is unique or not.
    func (idx Index) Unique() (unique bool, ok bool) {
    	return idx.UniqueValue.Bool, idx.UniqueValue.Valid
    }
    
    // Option return the optional attribute of the index
    func (idx Index) Option() string {
    	return idx.OptionValue
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Tue Apr 11 02:32:46 GMT 2023
    - 1023 bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/reflect/ClassPath.java

    @ElementTypesAreNonnullByDefault
    public final class ClassPath {
      private static final Logger logger = Logger.getLogger(ClassPath.class.getName());
    
      /** Separator for the Class-Path manifest attribute value in jar files. */
      private static final Splitter CLASS_PATH_ATTRIBUTE_SEPARATOR =
          Splitter.on(" ").omitEmptyStrings();
    
      private static final String CLASS_FILE_NAME_EXTENSION = ".class";
    
      private final ImmutableSet<ResourceInfo> resources;
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Jan 05 17:43:40 GMT 2022
    - 24.9K bytes
    - Viewed (1)
  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/mylasta/direction/sponsor/FessTimeResourceProvider.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected final FessConfig fessConfig;
    
        // ===================================================================================
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.5K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/app/web/error/ErrorSystemerrorAction.java

        //
    
        // ===================================================================================
        //                                                                           Attribute
        //
    
        // ===================================================================================
        //                                                                      Search Execute
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 1.6K bytes
    - Viewed (0)
  10. 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 Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.8K bytes
    - Viewed (0)
Back to top