- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 21 for appendQueryParameter (0.09 sec)
-
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: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 14 00:36:40 UTC 2025 - 39.6K 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: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.9K 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: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 13.9K bytes - Viewed (0) -
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: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.6K bytes - Viewed (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)); } public void test_appendHTMLSearchWord() { ViewHelper viewHelper = new ViewHelper();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 27.3K 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: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.4K 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: 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.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: 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.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: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
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 labels.csvFileEncoding=CSV-Kodierung labels.defaultLabelValue=Standard-Label
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1)