- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 1,418 for CONTENT (0.04 seconds)
-
apache-maven/src/main/appended-resources/META-INF/NOTICE.vm
http://www.eclipse.org/legal/epl-v10.html. For purposes of the EPL, "Program" will mean the Content. If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party ("Redistributor") and different terms and conditions may apply to your use of any object code in the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise indicated below, the terms...
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sat Sep 10 19:27:25 GMT 2022 - 5.5K bytes - Click Count (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/entity/ResponseDataTest.java
ResponseData data = new ResponseData(); byte[] content = "Test content".getBytes(StandardCharsets.UTF_8); data.setResponseBody(content); assertTrue(data.hasResponseBody()); assertNotNull(data.getResponseBody()); try (InputStream is = data.getResponseBody()) { byte[] buffer = new byte[content.length]; int bytesRead = is.read(buffer);
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Nov 13 13:29:22 GMT 2025 - 14.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/SearchEngineUtil.java
* Allows clients to provide custom content building implementations. */ public interface XContentBuilderCallback { /** * Applies custom logic to build XContent using the provided builder and parameters. * * @param builder the XContentBuilder to use for building content * @param params the parameters to use during content building * @return the modified XContentBuilderCreated: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.1K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/form/FormScheme.java
/** * Extracts the token value from the content using the given pattern. * @param tokenPattern The regex pattern. * @param content The content to search. * @return The extracted token value. */ protected String getTokenValue(final String tokenPattern, final String content) { final Matcher matcher = Pattern.compile(tokenPattern).matcher(content); if (matcher.find()) {Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Jul 06 02:13:03 GMT 2025 - 14.3K bytes - Click Count (1) -
CLAUDE.md
- `CurlTest`: Tests for static factory methods and basic HTTP operations - `CurlRequestTest`: Tests for request builder, headers, parameters, body content, SSL, proxies, timeouts - `CurlResponseTest`: Tests for response handling, status codes, content retrieval, resource management - `CurlExceptionTest`: Tests for exception handling and error scenarios
Created: Sat Dec 20 09:13:53 GMT 2025 - Last Modified: Mon Nov 24 03:10:07 GMT 2025 - 3.2K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/MessageBuilder.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sat Nov 02 09:29:52 GMT 2024 - 7.6K bytes - Click Count (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/CommandExtractorTest.java
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sat Mar 15 06:52:00 GMT 2025 - 9.8K bytes - Click Count (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/MsExcelExtractorTest.java
public void test_getText() { final InputStream in = ResourceUtil.getResourceAsStream("extractor/msoffice/test.xls"); final String content = msExcelExtractor.getText(in, null).getContent(); CloseableUtil.closeQuietly(in); logger.info(content); assertTrue(content.contains("テスト")); } public void test_getText_null() { try { msExcelExtractor.getText(null, null);Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sat Mar 15 06:52:00 GMT 2025 - 2.1K bytes - Click Count (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/MsPowerPointExtractorTest.java
public void test_getText() { final InputStream in = ResourceUtil.getResourceAsStream("extractor/msoffice/test.ppt"); final String content = msPowerPointExtractor.getText(in, null).getContent(); CloseableUtil.closeQuietly(in); logger.info(content); assertTrue(content.contains("テスト")); } public void test_getText_null() { try { msPowerPointExtractor.getText(null, null);Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sat Mar 15 06:52:00 GMT 2025 - 2.1K bytes - Click Count (0) -
tests/test_tutorial/test_additional_responses/test_tutorial001.py
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 4.3K bytes - Click Count (0)