- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 471 for atual (0.01 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/AbstractExtractor.java
* {@link CrawlerContainer}. It also provides a convenient method for * registering the extractor with the {@link ExtractorFactory}. * </p> * * <p> * Subclasses should implement the actual extraction logic in their own * methods, leveraging the helper methods provided by this abstract class. * </p> * */ public abstract class AbstractExtractor implements Extractor { /** The crawler container. */Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 4.2K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/AndXServerMessageBlockTest.java
block.uid = 0x1234; block.useUnicode = true; byte[] buf = new byte[256]; int n = block.writeAndXWireFormat(buf, 0); assertTrue(n > 0); // Note: In actual implementation, uid is NOT propagated for non-AndX SMBs // uid is only set for AndXServerMessageBlock instances (line 167 in AndXServerMessageBlock.java) // Only useUnicode is set before the instanceof check (line 149)Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lease/DirectoryChangeNotifier.java
CompletableFuture<Void> future = CompletableFuture.runAsync(() -> { while (handle.isActive()) { try { // Note: Actual SMB2 Change Notify implementation would go here // For now, this is a placeholder that simulates monitoring // In a real implementation, we would:
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 13.7K bytes - Viewed (0) -
src/test/java/jcifs/netbios/NodeStatusResponseTest.java
assertArrayEquals(testMac, parsedMac); // Verify stats were parsed // Stats length = rDataLength - (numberOfNames * 18) - 1 = 67 - 54 - 1 = 12 // But MAC address takes 6 bytes, so actual stats length = 12 - 6 = 6 Field statsField = NodeStatusResponse.class.getDeclaredField("stats"); statsField.setAccessible(true); byte[] parsedStats = (byte[]) statsField.get(response);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 19.3K bytes - Viewed (0) -
cmd/object-api-utils_test.go
}, // Normal bucket { bucket: "mybucket", result: false, }, } for i, test := range testCases { actual := isMinioMetaBucketName(test.bucket) if actual != test.result { t.Errorf("Test %d - expected %v but received %v", i+1, test.result, actual) } } } // Tests RemoveStandardStorageClass method. Expectation is metadata mapRegistered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 24.1K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/RequestTrace.java
* operations. May be null for top-level requests. * @param data Additional data associated with this request trace, typically containing the actual request * object being processed or any application-specific state information. May be null if no * additional data is needed. */
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 29 08:17:07 UTC 2025 - 2.9K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/IterablesTest.java
public Integer apply(String from) { return Integer.valueOf(from); } }); List<Integer> actual = newArrayList(result); List<Integer> expected = asList(1, 2, 3); assertEquals(expected, actual); assertCanIterateAgain(result); assertEquals("[1, 2, 3]", result.toString()); } public void testPoorlyBehavedTransform() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 45.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/Trans2QueryFSInformationResponse.java
bufferIndex += 8; // read caller available allocation units info.free = readInt8(buffer, bufferIndex); bufferIndex += 8; // skip actual free units bufferIndex += 8; info.sectPerAlloc = readInt4(buffer, bufferIndex); bufferIndex += 4; info.bytesPerSect = readInt4(buffer, bufferIndex); bufferIndex += 4;Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 5.1K bytes - Viewed (0) -
docs/en/docs/advanced/openapi-webhooks.md
This is because it is expected that **your users** would define the actual **URL path** where they want to receive the webhook request in some other way (e.g. a web dashboard). ### Check the docs { #check-the-docs }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 2.9K bytes - Viewed (0) -
.github/workflows/multipart/migrate.sh
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon May 27 19:17:46 UTC 2024 - 4.3K bytes - Viewed (0)