- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 384 for Artwork (0.04 sec)
-
src/test/java/org/codelibs/fess/exception/SsoLoginExceptionTest.java
// Test with different exception types as cause String message = "SSO provider communication error"; // Test with IOException IOException ioException = new IOException("Network error"); SsoLoginException exception1 = new SsoLoginException(message, ioException); assertEquals(message, exception1.getMessage()); assertTrue(exception1.getCause() instanceof IOException);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.7K bytes - Viewed (0) -
docs/integrations/veeam/README.md
- MinIO object storage set up per <https://docs.min.io/community/minio-object-store/index.html> - Veeam requires TLS connections to the object storage. This can be configured per <https://docs.min.io/community/minio-object-store/operations/network-encryption.html> - The S3 bucket, Access Key and Secret Key have to be created before and outside of Veeam.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 5.5K bytes - Viewed (0) -
docs/em/docs/tutorial/response-status-code.md
/// tip ๐ญ ๐ ๐ ๐ ๐ ๐ & โ ๐ โซ๏ธโ, โ <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Status" class="external-link" target="_blank"><abbr title="Mozilla Developer Network">๐</abbr> ๐งพ ๐ ๐บ๐ธ๐ ๐ ๐</a>. /// ## โจ ๐ญ ๐ โก๏ธ ๐ โฎ๏ธ ๐ผ ๐: {* ../../docs_src/response_status_code/tutorial001.py hl[6] *} `201` ๐ ๐ "โ". โ๏ธ ๐ ๐ซ โ๏ธ โ โซ๏ธโ ๐ ๐ ๐ โ.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.3K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/ConnectionPool.kt
import okhttp3.internal.connection.RealConnectionPool import okhttp3.internal.connection.RealRoutePlanner import okhttp3.internal.connection.RouteDatabase /** * Manages reuse of HTTP and HTTP/2 connections for reduced network latency. HTTP requests that * share the same [Address] may share a [Connection]. This class implements the policy * of which connections to keep open for future use. *
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Jun 03 17:10:08 UTC 2025 - 4.8K bytes - Viewed (0) -
docs/config/README.md
Following is a sample directory structure for MinIO server with TLS certificates. ```sh $ mc tree --files ~/.minio /home/user1/.minio โโ certs โโ CAs โโ private.key
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 18.1K bytes - Viewed (1) -
docs/es/docs/tutorial/response-status-code.md
Para saber mรกs sobre cada cรณdigo de estado y quรฉ cรณdigo es para quรฉ, revisa la <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Status" class="external-link" target="_blank">documentaciรณn de <abbr title="Mozilla Developer Network">MDN</abbr> sobre cรณdigos de estado HTTP</a>. /// ## Atajo para recordar los nombres Veamos de nuevo el ejemplo anterior: {* ../../docs_src/response_status_code/tutorial001.py hl[6] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 4.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/net/NetServerEnum2Response.java
import jcifs.internal.util.SMBUtil; import jcifs.smb.FileEntry; import jcifs.util.Hexdump; /** * SMB1 NetServerEnum2 transaction response implementation. * Handles responses from network server enumeration operations, parsing server * information returned by the NetServerEnum2 transaction in SMB1 protocol. * * @author mbechler * */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6K bytes - Viewed (0) -
docs/ko/docs/tutorial/response-status-code.md
/// tip | ํ ๊ฐ๊ฐ์ ์ํ ์ฝ๋์ ์ด๋ค์ด ์๋ฏธํ๋ ๋ด์ฉ์ ๋ํด ๋ ์๊ณ ์ถ๋ค๋ฉด <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Status" class="external-link" target="_blank"><abbr title="Mozilla Developer Network">MDN</abbr> HTTP ์ํ ์ฝ๋์ ๊ดํ ๋ฌธ์</a> ๋ฅผ ํ์ธํ์ญ์์ค. /// ## ์ด๋ฆ์ ๊ธฐ์ตํ๋ ์ฌ์ด ๋ฐฉ๋ฒ ์๊ธฐ ์์ ์ฐธ๊ณ : {* ../../docs_src/response_status_code/tutorial001.py hl[6] *} `201` ์ "์์ฑ๋จ"๋ฅผ ์๋ฏธํ๋ ์ํ ์ฝ๋์ ๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.8K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/Trans2QueryFSInformationTest.java
import jcifs.smb1.util.Hexdump; /** * Unit test for {@link Trans2QueryFSInformation}. The class contains mostly * trivial wire-format helpers and a custom {@code toString()} implementation. * All tests are pure unit tests โ no network or file system access is * required. */ class Trans2QueryFSInformationTest { /** Small helper to create a byte buffer larger than the maximum expected
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 4.5K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/features/MapFeature.java
import java.util.Map; import java.util.Set; /** * Optional features of classes derived from {@code Map}. * * @author George van den Driessche */ @SuppressWarnings("rawtypes") // maybe avoidable if we rework the whole package? @GwtCompatible public enum MapFeature implements Feature<Map> { /** * The map does not throw {@code NullPointerException} on calls such as {@code containsKey(null)},
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jan 30 16:59:10 UTC 2025 - 3K bytes - Viewed (0)