- Sort Score
- Result 10 results
- Languages All
Results 1251 - 1260 of 1,615 for 10 (0.14 sec)
-
src/test/java/jcifs/internal/RequestWithPathTest.java
// Toggle back to false testImplementation.setResolveInDfs(false); assertFalse(testImplementation.isResolveInDfs()); // Multiple toggles for (int i = 0; i < 10; i++) { boolean expectedValue = (i % 2 == 0); testImplementation.setResolveInDfs(expectedValue); assertEquals(expectedValue, testImplementation.isResolveInDfs()); } }Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/nt/NtTransQuerySecurityDescResponseTest.java
void testReadDataWireFormatBufferIndexCalculation() throws Exception { byte[] buffer = createValidSecurityDescriptorBuffer(); int startIndex = 10; // Prepare buffer with offset byte[] fullBuffer = new byte[buffer.length + startIndex]; System.arraycopy(buffer, 0, fullBuffer, startIndex, buffer.length); setErrorCode(response, 0);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/multichannel/ChannelFailover.java
} } /** * Shutdown the failover handler */ public void shutdown() { executor.shutdown(); try { if (!executor.awaitTermination(10, TimeUnit.SECONDS)) { executor.shutdownNow(); } } catch (InterruptedException e) { executor.shutdownNow(); Thread.currentThread().interrupt(); }Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 11.6K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/AbstractCoreMavenComponentTestCase.java
} protected MavenProject createStubMavenProject() { Model model = new Model(); model.setGroupId("org.apache.maven.test"); model.setArtifactId("maven-test"); model.setVersion("1.0"); return new MavenProject(model); } protected List<ArtifactRepository> getRemoteRepositories() throws InvalidRepositoryException {Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jan 24 17:29:44 UTC 2025 - 12.1K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/repository/TestRepositorySystem.java
import org.apache.maven.settings.Proxy; import org.apache.maven.settings.Server; import org.eclipse.aether.RepositorySystemSession; import org.eclipse.sisu.Priority; /** */ @Named @Singleton @Priority(10) @Deprecated public class TestRepositorySystem implements RepositorySystem { private final ModelReader modelReader; private final ArtifactFactory artifactFactory; public TestRepositorySystem() {Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jan 10 08:42:00 UTC 2025 - 12K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.facet_contentLength_title=Größe labels.facet_contentLength_10k= - 10 KB labels.facet_contentLength_10kto100k=10 KB - 100 KB labels.facet_contentLength_100kto500k=100 KB - 500 KB labels.facet_contentLength_500kto1m=500 KB - 1 MB labels.facet_contentLength_1m=1 MB - labels.facet_contentLength_10kto50k=10 KB - 50 KB labels.facet_contentLength_50kto100k=50 KB - 100 KB
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/main/webapp/js/admin/adminlte.min.js
zeIcon).addClass(this._settings.maximizeIcon).removeClass(this._settings.minimizeIcon),this._parent.css("cssText","height: "+this._parent[0].style.height+" !important; width: "+this._parent[0].style.width+" !important; transition: all .15s;").delay(10).queue((function(){var e=n.default(this);e.removeClass(b),n.default("html").removeClass(b),e.css({height:"inherit",width:"inherit"}),e.hasClass(_)&&e.removeClass(_),e.dequeue()})),this._element.trigger(n.default.Event("minimized.lte.cardwidget"),th...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 45.3K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm.s
// B* BEQ 14(PC) // BEQ 14(PC) // 0c00000a BNE 13(PC) // BNE 13(PC) // 0b00001a BCS 12(PC) // BCS 12(PC) // 0a00002a BCC 11(PC) // BCC 11(PC) // 0900003a BMI 10(PC) // BMI 10(PC) // 0800004a BPL 9(PC) // BPL 9(PC) // 0700005a BVS 8(PC) // BVS 8(PC) // 0600006a BVC 7(PC) // BVC 7(PC) // 0500007a BHI 6(PC) // BHI 6(PC) // 0400008a
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 15 20:51:01 UTC 2023 - 69K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/SimpleTimeLimiter.java
* time limit expires for a given method call, the thread running the call will be interrupted. * * @author Kevin Bourrillion * @author Jens Nyman * @since 1.0 */ @J2ktIncompatible @GwtIncompatible // TODO: b/227335009 - Maybe change interruption behavior, but it requires thought. @SuppressWarnings("Interruption") public final class SimpleTimeLimiter implements TimeLimiter {Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 9.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/fscc/FileBasicInfoTest.java
new FileBasicInfo(TEST_CREATE_TIME, TEST_LAST_ACCESS_TIME, TEST_LAST_WRITE_TIME, TEST_CHANGE_TIME, TEST_ATTRIBUTES); // Prepare buffer byte[] buffer = new byte[100]; int startIndex = 10; // Encode int bytesWritten = info.encode(buffer, startIndex); // Verify bytes written (encode returns 40, which includes 4 padding bytes) assertEquals(40, bytesWritten);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.5K bytes - Viewed (0)