- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 1,239 for okhttp (0.08 sec)
-
pom.xml
</exclusions> L1205: </dependency> L1206: <dependency> L1207: <groupId>com.google.http-client</groupId> L1208: <artifactId>google-http-client-jackson2</artifactId> L1209: <version>${google.http.client.version}</version> L1210: </dependency> L1211: <dependency> L1212: <groupId>com.google.http-client</groupId> L1213: <artifactId>google-http-client-xml</artifactId> L1214: <version>${google.http.client.version}</version> L1215: <exclusions> L1216: <exclusion> L1217: <groupId>xpp3</groupId>...github.com/codelibs/fess/pom.xmlSat Oct 26 02:16:03 UTC 2024 49.1K bytes -
UriTypeValidatorTest.java
String values; L24: L25: protocols = new String[] { "http:" }; L26: values = "http://www.foo.com/"; L27: assertTrue(UriTypeValidator.check(protocols, values)); L28: L29: protocols = new String[] { "http:" }; L30: values = "http://www.foo.com/\nhttp://www.bar.com/"; L31: assertTrue(UriTypeValidator.check(protocols, values)); L32: L33: protocols = new String[] { "http:" }; L34: values = "http://www.foo.com/ \r\nhttp://www.bar.com/"; L35: as...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.2K bytes -
GsaConfigParserTest.java
"!/"); L58: assertEscapePattern("\\Qindex.html\\E", "index.html"); L59: assertEscapePattern("^\\Qhttp://\\E.*", "^http://"); L60: assertEscapePattern(".*\\Qindex.html\\E$", "index.html$"); L61: assertEscapePattern("^\\Qhttp://www.codelibs.org/page.html\\E$", "^http://www.codelibs.org/page.html$"); L62: assertEscapePattern("\\Qhttp://www.codelibs.org/\\E.*", "http://www.codelibs.org/"); L63: assertEscapePattern("\\Qsmb://server/test/\\E.*", "smb://server/test/");...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:53:18 UTC 2024 3.2K bytes -
ProtocolHelperTest.java
2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13:...github.com/codelibs/fess/src/test/java/org/code...Tue Jun 18 00:44:11 UTC 2024 4.5K bytes -
ViewHelperTest.java
"doc_id"; L100: } L101: }); L102: L103: // http L104: assertUrlLink("http://www.codelibs.org/", // L105: "http://www.codelibs.org/"); L106: assertUrlLink("http://www.codelibs.org/あ", // L107: "http://www.codelibs.org/あ"); L108: assertUrlLink("http://www.codelibs.org/%E3%81%82", // L109: "http://www.codelibs.org/%E3%81%82"); L110: assertUrlLink("http://www.codelibs.org/%z", // L111: "http://www.codelibs.org/%z");...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 15.1K bytes -
DuplicateHostHelperTest.java
result = "http://www.foo.com"; L78: assertEquals(result, duplicateHostHelper.convert(url)); L79: L80: url = "http://www.foo.com/"; L81: result = "http://www.foo.com/"; L82: assertEquals(result, duplicateHostHelper.convert(url)); L83: L84: url = "http://www.foo.com:8080/"; L85: result = "http://www.foo.com:8080/"; L86: assertEquals(result, duplicateHostHelper.convert(url)); L87: L88: url = "http://www.bar.com/"; L89: result = "http://www.bar.com/";...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.3K bytes -
README.md
den Fess-Server und führen Sie den folgenden Befehl aus: L133: L134: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" L135: L136:Um einen einzelnen Testfall auszuführen, können Sie verwenden: L137: L138: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" -Dtest=SearchApiTests L139: L140:### In Ihre Sprache übersetzen L141: L142:Fess ist eine internationalisierte...github.com/codelibs/fess/docs/de/README.mdSat Oct 12 07:19:47 UTC 2024 7.6K bytes -
before_script.sh
./fess-*/logs/*.log L24: exit 1 L25: fi L26: sleep 1 L27:done L28: L29:pushd /tmp >/dev/null L30:git clone https://github.com/codelibs/fess-testdata.git L31:popd >/dev/null L32: L33:cat ${temp_log_file} ./fess-*/logs/*.log L34:curl -s "http://localhost:9201/_cat/indices?v" L35:curl -s "http://localhost:8080/"...github.com/codelibs/fess/src/test/resources/bef...Sat Feb 10 03:25:34 UTC 2024 863 bytes -
README.md
L127: $ mvn license:format L128: L129:### 集成测试 L130: L131:启动 Fess 服务器并运行以下命令: L132: L133: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" L134: L135:要运行单个测试用例,您可以使用: L136: L137: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" -Dtest=SearchApiTests L138: L139:### 翻译为您的语言 L140: L141:Fess 是国际化软件。 L142: L143:如果您想为您的语言添加标签/消息,请翻译属性文件,然后将其重命名为 fess\_\*\_[lang].properties。...github.com/codelibs/fess/docs/zh-CN/README.mdSat Oct 12 07:19:47 UTC 2024 6.8K bytes -
WebApiManager.java
limitations under the License. L15: */ L16:package org.codelibs.fess.api; L17: L18:import java.io.IOException; L19: L20:import jakarta.servlet.FilterChain; L21:import jakarta.servlet.ServletException; L22:import jakarta.servlet.http.HttpServletRequest; L23:import jakarta.servlet.http.HttpServletResponse; L24: L25:public interface WebApiManager { L26: L27: boolean matches(HttpServletRequest request); L28: L29: void process(HttpServletRequest request, HttpServletResponse response, FilterChain chain)...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 1.1K bytes