Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 101 - 102 of 102 for avuto (0.01 seconds)

  1. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                            <la:select styleId="storageType" property="storageType"
                                                       styleClass="form-control">
                                                <la:option value="auto"><la:message key="labels.storage_type_auto"/></la:option>
                                                <la:option value="s3"><la:message key="labels.storage_type_s3"/></la:option>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 83.1K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Type */
        public static final String LABELS_storage_type = "{labels.storage_type}";
    
        /** The key of the message: Auto */
        public static final String LABELS_storage_type_auto = "{labels.storage_type_auto}";
    
        /** The key of the message: S3 */
        public static final String LABELS_storage_type_s3 = "{labels.storage_type_s3}";
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 172.6K bytes
    - Click Count (0)
Back to Top