- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 96 for reqheader (0.06 sec)
-
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 (2) -
okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/DerHeader.kt
* limitations under the License. */ package okhttp3.tls.internal.der /** * The first two bytes of each value is a header that includes its tag (field ID) and length. */ internal data class DerHeader( /** * Namespace of the tag. * * This value is encoded in bits 7 and 8 of the first byte of each value. * * ``` * 0b00xxxxxx Universal * 0b01xxxxxx Application
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 2.3K bytes - Viewed (0) -
src/test/java/jcifs/http/NtlmHttpFilterTest.java
when(request.getHeader("Authorization")).thenReturn(null); when(httpSession.getAttribute("NtlmHttpAuth")).thenReturn(null); filter.doFilter(request, response, filterChain); verify(response).setStatus(HttpServletResponse.SC_UNAUTHORIZED); verify(response).setHeader("WWW-Authenticate", "NTLM");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 12.8K bytes - Viewed (0)