- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 1,383 for purposes (0.2 sec)
-
android/guava/src/com/google/common/net/InetAddresses.java
* to handle IPv6 addresses as well until the application is suitably fixed. * * <p>NOTE: an IPv6 address coerced to an IPv4 address can only be used for such purposes as * rudimentary identification or indexing into a collection of real {@link InetAddress}es. They * cannot be used as real addresses for the purposes of network communication. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 19 21:24:11 UTC 2025 - 47.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/create/CreateContextRequestTest.java
/** * Test class for CreateContextRequest interface */ @DisplayName("CreateContextRequest Tests") class CreateContextRequestTest { /** * Test implementation of CreateContextRequest for testing purposes */ static class TestCreateContextRequest implements CreateContextRequest { private byte[] name; private byte[] data; private int encodedSize;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.9K bytes - Viewed (0) -
android/guava/src/com/google/common/eventbus/EventBus.java
public EventBus() { this("default"); } /** * Creates a new EventBus with the given {@code identifier}. * * @param identifier a brief name for this bus, for logging purposes. Should be a valid Java * identifier. */ public EventBus(String identifier) { this( identifier, directExecutor(), Dispatcher.perThreadDispatchQueue(), LoggingHandler.INSTANCE); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 12.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/AndXServerMessageBlock.java
* junk. We need to bump up the wordCount here so that this method returns * the correct number of bytes for signing purposes. Otherwise we get a * signing verification failure. */ if (this.getCommand() == SMB_COM_NT_CREATE_ANDX && ((SmbComNTCreateAndXResponse) this).isExtended()
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 15.8K bytes - Viewed (0) -
cmd/object-api-datatypes.go
ReplicationTimestamp time.Time Checksum []byte } // MultipartInfo captures metadata information about the uploadId // this data structure is used primarily for some internal purposes // for verifying upload type such as was the upload // - encrypted // - compressed type MultipartInfo struct { // Name of the bucket. Bucket string // Name of the object. Object string
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 21.2K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/JavaPathType.java
if (value.isEmpty()) { return new String[0]; } return new String[] {option, value}; } /** * {@return a string representation of this path type for debugging purposes}. */ @Override public String toString() { return "PathType[" + id() + "]"; } /** * Type of path which is applied to only one specific Java module.
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jun 26 07:56:58 UTC 2025 - 15K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/helper/CrawlerStatsHelper.java
buf.append('\t'); buf.append("time:").append(FessFunctions.formatDate(new Date(time))); return buf; } /** * Extracts the URL string from a crawler object for logging purposes. * * @param keyObj the crawler object to extract URL from * @return the URL string or a default value if not extractable */ protected String getUrl(final Object keyObj) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 17.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportPoolImpl.java
&& !conn.getNegotiateResponse().isSigningRequired()) { // if signing is not enforced, dont use connections that have signing enforced // for purposes that dont require it. if (log.isTraceEnabled()) { log.debug("Cannot reuse, signing enforced on connection " + conn); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 33.4K bytes - Viewed (0) -
api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlNode.java
return this; } /** * Sets the input location information for the XML node. * <p> * This is typically used for error reporting and debugging purposes. * * @param inputLocation the input location object * @return this builder instance */ public Builder inputLocation(Object inputLocation) {
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Jul 19 11:09:56 UTC 2025 - 18.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/Smb3KeyDerivationTest.java
// Then assertFalse(Arrays.equals(decKey300, decKey311), "Decryption keys should be different for different dialects"); } @Test @DisplayName("Should derive different keys for different purposes with same dialect") void testDeriveKeys_DifferentPurposes() { // Given int dialect = Smb2Constants.SMB2_DIALECT_0311; // When
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.5K bytes - Viewed (0)