- Sort Score
- Result 10 results
- Languages All
Results 311 - 320 of 395 for _parent (0.03 sec)
-
src/test/java/jcifs/internal/smb2/ServerMessageBlock2RequestTest.java
return 64; // Simulate header writing } @Override public int encode(byte[] dst, int dstIndex) { // We need to override the parent ServerMessageBlock2's encode // to properly simulate setting the length field int start = dstIndex; dstIndex += writeHeaderWireFormat(dst, dstIndex);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.7K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelBuilderRequest.java
* This POM will not undergo any profile activation. */ BUILD_CONSUMER, /** * The request is for building a model from a parent POM file from a downloaded artifact. */ CONSUMER_PARENT, /** * The request is for building a model from a dependency POM file from a downloaded artifact. */
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Mar 26 20:54:22 UTC 2025 - 16.3K bytes - Viewed (0) -
README.md
- **Index Management**: Automatic index creation, switching, and maintenance - **Customizable Scoring**: User boost, document frequency, and query frequency weighting ## Technology Stack - **Java**: 21+ (configured via parent POM) - **OpenSearch**: Latest (provided scope) - **Apache Lucene**: Query parsing and text analysis - **ICU4J**: Unicode text processing and normalization - **JUnit 4**: Testing framework
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sun Aug 31 03:31:14 UTC 2025 - 12.1K bytes - Viewed (1) -
docs/SMB3_IMPLEMENTATION_PLAN.md
``` #### 4.2 Implementation Tasks - [ ] Extend lease implementation for directories - [ ] Implement directory metadata caching - [ ] Add directory change notification integration - [ ] Create parent-child lease relationships - [ ] Implement directory lease break handling - [ ] Add directory enumeration caching #### 4.3 Integration Points - Extend `SmbFile` for directory lease support
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 10.7K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/MsrpcShareGetInfoTest.java
assertEquals(0, msrpcShareGetInfo.getPtype()); assertEquals(DcerpcConstants.DCERPC_FIRST_FRAG | DcerpcConstants.DCERPC_LAST_FRAG, msrpcShareGetInfo.getFlags()); // Verify parent class initialization assertNotNull(msrpcShareGetInfo.info); assertTrue(msrpcShareGetInfo.info instanceof srvsvc.ShareInfo502); assertEquals(502, msrpcShareGetInfo.level);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/annotation/SecuredTest.java
assertEquals("ROLE_PARENT", childSecured.value()[0]); } // Test method annotation inheritance public void test_methodAnnotationInheritance() throws NoSuchMethodException { // Parent method has annotation Method parentMethod = ParentClass.class.getMethod("parentMethod"); Secured parentSecured = parentMethod.getAnnotation(Secured.class); assertNotNull(parentSecured);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 15.2K bytes - Viewed (0) -
docs/metrics/v3.md
For ease of configuration, each (non-empty) parent of the path serves all the metric endpoints at its child paths. For example, to query all system metrics scrape `/minio/metrics/v3/system/`.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 45.2K bytes - Viewed (0) -
src/cmd/asm/internal/asm/expr_test.go
{"3>>(1<<63)", "negative right shift count"}, {"(1<<63)>>2", "right shift of value with high bit set"}, {"(1<<62)>>2", ""}, {`'\x80'`, "illegal UTF-8 encoding for character constant"}, {"(23*4", "missing closing paren"}, {")23*4", "unexpected ) evaluating expression"}, {"18446744073709551616", "value out of range"}, } func TestBadExpr(t *testing.T) { for i, test := range badExprTests { err := runBadTest(i, test, t)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Aug 29 07:48:38 UTC 2023 - 3.2K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/DcerpcHandleTest.java
// Given: Mock message DcerpcMessage mockMessage = mock(DcerpcMessage.class); lenient().when(mockMessage.getResult()).thenReturn(null); // When: Encoding message (calls parent implementation) // Then: Should complete without throwing exception assertDoesNotThrow(() -> handle.encodeMessage(mockMessage, new byte[100])); } } @Nested
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/nt/SmbComNtTransactionTest.java
// Verify that transaction is properly initialized assertNotNull(transaction); // Verify primary setup offset (should be 71 as per NTT_PRIMARY_SETUP_OFFSET) // This is set in the parent constructor assertNotNull(transaction); } @Test @DisplayName("Test constructor initialization with NT_TRANSACT_NOTIFY_CHANGE") void testConstructorWithNotifyChange() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.1K bytes - Viewed (0)