- Sort Score
- Num 10 results
- Language All
Results 61 - 70 of 105 for 8194 (0.02 seconds)
-
src/test/java/org/codelibs/fess/chat/ChatClientTest.java
final String head = result.substring(0, omitIdx); final String tail = result.substring(omitIdx + omitMarker.length()); // Verify 60/40 ratio: head=289, tail=194 assertEquals(289, head.length()); assertEquals(194, tail.length()); // Head should be ~60% of bodyBudget final double headRatio = (double) head.length() / (head.length() + tail.length());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 40.6K bytes - Click Count (0) -
src/main/java/jcifs/http/NetworkExplorer.java
* @throws IOException if an I/O error occurs */ protected void doFile(final HttpServletRequest req, final HttpServletResponse resp, final SmbFile file) throws IOException { final byte[] buf = new byte[8192]; @SuppressWarnings("resource") final ServletOutputStream out = resp.getOutputStream(); String url; int n; try (SmbFileInputStream in = new SmbFileInputStream(file)) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 23.4K bytes - Click Count (0) -
docs/en/data/topic_repos.yml
html_url: https://github.com/pydantic/FastUI stars: 8958 owner_login: pydantic owner_html_url: https://github.com/pydantic - name: FileCodeBox html_url: https://github.com/vastsa/FileCodeBox stars: 8191 owner_login: vastsa owner_html_url: https://github.com/vastsa - name: nonebot2 html_url: https://github.com/nonebot/nonebot2 stars: 7456 owner_login: nonebot owner_html_url: https://github.com/nonebot
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Apr 01 12:36:41 GMT 2026 - 16K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/ioctl/SrvCopychunkCopyTest.java
offset += CHUNK_SIZE; assertEquals(4096L, SMBUtil.readInt8(buffer, offset)); assertEquals(5120L, SMBUtil.readInt8(buffer, offset + 8)); assertEquals(8192, SMBUtil.readInt4(buffer, offset + 16)); offset += CHUNK_SIZE; assertEquals(12288L, SMBUtil.readInt8(buffer, offset)); assertEquals(13312L, SMBUtil.readInt8(buffer, offset + 8));Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 23.1K bytes - Click Count (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const EV_EOF ideal-int pkg syscall (freebsd-arm64), const EV_ERROR = 16384 pkg syscall (freebsd-arm64), const EV_ERROR ideal-int pkg syscall (freebsd-arm64), const EV_FLAG1 = 8192 pkg syscall (freebsd-arm64), const EV_FLAG1 ideal-int pkg syscall (freebsd-arm64), const EV_ONESHOT = 16 pkg syscall (freebsd-arm64), const EV_ONESHOT ideal-int pkg syscall (freebsd-arm64), const EV_RECEIPT = 64
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 508.9K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vbmi2.s
VPSHRDD $81, Z6, Z26, K3, Z6 // 62f32d4373f651 VPSHRDD $81, 99(R15)(R15*2), Z26, K3, Z6 // 62932d4373b47f6300000051 VPSHRDD $81, -7(DI), Z26, K3, Z6 // 62f32d4373b7f9ffffff51 VPSHRDD $81, Z28, Z14, K3, Z6 // 62930d4b73f451 VPSHRDD $81, Z6, Z14, K3, Z6 // 62f30d4b73f651 VPSHRDD $81, 99(R15)(R15*2), Z14, K3, Z6 // 62930d4b73b47f6300000051
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 97.1K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/ByteStreamsTest.java
new ByteProcessor<Integer>() { @Override public boolean processBytes(byte[] buf, int off, int len) { assertThat(newPreFilledByteArray(8192)) .isEqualTo(Arrays.copyOfRange(buf, off, off + len)); return false; } @Override public Integer getResult() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 19:26:39 GMT 2026 - 22K bytes - Click Count (0) -
src/main/java/jcifs/dcerpc/msrpc/samr.java
public static final int ACB_SMARTCARD_REQUIRED = 4096; /** Account control bit flag: Account is trusted for delegation */ public static final int ACB_TRUSTED_FOR_DELEGATION = 8192; /** Account control bit flag: Account is not delegated */ public static final int ACB_NOT_DELEGATED = 16384; /** Account control bit flag: Use DES encryption keys only */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 23.4K bytes - Click Count (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java
public static final int ACB_SMARTCARD_REQUIRED = 4096; /** Account control bit flag: Account is trusted for delegation */ public static final int ACB_TRUSTED_FOR_DELEGATION = 8192; /** Account control bit flag: Account is not delegated */ public static final int ACB_NOT_DELEGATED = 16384; /** Account control bit flag: Use DES encryption keys only */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 23.1K bytes - Click Count (0) -
src/test/java/jcifs/dcerpc/msrpc/samrTest.java
assertEquals(1024, samr.ACB_AUTOLOCK); assertEquals(2048, samr.ACB_ENC_TXT_PWD_ALLOWED); assertEquals(4096, samr.ACB_SMARTCARD_REQUIRED); assertEquals(8192, samr.ACB_TRUSTED_FOR_DELEGATION); assertEquals(16384, samr.ACB_NOT_DELEGATED); assertEquals(32768, samr.ACB_USE_DES_KEY_ONLY); assertEquals(65536, samr.ACB_DONT_REQUIRE_PREAUTH); }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 33.7K bytes - Click Count (0)