- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 500 for reading_ (0.1 seconds)
-
src/test/java/jcifs/internal/smb2/lease/DirectoryLeaseContextTest.java
assertEquals(0, SMBUtil.readInt4(buffer, 0)); // Next assertEquals(16, SMBUtil.readInt2(buffer, 4)); // NameOffset assertEquals(4, SMBUtil.readInt2(buffer, 6)); // NameLength assertEquals(0, SMBUtil.readInt2(buffer, 8)); // Reserved assertEquals(24, SMBUtil.readInt2(buffer, 10)); // DataOffset assertEquals(52, SMBUtil.readInt4(buffer, 12)); // DataLength
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 01:47:47 GMT 2025 - 10.1K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2FindNext2Test.java
// Verify sid (2 bytes) assertEquals(TEST_SID, SMBUtil.readInt2(buffer, 0)); // Verify maxItems (2 bytes) assertEquals(TEST_BATCH_COUNT, SMBUtil.readInt2(buffer, 2)); // Verify informationLevel (2 bytes) - should be SMB_FILE_BOTH_DIRECTORY_INFO (0x104) assertEquals(Trans2FindFirst2.SMB_FILE_BOTH_DIRECTORY_INFO, SMBUtil.readInt2(buffer, 4)); // Verify resumeKey (4 bytes)
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 12.2K bytes - Click Count (0) -
doc/initial/6-stdlib/99-minor/0-heading.md
Brad Fitzpatrick <******@****.***> 1764180701 -0800
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Dec 01 17:41:45 GMT 2025 - 58 bytes - Click Count (0) -
doc/next/6-stdlib/99-minor/0-heading.md
Carlos Amedee <******@****.***> 1769025172 -0500
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Jan 21 20:27:12 GMT 2026 - 58 bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/NetServerEnum2Response.java
final int start = bufferIndex; status = readInt2(buffer, bufferIndex); bufferIndex += 2; converter = readInt2(buffer, bufferIndex); bufferIndex += 2; numEntries = readInt2(buffer, bufferIndex); bufferIndex += 2; totalAvailableEntries = readInt2(buffer, bufferIndex); bufferIndex += 2; return bufferIndex - start;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 4.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/suggest/SuggesterTest.java
queryItems[0] = new SuggestItem(new String[] { "検索", "エンジン" }, readings, new String[] { "content" }, 1, 0, -1, tags, roles, null, SuggestItem.Kind.DOCUMENT); String[][] readings2 = new String[2][]; readings2[0] = new String[] { "zenbun", "fuga" }; readings2[1] = new String[] { "kensaku", "fuga" }; String[] tags2 = new String[] { "tag3" };
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sun Feb 01 12:48:24 GMT 2026 - 37.1K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateResponse.java
bufferIndex += 16; this.capabilities = SMBUtil.readInt4(buffer, bufferIndex); bufferIndex += 4; this.maxTransactSize = SMBUtil.readInt4(buffer, bufferIndex); this.maxReadSize = SMBUtil.readInt4(buffer, bufferIndex + 4); this.maxWriteSize = SMBUtil.readInt4(buffer, bufferIndex + 8); // Validate reasonable buffer sizes to prevent resource exhaustionCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 24K bytes - Click Count (0) -
doc/initial/6-stdlib/0-heading.md
Jonathan Amsterdam <******@****.***> 1705624488 -0500
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Jan 22 18:07:49 GMT 2024 - 32 bytes - Click Count (0) -
doc/next/6-stdlib/0-heading.md
Carlos Amedee <******@****.***> 1769025172 -0500
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Jan 21 20:27:12 GMT 2026 - 32 bytes - Click Count (0) -
src/test/java/org/codelibs/fess/suggest/index/contents/DefaultContentsParserEdgeCaseTest.java
String[] words = new String[] { "word1", "word2", "word3" }; // Only provide readings for first word String[][] readings = new String[][] { new String[] { "reading1" } }; String[] fields = new String[] { "content" }; SuggestItem item = parser.parseSearchWords(words, readings, fields, null, null, 1, defaultReadingConverter, defaultNormalizer, analyzer, null);
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sat Mar 14 02:35:38 GMT 2026 - 20.3K bytes - Click Count (0)