- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 41 for test (0.04 sec)
-
SystemHelperTest.java
assertEquals("", systemHelper.normalizeConfigPath("#hash")); L369: assertEquals(".*\\Qwww.domain.com/test\\E.*", systemHelper.normalizeConfigPath("contains:www.domain.com/test")); L370: assertEquals(".*\\Q/test/\\E.*", systemHelper.normalizeConfigPath("contains:/test/")); L371: assertEquals("www.domain.com/test", systemHelper.normalizeConfigPath("www.domain.com/test")); L372: assertEquals(".*domain.com/.*", systemHelper.normalizeConfigPath(".*domain.com/.*")); L373: ...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 18.5K bytes -
advance.jsp
etype_default" /></option> L283: <option value="html" <c:if test="${as.filetype.contains('html')}">selected</c:if>><la:message L284: key="labels.advance_search_filetype_html" L285: /></option> L286: <option value="pdf" <c:if test="${as.filetype.contains('pdf')}">selected</c:if>><la:message L287: key="labels.advance_search_filetype_pdf" L288: /></option> L289: <option value="word" <c:if test="${as.filetype.contains('word')}">selected</c:if>><la:message L290:...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 14.9K bytes -
advance.jsp
etype_default" /></option> L283: <option value="html" <c:if test="${as.filetype.contains('html')}">selected</c:if>><la:message L284: key="labels.advance_search_filetype_html" L285: /></option> L286: <option value="pdf" <c:if test="${as.filetype.contains('pdf')}">selected</c:if>><la:message L287: key="labels.advance_search_filetype_pdf" L288: /></option> L289: <option value="word" <c:if test="${as.filetype.contains('word')}">selected</c:if>><la:message L290:...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 14.9K bytes -
FessFileTransformerTest.java
url = "http://example.com/" + encodeUrl("#") + "/@@folder/test.txt"; L80: exp = "test.txt"; L81: assertEquals(exp, transformer.getFileName(url, Constants.UTF_8)); L82: L83: url = "http://example.com/test%20+%2B.txt"; L84: exp = "test +.txt"; L85: assertEquals(exp, transformer.getFileName(url, Constants.UTF_8)); L86: L87: url = "file://example.com/test%20+%2B.txt"; L88: exp = "test ++.txt"; L89: assertEquals(exp, transformer.getFileName(url,...github.com/codelibs/fess/src/test/java/org/code...Thu Jul 04 06:20:49 UTC 2024 9.8K bytes -
SearchApiTests.java
L31:import org.junit.jupiter.api.BeforeAll; L32:import org.junit.jupiter.api.BeforeEach; L33:import org.junit.jupiter.api.Tag; L34:import org.junit.jupiter.api.Test; L35: L36:import io.restassured.RestAssured; L37:import io.restassured.path.json.JsonPath; L38:import io.restassured.response.Response; L39: L40:/** L41: * Integration Tests which need an execution of crawler L42: * - /api/v1/documents L43: * */ L44:@Tag("it") L45:public class SearchApiTests extends CrawlTestBase { L46: private static...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 18.6K bytes -
IndexingHelperTest.java
docList.add(new HashMap<>(Map.of(// L115: "_id", "001", // L116: "config_id", "W01", // L117: "url", "http://test.com/001"// L118: ))); L119: docList.add(new HashMap<>(Map.of(// L120: "_id", "002", // L121: "thumbnail", "http://test.com/002", // L122: "url", "http://test.com/002"// L123: ))); L124: indexingHelper.sendDocuments(client, docList); L125: assertEquals(0, docList.size()); L126:...github.com/codelibs/fess/src/test/java/org/code...Wed Jul 24 08:54:24 UTC 2024 23.4K bytes -
ViewHelperTest.java
assertEquals("いいい" + viewHelper.highlightTagPre + "aaa" + viewHelper.highlightTagPost, viewHelper.escapeHighlight(text)); L255: L256: text = ""; L257: assertEquals("", viewHelper.escapeHighlight(text)); L258: L259: text = "aaa"; L260: assertEquals("aaa", viewHelper.escapeHighlight(text)); L261: L262: text = viewHelper.originalHighlightTagPre + "aaa" + viewHelper.originalHighlightTagPost; L263: assertEquals(viewHelper.highlightTagPre + "aaa" + viewHelp...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 15.1K bytes -
FessEnv.java
(NotNull: if not found, exception but basically no way) L161: */ L162: String getMailSmtpServerMainHostAndPort(); L163: L164: /** L165: * Get the value for the key 'mail.subject.test.prefix'. <br> L166: * The value is, e.g. [Test] <br> L167: * comment: The prefix of subject to show test environment or not L168: * @return The value of found property. (NotNull: if not found, exception but basically no way) L169: */ L170: String getMailSubjectTestPrefix(); L171: L172:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.9K bytes -
adminlte.min.js
efault("#"+s))},t.openTabSidebar=function(e,t){void 0===t&&(t=this._config.autoShowNewTab);var a=n.default(e).clone();void 0===a.attr("href")&&(a=n.default(e).parent("a").clone()),a.find(".right, .search-path").remove();var i=a.find("p").text();""===i&&(i=a.text());var o=a.attr("href");if("#"!==o&&""!==o&&void 0!==o){var l=unescape(o).replace("./","").replace(/["#&'./:=?[\]]/gi,"-").replace(/(--)/gi,""),s="tab-"+l;if(!this._config.allowDuplicates&&n.default("#"+s).length>0)return this.switchTab(...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 45.3K bytes -
FessXpathTransformerTest.java
Date()); L103: responseData.setMethod("GET"); L104: responseData.setMimeType("text/html"); L105: responseData.setParentUrl("http://fess.codelibs.org/"); L106: responseData.setResponseBody(data.getBytes()); L107: responseData.setSessionId("test-1"); L108: responseData.setStatus(0); L109: responseData.setUrl("http://fess.codelibs.org/test.html"); L110: /*ResultData resultData =*/fessXpathTransformer.transform(responseData);...github.com/codelibs/fess/src/test/java/org/code...Thu Oct 24 13:01:38 UTC 2024 41.3K bytes