- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 30 for domainNames (0.08 seconds)
-
src/main/java/jcifs/ntlmssp/Type3Message.java
final String oemCp = unicode ? null : getOEMEncoding(); final String domainName = getDomain(); byte[] domainBytes = null; if (domainName != null && domainName.length() != 0) { domainBytes = unicode ? domainName.getBytes(UNI_ENCODING) : domainName.getBytes(oemCp); size += domainBytes.length; } final String userName = getUser();
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 32.7K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/SmbTransport.java
// * get roots in target domain // */ // // UniAddress dc = UniAddress.getByName(domainName); // SmbTransport trans = SmbTransport.getSmbTransport(dc, 0); // DfsReferral[] dr = trans.getDfsReferrals(auth, "\\" + domainName, 1); // // handle = DcerpcHandle.getHandle("ncacn_np:" +Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 31.8K bytes - Click Count (0) -
src/test/java/jcifs/smb/SIDCacheImplTest.java
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 14K bytes - Click Count (0) -
android/guava/src/com/google/common/net/InternetDomainName.java
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 27.9K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/KotlinSourceModernTest.kt
object : EventListener() { override fun callStart(call: Call) = TODO() override fun dnsStart( call: Call, domainName: String, ) = TODO() override fun dnsEnd( call: Call, domainName: String, inetAddressList: List<InetAddress>, ) = TODO() override fun connectStart( call: Call,
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Nov 05 18:28:35 GMT 2025 - 47K bytes - Click Count (0) -
src/test/java/jcifs/smb/SIDTest.java
@DisplayName("getDomainName and getAccountName behaviors for unknown, domain, and user") void testNamesByType() { byte[] ident = new byte[] { 0, 0, 0, 0, 0, 5 }; // Unknown: domainName derived from numeric SID, accountName = RID SID unknown = new SID(buildSidT((byte) 1, ident, 10, 20, 30), jcifs.SID.SID_TYPE_UNKNOWN, null, null, false); assertEquals("S-1-5-10-20", unknown.getDomainName());Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 15.8K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/EventListenerTest.kt
val dnsStart: DnsStart = eventRecorder.removeUpToEvent<DnsStart>() assertThat(dnsStart.call).isSameAs(call) assertThat(dnsStart.domainName).isEqualTo(server.hostName) val dnsEnd: DnsEnd = eventRecorder.removeUpToEvent<DnsEnd>() assertThat(dnsEnd.call).isSameAs(call) assertThat(dnsEnd.domainName).isEqualTo(server.hostName) assertThat(dnsEnd.inetAddressList.size).isEqualTo(1) } @Test
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Nov 05 18:28:35 GMT 2025 - 70.5K bytes - Click Count (0) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
edu.bt gov.bt net.bt org.bt // bv : No registrations at this time. // Submitted by registry <******@****.***> bv // bw : https://www.iana.org/domains/root/db/bw.html // http://www.gobin.info/domainname/bw.doc // list of other 2nd level tlds ? bw co.bw org.bw // by : https://www.iana.org/domains/root/db/by.html // http://tld.by/rules_2006_en.html // list of other 2nd level tlds ? by gov.by
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 309.7K bytes - Click Count (1) -
api/go1.txt
pkg syscall (linux-386), type Utimbuf struct, Actime int32 pkg syscall (linux-386), type Utimbuf struct, Modtime int32 pkg syscall (linux-386), type Utsname struct pkg syscall (linux-386), type Utsname struct, Domainname [65]int8 pkg syscall (linux-386), type Utsname struct, Machine [65]int8 pkg syscall (linux-386), type Utsname struct, Nodename [65]int8 pkg syscall (linux-386), type Utsname struct, Release [65]int8
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0) -
api/go1.2.txt
pkg syscall (linux-arm-cgo), type Utimbuf struct, Actime int32 pkg syscall (linux-arm-cgo), type Utimbuf struct, Modtime int32 pkg syscall (linux-arm-cgo), type Utsname struct pkg syscall (linux-arm-cgo), type Utsname struct, Domainname [65]uint8 pkg syscall (linux-arm-cgo), type Utsname struct, Machine [65]uint8 pkg syscall (linux-arm-cgo), type Utsname struct, Nodename [65]uint8 pkg syscall (linux-arm-cgo), type Utsname struct, Release [65]uint8
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Oct 18 04:36:59 GMT 2013 - 1.9M bytes - Click Count (1)