- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 156 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 -
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 -
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 -
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 -
README.md
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:귀하의 언어로 라벨/메시지를 추가하려면 속성 파일을 번역한...github.com/codelibs/fess/docs/ko/README.mdSat Oct 12 07:19:47 UTC 2024 7.8K bytes -
README.md
Tests L131: L132:Launch Fess Server and run the following command: L133: L134: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" L135: L136:To run a single test case, you can use: L137: L138: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" -Dtest=SearchApiTests L139: L140:### Translate In Your Language L141: L142:Fess is internationalized software. L143:...github.com/codelibs/fess/README.mdSat Oct 12 07:19:47 UTC 2024 7.3K bytes -
FessFileTransformerTest.java
assertEquals(exp, transformer.decodeUrlAsName(url, true)); L45: L46: url = "http://example.com/"; L47: exp = "http://example.com/"; L48: assertEquals(exp, transformer.decodeUrlAsName(url, false)); L49: L50: url = "http://example.com/index.html"; L51: exp = "http://example.com/index.html"; L52: assertEquals(exp, transformer.decodeUrlAsName(url, false)); L53: L54: url = "http://example.com/" + encodeUrl("テスト ") + ".html"; L55: exp = "http://example.com/テスト...github.com/codelibs/fess/src/test/java/org/code...Thu Jul 04 06:20:49 UTC 2024 9.8K bytes -
help.jsp
L1:<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%><!DOCTYPE html> L2:<html> L3:<head profile="http://a9.com/-/spec/opensearch/1.1/"> L4:<meta charset="utf-8"> L5:<meta name="viewport" content="width=device-width, initial-scale=1"> L6:<meta http-equiv="X-UA-Compatible" content="IE=edge"> L7:<title><la:message key="labels.search_title" /></title> L8:<link href="${fe:url('/css/bootstrap.min.css')}" rel="stylesheet" L9: type="text/css" /> L10:<link href="${fe:url('/css/style.css')}"...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 1.4K bytes -
FessConfig.java
The key of the configuration. e.g. */ L296: String HTTP_PROXY_HOST = "http.proxy.host"; L297: L298: /** The key of the configuration. e.g. 8080 */ L299: String HTTP_PROXY_PORT = "http.proxy.port"; L300: L301: /** The key of the configuration. e.g. */ L302: String HTTP_PROXY_USERNAME = "http.proxy.username"; L303: L304: /** The key of the configuration. e.g. */ L305: String HTTP_PROXY_PASSWORD = "http.proxy.password"; L306: L307: /** The key of the configuration. e.g. 262144000...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 468.5K bytes -
pom.xml
L1:<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> L2: <modelVersion>4.0.0</modelVersion> L3: <groupId>org.codelibs</groupId> L4: <artifactId>curl4j</artifactId> L5: <version>1.2.9-SNAPSHOT</version> L6: <packaging>jar</packaging> L7: <name>cUrl-Like Java client</name> L8: <inceptionYear>2011</inceptionYear> L9: <licenses> L10: <license> L11:...github.com/codelibs/curl4j/pom.xmlThu Oct 03 17:04:48 UTC 2024 4K bytes