Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 36 for Storage (0.24 sec)

  1. src/main/webapp/WEB-INF/view/admin/storage/admin_storage.jsp

                                                    <th><la:message key="labels.storage_name"/></th>
                                                    <th style="width: 10%"><la:message key="labels.storage_size"/></th>
                                                    <th style="width: 15%"><la:message
                                                            key="labels.storage_last_modified"/></th>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu May 26 01:48:41 GMT 2022
    - 20.4K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/storage/admin_storage_tag_edit.jsp

    			<jsp:param name="menuCategoryType" value="system" />
    			<jsp:param name="menuType" value="storage" />
    		</jsp:include>
    		<div class="content-wrapper">
    			<div class="content-header">
    				<div class="container-fluid">
    					<div class="row mb-2">
    						<div class="col-sm-6">
    							<h1>
    								<la:message key="labels.storage_configuration" />
    							</h1>
    						</div>
    						<div class="col-sm-6">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu May 26 01:48:41 GMT 2022
    - 4.4K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_ja.properties

    labels.crud_button_install=インストール
    labels.storage_configuration=ストレージ
    labels.storage_name=名前
    labels.storage_size=サイズ
    labels.storage_last_modified=最終更新日時
    labels.storage_upload_file=ファイルのアップロード
    labels.storage_button_upload=アップロード
    labels.storage_bucket_name=バケット名
    labels.storage_file=ファイル
    labels.storage_folder_name=フォルダ名
    labels.storage_button_download=ダウンロード
    labels.storage_button_tags=タグ
    labels.storage_title_tag=タグ:
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  4. src/main/java/org/codelibs/fess/app/web/admin/storage/TagForm.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.admin.storage;
    
    import java.util.HashMap;
    import java.util.Map;
    
    import javax.validation.constraints.Size;
    
    import org.apache.logging.log4j.core.config.plugins.validation.constraints.Required;
    
    public class TagForm {
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 1K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/go/GoAction.java

        }
    
        protected boolean isFileSystemPath(final String url) {
            return url.startsWith("file:") || url.startsWith("smb:") || url.startsWith("smb1:") || url.startsWith("ftp:")
                    || url.startsWith("storage:");
        }
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 6.9K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/web/api/admin/storage/ApiAdminStorageAction.java

     */
    package org.codelibs.fess.app.web.api.admin.storage;
    
    import static org.codelibs.fess.app.web.admin.storage.AdminStorageAction.convertToItem;
    import static org.codelibs.fess.app.web.admin.storage.AdminStorageAction.decodePath;
    import static org.codelibs.fess.app.web.admin.storage.AdminStorageAction.deleteObject;
    import static org.codelibs.fess.app.web.admin.storage.AdminStorageAction.downloadObject;
    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)
  7. src/main/resources/fess_label_ru.properties

    labels.crud_button_install=Install
    labels.storage_configuration=Storage
    labels.storage_name=Name
    labels.storage_size=Size
    labels.storage_last_modified=Last Modified
    labels.storage_upload_file=Upload File
    labels.storage_button_upload=Upload
    labels.storage_bucket_name=Bucket Name
    labels.storage_file=File
    labels.storage_folder_name=Folder Name
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        public static final String ERRORS_storage_file_upload_failure = "{errors.storage_file_upload_failure}";
    
        /** The key of the message: The target file is not found in Storage. */
        public static final String ERRORS_storage_file_not_found = "{errors.storage_file_not_found}";
    
        /** The key of the message: Failed to download {0}. */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 119.9K bytes
    - Viewed (0)
  9. src/main/resources/fess_message_ja.properties

    errors.property_type_date={0}は日付です。
    
    errors.storage_file_upload_failure={0} のアップロードに失敗しました。
    errors.storage_file_not_found=対象のファイルはストレージ内にありません。
    errors.storage_file_download_failure={0} のダウンロードに失敗しました。
    errors.storage_access_error=ストレージアクセスエラー: {0}
    errors.storage_no_upload_file=アップロードするファイルを指定してください。
    errors.storage_directory_name_is_invalid=ディレクトリ名が正しくありません。
    errors.storage_tags_update_failure={0}のタグの更新に失敗しました。
    
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Mar 18 03:05:44 GMT 2023
    - 15.1K bytes
    - Viewed (0)
  10. 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)
Back to top