- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 19 for designFile (0.05 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/design/AdminDesignAction.java
throwValidationError(messages -> messages.addErrorsDesignFileNameIsInvalid("designFile"), this::asListHtml); } } if (StringUtil.isBlank(fileName)) { throwValidationError(messages -> messages.addErrorsDesignFileNameIsNotFound("designFile"), this::asListHtml); } File uploadFile; // normalize filename
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 17.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/design/DesignForm.java
*/ public DesignForm() { // Default constructor with explicit documentation } /** * The multipart file containing the design content to upload. */ public MultipartFormFile designFile; /** * The name of the design file being uploaded. */ public String designFileName; /** * The target file name for the design file. */ public String fileName;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/design/admin_design.jsp
key="labels.design_file"/></label> <div class="form-inline col-sm-9"> <la:errors property="designFile"/> <input type="file" name="designFile" class="form-control-file"/> </div>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Wed Feb 12 20:25:27 UTC 2020 - 11.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/design/UploadForm.java
/** * The multipart file containing design resources to be uploaded. * This can include CSS files, JSP templates, images, or other design assets. */ @Required public MultipartFormFile designFile; /** * The name for the design file being uploaded. * Must not contain invalid file system characters like backslash, colon, asterisk, etc. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.8K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.crawlingThreadCount=Concurrent Crawling Count labels.boost=Boost labels.crawlingConfigName=Name labels.crawlingConfigPath=Path to Crawl labels.processType=Process Type labels.parameters=Parameters labels.designFile=File to Upload labels.bulkFile=Bulk File labels.appendQueryParameter=Append Search Parameters labels.configId=Config ID labels.configParameter=Config Parameter labels.content=Content labels.csvFileEncoding=CSV Encoding
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.cronExpression=排程 labels.dayForCleanup=刪除指定日期之前的文檔 labels.crawlingThreadCount=同時爬網數 labels.boost=提升值 labels.crawlingConfigName=名稱 labels.crawlingConfigPath=要爬網的路徑 labels.processType=處理類型 labels.parameters=參數 labels.designFile=要上傳的檔案 labels.bulkFile=批量檔案 labels.appendQueryParameter=新增搜尋參數 labels.configId=配置ID labels.configParameter=配置參數 labels.content=內容 labels.csvFileEncoding=CSV編碼 labels.defaultLabelValue=預設標籤
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.crawlingThreadCount=Gleichzeitige Crawling-Anzahl labels.boost=Boost labels.crawlingConfigName=Name labels.crawlingConfigPath=Zu crawlender Pfad labels.processType=Prozesstyp labels.parameters=Parameter labels.designFile=Hochzuladende Datei labels.bulkFile=Bulk-Datei labels.appendQueryParameter=Suchparameter anhängen labels.configId=Konfigurations-ID labels.configParameter=Konfigurationsparameter labels.content=Inhalt
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/main/resources/fess_label_pl.properties
labels.boost=Wartość wzmocnienia labels.crawlingConfigName=Nazwa labels.crawlingConfigPath=Ścieżka do indeksowania labels.processType=Typ procesu labels.parameters=Parametry labels.designFile=Plik do przesłania labels.bulkFile=Plik zbiorczy labels.appendQueryParameter=Dodaj parametr wyszukiwania labels.configId=ID konfiguracji labels.configParameter=Parametr konfiguracji labels.content=Zawartość
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.crawlingThreadCount=Número de rastreos simultáneos labels.boost=Valor de impulso labels.crawlingConfigName=Nombre labels.crawlingConfigPath=Ruta a rastrear labels.processType=Tipo de proceso labels.parameters=Parámetros labels.designFile=Archivo a subir labels.bulkFile=Archivo masivo labels.appendQueryParameter=Añadir parámetro de búsqueda labels.configId=ID de configuración labels.configParameter=Parámetro de configuración labels.content=Contenido
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.dayForCleanup=지정일 이전 문서 삭제 labels.crawlingThreadCount=동시 크롤링 수 labels.boost=부스트 값 labels.crawlingConfigName=이름 labels.crawlingConfigPath=크롤링할 경로 labels.processType=처리 종류 labels.parameters=파라미터 labels.designFile=업로드할 파일 labels.bulkFile=벌크 파일 labels.appendQueryParameter=검색 파라미터 추가 labels.configId=설정 ID labels.configParameter=설정 파라미터 labels.content=콘텐츠 labels.csvFileEncoding=CSV 인코딩 labels.defaultLabelValue=기본 라벨
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.1K bytes - Viewed (0)