- Sort Score
- Result 10 results
- Languages All
Results 1831 - 1840 of 4,221 for Avoid (0.08 sec)
-
src/main/java/jcifs/internal/witness/WitnessAsyncNotifyMessage.java
* Sets the notifications list. * * @param notifications the notifications to set */ public void setNotifications(List<WitnessNotificationResponse> notifications) { this.notifications = notifications != null ? new ArrayList<>(notifications) : new ArrayList<>(); } @Override protected void encodeWitnessParameters(NdrBuffer buf) throws NdrException { // Encode input parameters for WitnessAsyncNotifyRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 16.4K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/lsarpc.java
@Override public void encode(final NdrBuffer _dst) throws NdrException { _dst.align(4); _dst.enc_ndr_long(this.length); _dst.enc_ndr_short(this.impersonation_level); _dst.enc_ndr_small(this.context_mode); _dst.enc_ndr_small(this.effective_only); } @Override public void decode(final NdrBuffer _src) throws NdrException {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 44.5K bytes - Viewed (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/PluginUpgradeStrategyTest.java
*/ @DisplayName("PluginUpgradeStrategy") class PluginUpgradeStrategyTest { private PluginUpgradeStrategy strategy; @BeforeEach void setUp() { strategy = new PluginUpgradeStrategy(); } private UpgradeContext createMockContext() { return TestUtils.createMockContext(); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 27.8K bytes - Viewed (0) -
src/test/java/jcifs/smb/DirFileEntryEnumIteratorBaseTest.java
} @Override protected void doCloseInternal() throws CIFSException { if (throwOnCloseInternal) throw new CIFSException("closeInternal fail"); } } @Mock SmbTreeHandleImpl tree; @Mock SmbResource parent; @Mock ResourceNameFilter nameFilter; private void stubAcquireReturnsSelf() {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/request/suggest/SuggestRequest.java
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 17.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/ndr/NdrBuffer.java
* * @param length the new data length */ public void setLength(final int length) { deferred.length = length; } /** * Advances the buffer index by the specified number of bytes. * * @param n the number of bytes to advance */ public void advance(final int n) { index += n; if (index - start > deferred.length) {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 10.4K bytes - Viewed (0) -
src/test/java/jcifs/http/NtlmServletTest.java
private static final long serialVersionUID = 1L; @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { // Do nothing - just for testing } @Override protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 11.5K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/processor/impl/SitemapsResponseProcessorTest.java
@Override protected void setUp() throws Exception { super.setUp(); MockitoAnnotations.openMocks(this); } public void test_constructor() { // Test constructor SitemapsResponseProcessor proc = new SitemapsResponseProcessor(); assertNotNull(proc); } public void test_implementsResponseProcessor() {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:29:22 UTC 2025 - 12K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/transport/Transport.java
* @throws IOException if an I/O error occurs */ protected abstract void doSend(Request request) throws IOException; /** * Receives a response from the remote endpoint. * * @param response the response object to populate * @throws IOException if an I/O error occurs */ protected abstract void doRecv(Response response) throws IOException; /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 11.3K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/ProjectBuilderTest.java
@Override public void run() { artifactsResultInAnotherThread.set(project.getArtifacts().size()); } }); t.start(); t.join(); assertEquals(project.getArtifacts().size(), artifactsResultInAnotherThread.get()); } @Test void testDontResolveDependencies() throws Exception {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 17.6K bytes - Viewed (0)