- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 581 for dakota (0.03 sec)
-
fess-crawler-opensearch/src/main/resources/mapping/data.json
"accessResultData": { "properties": { "transformerName": { "type": "keyword" }, "encoding": { "type": "keyword" }, "data": { "type": "binary" } } }, "contentLength": { "type": "long" }, "lastModified": { "type": "long" }, "ruleId": {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 07 04:44:10 UTC 2024 - 963 bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/entity/ResponseDataTest.java
data.setSessionId("session123"); data.setRuleId("rule456"); data.setMimeType("text/html"); data.setCharSet("UTF-8"); data.setContentLength(2048L); data.setExecutionTime(500L); data.setStatus(Constants.OK_STATUS); data.setNoFollow(false); byte[] content = "HTML content".getBytes(StandardCharsets.UTF_8);
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:29:22 UTC 2025 - 14.3K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/entity/ExtractDataTest.java
data.setContent(newContent); assertEquals(newContent, data.getContent()); data.setContent(null); assertNull(data.getContent()); } public void test_putValue() { // Test putValue method ExtractData data = new ExtractData(); data.putValue("title", "Test Title"); data.putValue("author", "John Doe"); String[] titleValues = data.getValues("title");
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 9.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/ResultData.java
*/ public void setData(final byte[] data) { this.data = data; } /** * Add a child URL. * @param url the request data to add to the child URL set */ public void addUrl(final RequestData url) { childUrlSet.add(url); } /** * Add child URLs. * @param c the collection of request data to add to the child URL setRegistered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 4.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/DfsReferral.java
/** The underlying DFS referral data */ private final DfsReferralData data; /** * Constructs a DfsReferral with the specified referral data * * @param data the DFS referral data */ public DfsReferral(final DfsReferralData data) { this.data = data; } /** * Get the DFS referral data associated with this referral *Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/compression/DefaultCompressionService.java
@Override public byte[] compress(byte[] data, int algorithm) throws CIFSException { if (data == null) { throw new CIFSException("Data cannot be null"); } return compress(data, 0, data.length, algorithm); } @Override public byte[] compress(byte[] data, int offset, int length, int algorithm) throws CIFSException { if (data == null) {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 11.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/compression/CompressionService.java
/** * Compresses data using the specified algorithm. * * @param data the data to compress * @param algorithm the compression algorithm to use * @return the compressed data * @throws CIFSException if compression fails */ byte[] compress(byte[] data, int algorithm) throws CIFSException; /** * Compresses data using the specified algorithm with offset and length.Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 5.2K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/transformer/TransformerTest.java
} @Override public byte[] getData() { return data; } @Override public String getDataAsString() { return data != null ? new String(data) : null; } @Override public void setData(byte[] data) { this.data = data; } @Override public String getEncoding() {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 28K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webauth/AdminWebauthAction.java
registerProtocolSchemeItems(data); registerWebConfigItems(data); }); } private HtmlResponse asDetailsHtml() { return asHtml(path_AdminWebauth_AdminWebauthDetailsJsp).renderWith(data -> { registerProtocolSchemeItems(data); registerWebConfigItems(data); }); }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 13:56:35 UTC 2025 - 19.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SigningDigest.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.9K bytes - Viewed (0)