- Sort Score
- Num 10 results
- Language All
Results 671 - 680 of 796 for Curl (0.02 seconds)
-
android/guava/src/com/google/common/net/PercentEscaper.java
* </ul> * * <p>For performance reasons the only currently supported character encoding of this class is * UTF-8. * * <p><b>Note:</b> This escaper produces <a * href="https://url.spec.whatwg.org/#percent-encode">uppercase</a> hexadecimal sequences. * * @author David Beaumont * @since 15.0 */ @GwtCompatible public final class PercentEscaper extends UnicodeEscaper {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Dec 28 01:26:26 GMT 2024 - 8.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/LlmClientManager.java
getAvailableClient().generateNoResultsResponse(userMessage, history, callback); } /** * Generates a response when the specified document URL is not found. * * @param userMessage the user's message * @param documentUrl the URL that was not found * @param history the conversation history * @param callback the streaming callback * @throws LlmException if LLM is not available
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 11:10:51 GMT 2026 - 17.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
* * SPNEGO authentication relies on the underlying Kerberos infrastructure * for session management, so no specific logout URL is provided. * * @param user The user to logout * @return Always returns null as SPNEGO doesn't provide a logout URL */ @Override public String logout(final FessUserBean user) { return null; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:18:23 GMT 2026 - 18.2K bytes - Click Count (3) -
src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig.jsp
</div> </div> <c:set var="pager" value="${webConfigPager}" scope="request"/> <c:import url="/WEB-INF/view/common/admin/crud/pagination.jsp"/> <c:if test="${pager.currentPageNumber > pager.allPageCount}">Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 8.8K bytes - Click Count (0) -
samples/guide/src/main/java/okhttp3/recipes/CustomCipherSuites.java
protected SSLSocket configureSocket(SSLSocket socket) throws IOException { return socket; } } public void run() throws Exception { Request request = new Request.Builder() .url("https://publicobject.com/helloworld.txt") .build(); try (Response response = client.newCall(request).execute()) { if (!response.isSuccessful()) throw new IOException("Unexpected code " + response);Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Mar 14 21:57:42 GMT 2019 - 6.5K bytes - Click Count (0) -
samples/guide/src/main/java/okhttp3/recipes/CustomTrust.java
.sslSocketFactory(certificates.sslSocketFactory(), certificates.trustManager()) .build(); } public void run() throws Exception { Request request = new Request.Builder() .url("https://publicobject.com/helloworld.txt") .build(); try (Response response = client.newCall(request).execute()) { if (!response.isSuccessful()) { Headers responseHeaders = response.headers();
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Aug 12 07:26:27 GMT 2021 - 9.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/llm/IntentDetectionResultTest.java
assertEquals("summary request", result.getReasoning()); } @Test public void test_summary_withNullDocumentUrl() { final IntentDetectionResult result = IntentDetectionResult.summary(null, "no doc url"); assertEquals(ChatIntent.SUMMARY, result.getIntent()); assertNull(result.getDocumentUrl()); } @Test public void test_faq_withQuery() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 07 13:27:59 GMT 2026 - 8.2K bytes - Click Count (0) -
maven-tests/mvnw.cmd
@REM ---------------------------------------------------------------------------- @REM Apache Maven Wrapper startup batch script, version 3.3.4 @REM @REM Optional ENV vars @REM MVNW_REPOURL - repo url base for downloading maven distribution @REM MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven @REM MVNW_VERBOSE - true: enable verbose log; others: silence the output
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Sep 25 18:22:49 GMT 2025 - 6.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
*/ String getIndexFieldExpires(); /** * Get the value for the key 'index.field.url'. <br> * The value is, e.g. url <br> * comment: Field name for URL in the index. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getIndexFieldUrl(); /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
src/main/resources/fess_message_ja.properties
constraints.Range.message = {item} は {min} から {max} の範囲にある必要があります。 constraints.SafeHtml.message = {item} は危険な HTML コンテンツを含んでいます。 constraints.ScriptAssert.message = スクリプト式「{script}」がtrueではありません。 constraints.URL.message = {item} は有効なURLではありません。 constraints.Required.message = {item} が必要です。 constraints.TypeInteger.message = {item} は数値にしてください。 constraints.TypeLong.message = {item} は数値にしてください。 constraints.TypeFloat.message = {item} は数値にしてください。Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 16.5K bytes - Click Count (0)