- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 20 for reqHeaders (0.14 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/reqheader/SearchForm.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.reqheader; /** * The search form for Request Header. */ public class SearchForm { /** * Default constructor for SearchForm. */ public SearchForm() { } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 930 bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/admin/ReqHeaderTests.java
import io.restassured.path.json.JsonPath; @Tag("it") public class ReqHeaderTests extends CrudTestBase { private static final String NAME_PREFIX = "reqHeaderTest_"; private static final String API_PATH = "/api/admin/reqheader"; private static final String LIST_ENDPOINT_SUFFIX = "settings"; private static final String ITEM_ENDPOINT_SUFFIX = "setting"; private static final String KEY_PROPERTY = "name"; @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/reqheader/AdminReqheaderAction.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.reqheader; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 18.3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp
<p><la:message key="labels.menu_file_authentication" /></p> </a></li></c:if> <c:if test="${fe:permission('admin-reqheader-view')}"> <li class="nav-item"> <a href="${fe:url('/admin/reqheader/')}" class="nav-link <c:if test="${param.menuType=='requestHeader'}">active</c:if>"> <em class='fa fa-genderless nav-icon'>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Apr 15 20:55:28 UTC 2021 - 17.8K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/reqheader/admin_reqheader_details.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 4.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/reqheader/admin_reqheader_edit.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 5.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessHtmlPathTest.java
verifyPathPattern("AdminRelatedcontent", "/admin/relatedcontent/"); verifyPathPattern("AdminRelatedquery", "/admin/relatedquery/"); verifyPathPattern("AdminReqheader", "/admin/reqheader/"); verifyPathPattern("AdminRole", "/admin/role/"); verifyPathPattern("AdminScheduler", "/admin/scheduler/"); verifyPathPattern("AdminUser", "/admin/user/");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java
import org.codelibs.fess.app.web.admin.relatedcontent.AdminRelatedcontentAction; import org.codelibs.fess.app.web.admin.relatedquery.AdminRelatedqueryAction; import org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction; import org.codelibs.fess.app.web.admin.role.AdminRoleAction; import org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction; import org.codelibs.fess.app.web.admin.searchlog.AdminSearchlogAction;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# Online help key for failure URL. online.help.name.failureurl=failureurl # Online help key for elevate word. online.help.name.elevateword=elevateword # Online help key for request header. online.help.name.reqheader=reqheader # Online help key for synonym dictionary. online.help.name.dict.synonym=synonym # Online help key for dictionary. online.help.name.dict=dict # Online help key for Kuromoji dictionary.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. elevateword */ String ONLINE_HELP_NAME_ELEVATEWORD = "online.help.name.elevateword"; /** The key of the configuration. e.g. reqheader */ String ONLINE_HELP_NAME_REQHEADER = "online.help.name.reqheader"; /** The key of the configuration. e.g. synonym */ String ONLINE_HELP_NAME_DICT_SYNONYM = "online.help.name.dict.synonym";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)