- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 887 for unavailable (0.51 sec)
-
src/test/java/jcifs/smb/WinErrorTest.java
Arguments.of(WinError.ERROR_MORE_DATA, "More data is available."), Arguments.of(WinError.ERROR_SERVICE_NOT_INSTALLED, "The service is not available"), Arguments .of(WinError.ERROR_NO_BROWSER_SERVERS_FOUND, "The list of servers for this workgroup is not currently available.")); } @Test @DisplayName("Constants: values match Windows error codes")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsWebConfigCQ.java
TermQueryBuilder builder = regTermQ("available", available); if (opLambda != null) { opLambda.callback(builder); } } public void setAvailable_NotEqual(Boolean available) { setAvailable_NotTerm(available, null); } public void setAvailable_NotTerm(Boolean available) { setAvailable_NotTerm(available, null);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 172.1K bytes - Viewed (0) -
src/test/java/jcifs/smb1/netbios/SocketInputStreamTest.java
} @Test @DisplayName("Available returns underlying stream available when no message buffered") void availableReturnsUnderlyingWhenNoMessage() throws IOException { // Mock input stream that reports available bytes InputStream mockIn = mock(InputStream.class); when(mockIn.available()).thenReturn(42); SocketInputStream sis = new SocketInputStream(mockIn);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsDataConfigCQ.java
TermQueryBuilder builder = regTermQ("available", available); if (opLambda != null) { opLambda.callback(builder); } } public void setAvailable_NotEqual(Boolean available) { setAvailable_NotTerm(available, null); } public void setAvailable_NotTerm(Boolean available) { setAvailable_NotTerm(available, null);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 108.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtStatus.java
/** The disk is full */ int NT_STATUS_DISK_FULL = 0xC000007f; /** Insufficient resources are available to complete the request */ int NT_STATUS_INSUFFICIENT_RESOURCES = 0xC000009a; /** The requested pipe instance is not available */ int NT_STATUS_INSTANCE_NOT_AVAILABLE = 0xC00000ab; /** The pipe is not available */ int NT_STATUS_PIPE_NOT_AVAILABLE = 0xC00000ac;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 14.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_edit.jsp
<label for="available" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.available"/></label> <div class="col-sm-9"> <la:errors property="available"/> <la:select styleId="available" property="available" styleClass="form-control">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 15.3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/scheduler/admin_scheduler_edit.jsp
<la:errors property="available"/> <div class="form-check"> <la:checkbox styleId="available" styleClass="form-check-input" property="available"/> <label for="available" class="form-check-label">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jan 16 12:54:35 UTC 2023 - 9.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ioctl/SrvPipePeekResponse.java
/** * Response structure for SMB2 IOCTL pipe peek operation. * Provides information about data available in a named pipe. * * @author svella * */ public class SrvPipePeekResponse implements Decodable { /** * Constructs a new SrvPipePeekResponse. * This response contains information about data available in a named pipe. */ public SrvPipePeekResponse() { }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/interval/FessIntervalController.java
* * @return the delay time in milliseconds when no URLs are available */ public long getDelayMillisAtNoUrlInQueue() { return delayMillisAtNoUrlInQueue; } /** * Sets the delay time in milliseconds when there are no URLs in the queue. * * @param delayMillisAtNoUrlInQueue the delay time in milliseconds when no URLs are available */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/WinError.java
"The pipe state is invalid.", "All pipe instances are busy.", "The pipe is being closed.", "No process is on the other end of the pipe.", "More data is available.", "The service is not available", "The list of servers for this workgroup is not currently available.", };
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.9K bytes - Viewed (0)