- Sort Score
- Result 10 results
- Languages All
Results 501 - 510 of 531 for Metadata (0.05 sec)
-
src/test/java/jcifs/internal/smb2/create/CreateContextRequestTest.java
byte[] name = "TEST_DATA".getBytes(StandardCharsets.UTF_8); TestCreateContextRequest request = new TestCreateContextRequest(name, emptyData); assertNotNull(request.getData()); assertEquals(0, request.getData().length); } @Test @DisplayName("Should handle boundary conditions in encode") void testBoundaryConditions() { byte[] buffer = new byte[256];
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.9K bytes - Viewed (0) -
src/main/java/org/codelibs/core/xml/DomUtil.java
*/ public static void appendText(final Text text, final StringBuilder buf) { assertArgumentNotNull("text", text); assertArgumentNotNull("buf", buf); buf.append(encodeText(text.getData())); } /** * Appends the string representation of a {@link CDATASection}. * * @param cdataSection * The CDATA section. Must not be {@literal null}. * @param bufRegistered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 10.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/Transformer.java
* * @param accessResultData the AccessResultData object containing the data to be retrieved * @return an Object representing the data retrieved from the AccessResultData */ Object getData(AccessResultData<?> accessResultData); /** * Retrieves the name associated with this transformer. * * @return the name of the transformer */ String getName();Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/DfsReferral.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.8K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/entity/OpenSearchAccessResultData.java
setEncoding((String) src.get(ENCODING)); final String dataStr = (String) src.get(DATA); if (dataStr != null) { try { setData(Base64Util.decode(dataStr)); } catch (final Exception e) { throw new OpenSearchAccessException("data: " + dataStr, e); } } } /**
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 3.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComReadAndXResponse.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/AccessResultData.java
*/ byte[] getData(); /** * Retrieves the data as a String. * * @return the data in String format. */ String getDataAsString(); /** * Sets the data for this AccessResultData instance. * * @param data the byte array containing the data to be set */ void setData(byte[] data); /**Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 2.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33K bytes - Viewed (0) -
docs/en/data/topic_repos.yml
stars: 10264 owner_login: mjhea0 owner_html_url: https://github.com/mjhea0 - name: fastapi_mcp html_url: https://github.com/tadata-org/fastapi_mcp stars: 9964 owner_login: tadata-org owner_html_url: https://github.com/tadata-org - name: FastUI html_url: https://github.com/pydantic/FastUI stars: 8861 owner_login: pydantic owner_html_url: https://github.com/pydantic
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 05 08:57:41 UTC 2025 - 15.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ioctl/SrvPipePeekResponse.java
*/ public int getMessageLength() { return this.messageLength; } /** * Gets the data peeked from the pipe * @return the data */ public byte[] getData() { return this.data; } /** * {@inheritDoc} * * @see Decodable#decode(byte[], int, int) */ @OverrideRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.2K bytes - Viewed (0)