Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 71 - 80 of 129 for svar (0.02 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji.jsp

                                                </tr>
                                                </thead>
                                                <tbody>
                                                <c:forEach var="data" varStatus="s"
                                                           items="${kuromojiItemItems}">
                                                    <tr
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 10.2K bytes
    - Click Count (0)
  2. src/main/webapp/WEB-INF/orig/view/login/newpassword.jsp

    						<div class="alert alert-info">${msg}</div>
    					</la:info>
    					<la:errors />
    				</div>
    				<la:form styleId="newPassword" method="post">
    					<div class="input-group mb-3">
    						<c:set var="ph_new_password">
    							<la:message key="labels.login.placeholder_new_password" />
    						</c:set>
    						<la:password property="password" class="form-control"
    							placeholder="${ph_new_password}" />
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 3.1K bytes
    - Click Count (0)
  3. src/main/webapp/WEB-INF/view/login/index.jsp

    						<div class="alert alert-info">${msg}</div>
    					</la:info>
    					<la:errors />
    				</div>
    				<la:form styleId="login" method="post">
    					<div class="input-group mb-3">
    						<c:set var="ph_username">
    							<la:message key="labels.login.placeholder_username" />
    						</c:set>
    						<la:text property="username" styleId="username"
    							class="form-control" placeholder="${ph_username}" />
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 3K bytes
    - Click Count (1)
  4. src/main/webapp/WEB-INF/view/admin/webauth/admin_webauth_details.jsp

                                        </tr>
                                        <tr>
                                            <th><la:message key="labels.webauth_scheme"/></th>
                                            <td><c:forEach var="item"
                                                           items="${protocolSchemeItems}">
                                                <c:if test="${protocolScheme==item.value}">${f:h(item.label)}</c:if>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 6.5K bytes
    - Click Count (0)
  5. src/main/webapp/WEB-INF/view/admin/user/admin_user.jsp

                                                </tr>
                                                </thead>
                                                <tbody>
                                                <c:forEach var="data" varStatus="s" items="${userItems}">
                                                    <tr
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 4.6K bytes
    - Click Count (0)
  6. src/main/webapp/WEB-INF/view/admin/reqheader/admin_reqheader_details.jsp

                                            <th><la:message
                                                    key="labels.reqheader_web_crawling_config"/></th>
                                            <td><c:forEach var="item" items="${webConfigItems}">
                                                <c:if test="${webConfigId==item.value}">${f:h(item.label)}</c:if>
                                            </c:forEach> <la:hidden property="webConfigId"/></td>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 4.7K bytes
    - Click Count (0)
  7. src/main/webapp/WEB-INF/view/admin/reqheader/admin_reqheader_edit.jsp

                                            <la:select styleId="webConfigId" property="webConfigId"
                                                       styleClass="form-control">
                                                <c:forEach var="item" items="${webConfigItems}">
                                                    <la:option value="${f:u(item.value)}">${f:h(item.label)}</la:option>
                                                </c:forEach>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 5.1K bytes
    - Click Count (0)
  8. src/main/webapp/WEB-INF/view/admin/webauth/admin_webauth.jsp

                                                    </tr>
                                                    </thead>
                                                    <tbody>
                                                    <c:forEach var="data" varStatus="s"
                                                               items="${webAuthenticationItems}">
                                                        <tr
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 6.2K bytes
    - Click Count (0)
  9. src/main/webapp/WEB-INF/view/advance.jsp

    						key="labels.index_lang"
    					/></label>
    				<div class="col-lg-5 col-md-8 col-sm-7 col-6">
    					<la:select property="lang" styleId="langSearchOption" multiple="true" styleClass="form-control">
    						<c:forEach var="item" items="${langItems}">
    							<la:option value="${f:u(item.value)}">${f:h(item.label)}</la:option>
    						</c:forEach>
    					</la:select>
    				</div>
    			</div>
    			<c:if test="${displayLabelTypeItems}">
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 14.2K bytes
    - Click Count (0)
  10. src/test/java/org/codelibs/fess/thumbnail/ThumbnailManagerTest.java

            } finally {
                System.clearProperty(Constants.FESS_THUMBNAIL_PATH);
            }
        }
    
        // Test initialization with var path
        @Test
        public void test_init_withVarPath() {
            File varDir = new File(tempDir, "var");
            System.setProperty(Constants.FESS_VAR_PATH, varDir.getAbsolutePath());
            try {
                ThumbnailManager manager = new ThumbnailManager() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 20.4K bytes
    - Click Count (0)
Back to Top