Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 165 for storage (0.23 sec)

  1. src/main/resources/fess_message.properties

    errors.property_type_date={0} should be date.
    
    errors.storage_file_upload_failure=Failed to upload {0}.
    errors.storage_file_not_found=The target file is not found in Storage.
    errors.storage_file_download_failure=Failed to download {0}.
    errors.storage_access_error=Storage access error: {0}
    errors.storage_no_upload_file=Upload file is required.
    errors.storage_directory_name_is_invalid=Directory name is invalid.
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Mar 18 03:05:44 GMT 2023
    - 12.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java

        /** The path of the HTML: /admin/storage/admin_storage.jsp */
        HtmlNext path_AdminStorage_AdminStorageJsp = new HtmlNext("/admin/storage/admin_storage.jsp");
    
        /** The path of the HTML: /admin/storage/admin_storage_tag_edit.jsp */
        HtmlNext path_AdminStorage_AdminStorageTagEditJsp = new HtmlNext("/admin/storage/admin_storage_tag_edit.jsp");
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 26.4K bytes
    - Viewed (2)
  3. src/main/resources/fess_label_fr.properties

    labels.crud_button_install	=	Installer
    labels.storage_configuration	=	Stockage
    labels.storage_name	=	Nom
    labels.storage_size	=	Taille
    labels.storage_last_modified	=	Dernière modification
    labels.storage_upload_file	=	Fichier uploadé
    labels.storage_button_upload	=	Télécharger
    labels.storage_bucket_name	=	Nom du compartiment
    labels.storage_file	=	Déposer
    labels.storage_folder_name	=	Nom de dossier
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_de.properties

    labels.crud_button_install=Installieren
    labels.storage_configuration=Speicherplatz
    labels.storage_name=Name
    labels.storage_size=Größe
    labels.storage_last_modified=Letzte Änderung
    labels.storage_upload_file=Datei hochladen
    labels.storage_button_upload=Upload
    labels.storage_bucket_name=Bucket-Name
    labels.storage_file=Datei
    labels.storage_folder_name=Ordnername
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/Constants.java

        public static final String STORAGE_ENDPOINT = "storage.endpoint";
    
        public static final String STORAGE_ACCESS_KEY = "storage.accesskey";
    
        public static final String STORAGE_SECRET_KEY = "storage.secretkey";
    
        public static final String STORAGE_BUCKET = "storage.bucket";
    
        public static final String MAPPING_TYPE_ARRAY = "array";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.4K bytes
    - Viewed (0)
  6. src/main/resources/fess_config.properties

    online.help.name.accesstoken=accesstoken
    online.help.name.suggest=suggest
    online.help.name.searchlog=searchlog
    online.help.name.maintenance=maintenance
    online.help.name.plugin=plugin
    online.help.name.storage=storage
    
    online.help.supported.langs=ja
    
    # ----------------------------------------------------------
    #                                                      Forum
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  7. src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java

            if (path.startsWith("http:") || path.startsWith("https:") || path.startsWith("smb:") || path.startsWith("smb1:")
                    || path.startsWith("ftp:") || path.startsWith("storage:")) {
                return path;
            }
    
            if (path.startsWith("www.")) {
                return "http://" + path;
            }
    
            if (path.startsWith("//")) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 12.7K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp

    						</a>
    					</li>
    					</c:if>
    					<c:if test="${fe:permission('admin-storage-view') and storageEnabled.booleanValue()}">
    					<li class="nav-item">
    						<a href="${fe:url('/admin/storage/')}" class="nav-link <c:if test="${param.menuType=='storage'}">active</c:if>">
    							<em class='fa fa-genderless nav-icon'>
    							<p><la:message key="labels.menu_storage" /></p>
    						</a>
    					</li>
    					</c:if>
    				</ul>
    			</li>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 15 20:55:28 GMT 2021
    - 17.8K bytes
    - Viewed (0)
  9. README.md

    You can register crawling targets in the Admin UI on the (Web, File, Data Store) crawler configuration pages, and then start the Crawler manually on the [Scheduler page](https://fess.codelibs.org/14.12/admin/scheduler-guide.html).
    
    ## Migration from another search provider
    
    Please see [MIGRATION.md](MIGRATION.md).
    
    ## Data Store
    
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sun Feb 25 00:40:07 GMT 2024
    - 7.6K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. plugin */
        String ONLINE_HELP_NAME_PLUGIN = "online.help.name.plugin";
    
        /** The key of the configuration. e.g. storage */
        String ONLINE_HELP_NAME_STORAGE = "online.help.name.storage";
    
        /** The key of the configuration. e.g. ja */
        String ONLINE_HELP_SUPPORTED_LANGS = "online.help.supported.langs";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
Back to top