- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 23 for appendQueryParameter (1.68 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/general/MailForm.java
public String webApiJson; /** The default label value setting. */ public String defaultLabelValue; /** The append query parameter setting. */ public String appendQueryParameter; /** The login required setting. */ public String loginRequired; /** The ignore failure type setting. */ public String ignoreFailureType; /** The failure count threshold setting. */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.6K bytes - Viewed (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); fessConfig.setFailureCountThreshold(form.failureCountThreshold); fessConfig.setWebApiPopularWord(isCheckboxEnabled(form.popularWord));
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 14.4K bytes - Viewed (0) -
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)Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.6K bytes - Viewed (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"/>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 42.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
} else if (url.startsWith("file:")) { // file, smb/ftp->http url = updateFileProtocol(url); if (encodeUrlLink) { return appendQueryParameter(document, url); } // decode if (!isSmbOrFtpUrl) { // file try {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 52.6K bytes - Viewed (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
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (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=檢查上次修改時間
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 43.9K bytes - Viewed (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=Метка по умолчанию
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 60.2K bytes - Viewed (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
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.crawlingConfigName=Naam labels.crawlingConfigPath=Te crawlen pad labels.processType=Procestype labels.parameters=Parameters labels.designFile=Te uploaden bestand labels.bulkFile=Bulkbestand labels.appendQueryParameter=Zoekparameter toevoegen labels.configId=Configuratie-ID labels.configParameter=Configuratieparameter labels.content=Inhoud labels.csvFileEncoding=CSV-codering labels.defaultLabelValue=Standaardlabel
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.1K bytes - Viewed (1)