- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 22 for appendQueryParameter (0.09 seconds)
-
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
/** * Enable or disable appending query parameters to search URLs. * When enabled, additional parameters are added to search result URLs. */ @Size(max = 10) public String appendQueryParameter; /** * Enable or disable login requirement for search access. * When enabled, users must authenticate before performing searches. */ @Size(max = 10)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 15.8K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp
<la:errors property="appendQueryParameter"/> <div class="form-check"> <la:checkbox styleId="appendQueryParameter" styleClass="form-check-input" property="appendQueryParameter"/>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) -
src/test/java/org/codelibs/fess/helper/ViewHelperTest.java
} }); document.put("mimetype", "text/html"); String resultUrl = viewHelper.appendQueryParameter(document, url); assertNotNull(resultUrl); url = "http://example.com/test.html#section"; assertEquals(url, viewHelper.appendQueryParameter(document, url)); } @Test public void test_appendHTMLSearchWord() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 27.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
fessConfig.setDefaultSortValue(form.defaultSortValue); fessConfig.setVirtualHostValue(form.virtualHostValue); fessConfig.setAppendQueryParameter(isCheckboxEnabled(form.appendQueryParameter)); fessConfig.setIgnoreFailureType(form.ignoreFailureType != null ? form.ignoreFailureType : StringUtil.EMPTY); fessConfig.setFailureCountThreshold(form.failureCountThreshold);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 05:54:31 GMT 2026 - 27.2K bytes - Click Count (0) -
src/main/resources/fess_label_en.properties
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 labels.defaultLabelValue=Default Label
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/resources/fess_label_zh_TW.properties
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=預設標籤 labels.designFileName=檔案名稱 labels.incrementalCrawling=檢查上次修改時間
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.5K bytes - Click Count (0) -
src/main/resources/fess_label_ru.properties
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=Метка по умолчанию
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 66.6K bytes - Click Count (0) -
src/main/resources/fess_label_fr.properties
labels.crawlingConfigName=Nom labels.crawlingConfigPath=Chemin à explorer labels.processType=Type de processus labels.parameters=Paramètres labels.designFile=Fichier à téléverser labels.bulkFile=Fichier en vrac labels.appendQueryParameter=Ajouter des paramètres de recherche labels.configId=ID de configuration labels.configParameter=Paramètre de configuration labels.content=Contenu labels.csvFileEncoding=Encodage CSV
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.4K bytes - Click Count (0) -
src/main/resources/fess_label_it.properties
labels.crawlingConfigName=Nome labels.crawlingConfigPath=Percorso da scansionare labels.processType=Tipo di processo labels.parameters=Parametri labels.designFile=File da caricare labels.bulkFile=File di massa labels.appendQueryParameter=Aggiungi parametro di ricerca labels.configId=ID configurazione labels.configParameter=Parametro di configurazione labels.content=Contenuto labels.csvFileEncoding=Codifica CSV
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52K bytes - Click Count (0) -
src/main/resources/fess_label.properties
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 labels.defaultLabelValue=Default Label
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0)