- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 36 for embeds (0.05 sec)
-
docs/features/https.md
} println(response.body!!.string()) } } /** * Returns an input stream containing one or more certificate PEM files. This implementation just * embeds the PEM files in Java strings; most applications will instead read this from a resource * file that gets bundled with the application. */ private fun trustedCertificatesInputStream(): InputStream {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Dec 24 00:16:30 UTC 2022 - 10.5K bytes - Viewed (0) -
src/test/java/jcifs/smb/NtlmUtilTest.java
// Assert assertArrayEquals(expected, actual); } @Test @DisplayName("getLMv2Response(String,...): 24-byte response embeds client challenge") void testGetLMv2Response_strings_embedsClientChallenge() throws GeneralSecurityException { // Arrange String domain = "DOMAIN"; String user = "User";
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 12K bytes - Viewed (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/ParserRequest.java
*/ @Nullable OutputStream stdErr(); /** * Returns {@code true} if this call happens in "embedded" mode, for example by another application that * embeds Maven. When running in "embedded" mode, Maven will not try to grab system terminal and will use * provided {@link #stdIn()} or {@link InputStream#nullInputStream()} as standard in stream. */ boolean embedded();
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 15.9K bytes - Viewed (0) -
CHANGELOG.md
* New: Switch our Internationalized Domain Name (IDN) implementation to [UTS #46 Nontransitional Processing][uts46]. With this fix, the `ß` code point no longer maps to `ss`. OkHttp now embeds its own IDN mapping table in the library. * New: Prefer the client's configured precedence order for TLS cipher suites. (OkHttp used to
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 07 19:32:33 UTC 2025 - 31.6K bytes - Viewed (1) -
src/test/java/jcifs/SidResolverTest.java
for (int i = 0; i < 100; i++) { SID groupSid = mock(SID.class); List<SID> members = new ArrayList<>(); for (int j = 0; j < 50; j++) { members.add(mock(SID.class)); } largeMap.put(groupSid, members); } when(sidResolver.getLocalGroupsMap(any(CIFSContext.class), anyString(), anyInt())).thenReturn(largeMap);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 15.5K bytes - Viewed (0) -
docs/en/docs/fastapi-people.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Jan 28 20:34:56 UTC 2025 - 10.5K bytes - Viewed (0) -
okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/Adapters.kt
name: String, vararg members: DerAdapter<*>, decompose: (T) -> List<*>, construct: (List<*>) -> T, ): BasicDerAdapter<T> { val codec = object : BasicDerAdapter.Codec<T> { override fun decode(reader: DerReader): T { return reader.withTypeHint { val list = mutableListOf<Any?>() while (list.size < members.size) {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 15K bytes - Viewed (0) -
src/test/java/jcifs/SIDTest.java
rpcSid.sub_authority = new int[] { 21, 123, 456, 789, 1000 }; SID userSid = new SID(rpcSid, SID.SID_TYPE_USER, "MYDOMAIN", "user", false); jcifs.SID[] members = userSid.getGroupMemberSids("myserver", null, 0); assertEquals(0, members.length); } /** * Test static well-known SIDs. */ @Test void testWellKnownSids() { assertNotNull(SID.EVERYONE);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.5K bytes - Viewed (0) -
src/main/java/jcifs/smb/SID.java
} } /** * Get members of the group represented by this SID, if it is one. * * @param authorityServerName the server to use for SID resolution * @param tc the CIFS context to use * @param flags resolution flags * @return the members of the group * @throws IOException if there is an error retrieving group members */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 16K bytes - Viewed (0) -
docs/en/mkdocs.yml
- contributors: ../en/data/contributors.yml - translators: ../en/data/translators.yml - translation_reviewers: ../en/data/translation_reviewers.yml - skip_users: ../en/data/skip_users.yml - members: ../en/data/members.yml - sponsors_badge: ../en/data/sponsors_badge.yml - sponsors: ../en/data/sponsors.yml - topic_repos: ../en/data/topic_repos.yml redirects: redirect_maps:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 9.8K bytes - Viewed (0)