- Sort Score
- Result 10 results
- Languages All
Results 1001 - 1010 of 1,053 for alla (0.03 sec)
-
src/test/java/jcifs/internal/dtyp/SecurityDescriptorTest.java
testBuffer[0] = 0x01; // revision testBuffer[1] = 0x00; // padding testBuffer[2] = 0x04; // type low byte testBuffer[3] = (byte) 0x80; // type high byte (0x8004) // Set all offsets to 0 for (int i = 4; i < 20; i++) { testBuffer[i] = 0; } securityDescriptor.decode(testBuffer, 0, testBuffer.length);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/AndXServerMessageBlockTest.java
assertTrue(length > 0); // andxCommand is private, but we can verify the behavior assertNull(testBlock.getAndx()); // andx should be cleared } @Test @DisplayName("Test all constructors with name parameter") void testConstructorsWithName() { // Test constructor with command, name, and andx
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.4K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/rule/impl/AbstractRuleTest.java
testRule.register(0); testRule.register(0); testRule.register(1); List<Rule> rules = ruleManager.getRules(); assertEquals(3, rules.size()); // All should be the same instance assertSame(testRule, rules.get(0)); assertSame(testRule, rules.get(1)); assertSame(testRule, rules.get(2)); } /**
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 21.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
client.deletePits(deletePITRequest, listener); } /** * Gets all point-in-time contexts asynchronously. * * @param getAllPitNodesRequest the get all PITs request * @param listener the response listener */ @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0) -
.teamcity/performance-test-durations.json
"linux" : 474 }, { "testProject" : "largeMonolithicJavaProject", "linux" : 222 } ] }, { "scenario" : "org.gradle.performance.regression.java.JavaTasksPerformanceTest.tasks --all", "durations" : [ { "testProject" : "largeJavaMultiProject", "linux" : 619 }, { "testProject" : "largeMonolithicJavaProject", "linux" : 218 } ] }, {
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Mon Sep 08 06:58:31 UTC 2025 - 25.9K bytes - Viewed (0) -
android/guava/src/com/google/common/primitives/Shorts.java
* concat(new short[] {a, b}, new short[] {}, new short[] {c}} returns the array {@code {a, b, * c}}. * * @param arrays zero or more {@code short} arrays * @return a single array containing all the values from the source arrays, in order * @throws IllegalArgumentException if the total number of elements in {@code arrays} does not fit * in an {@code int} */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 25.8K bytes - Viewed (0) -
guava/src/com/google/common/primitives/Shorts.java
* concat(new short[] {a, b}, new short[] {}, new short[] {c}} returns the array {@code {a, b, * c}}. * * @param arrays zero or more {@code short} arrays * @return a single array containing all the values from the source arrays, in order * @throws IllegalArgumentException if the total number of elements in {@code arrays} does not fit * in an {@code int} */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 25.8K bytes - Viewed (0) -
docs/vi/docs/index.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.9K bytes - Viewed (0) -
okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt
2C7F ; mapped ; 0240 # 5.2 LATIN CAPITAL LETTER Z WITH SWASH TAIL 2C80 ; mapped ; 2C81 # 4.1 COPTIC CAPITAL LETTER ALFA 2C81 ; valid # 4.1 COPTIC SMALL LETTER ALFA 2C82 ; mapped ; 2C83 # 4.1 COPTIC CAPITAL LETTER VIDA 2C83 ; valid # 4.1 COPTIC SMALL LETTER VIDA
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Feb 10 11:25:47 UTC 2024 - 854.1K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/connection/RouteSelectorTest.kt
val selection2 = routeSelector.next() assertThat(selection2.next()).isEqualTo(regularRoutes[1]) assertThat(selection2.hasNext()).isFalse() // The second selection will contain all failed routes. val selection3 = routeSelector.next() assertThat(selection3.next()).isEqualTo(regularRoutes[0]) assertThat(selection3.hasNext()).isFalse() assertThat(routeSelector.hasNext()).isFalse() }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri May 30 21:28:20 UTC 2025 - 20.7K bytes - Viewed (0)