- Sort Score
- Result 10 results
- Languages All
Results 191 - 200 of 390 for Structured (2.8 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/LocalRepositoryManager.java
* The local repository serves as a cache for downloaded remote artifacts and storage * for locally installed artifacts. This manager provides services to determine the * appropriate paths for artifacts within the local repository structure. * * <p>The LocalRepositoryManager is responsible for: * <ul> * <li>Determining the storage path for locally installed artifacts</li> * <li>Managing the layout and organization of cached remote artifacts</li>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 3.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/nt/NtTransQuerySecurityDescTest.java
} @Test @DisplayName("Test parameter wire format structure") void testParameterWireFormatStructure() { querySecurityDesc = new NtTransQuerySecurityDesc(mockConfig, 0xABCD, 0x12345678); byte[] dst = new byte[100]; int bytesWritten = querySecurityDesc.writeParametersWireFormat(dst, 10); // Verify structure: // Offset 0-1: FID (2 bytes)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.9K bytes - Viewed (0) -
src/main/java/jcifs/pac/PacUnicodeString.java
* License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.pac; /** * Represents a Unicode string structure as used in PAC data. * This class encapsulates the metadata for a Unicode string including its length, * maximum length, and pointer to the actual string data. */ public class PacUnicodeString {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.9K bytes - Viewed (0) -
src/test/java/jcifs/spnego/SpnegoConstantsTest.java
assertEquals("1.3.6.1.4.1.311.2.2.10", SpnegoConstants.NTLMSSP_MECHANISM, "NTLMSSP_MECHANISM mismatch"); } @Test @DisplayName("Interface structure is as expected") void interfaceStructure() { Class<?> c = SpnegoConstants.class; assertTrue(c.isInterface(), "SpnegoConstants must be an interface");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 3.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/info/Smb2SetInfoRequestTest.java
// Create a buffer and write byte[] buffer = new byte[256]; int bytesWritten = request.writeBytesWireFormat(buffer, 64); // Verify structure size (should be 33) assertEquals(33, SMBUtil.readInt2(buffer, 64)); // Verify info type and file info class assertEquals((byte) 0x01, buffer[66]);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.9K bytes - Viewed (0) -
cmd/format-erasure.go
type formatErasureVersionDetect struct { Erasure struct { Version string `json:"version"` } `json:"xl"` } // Represents the V1 backend disk structure version // under `.minio.sys` and actual data namespace. // formatErasureV1 - structure holds format config version '1'. type formatErasureV1 struct { formatMetaV1 Erasure struct { Version string `json:"version"` // Version of 'xl' format.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 23.1K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelSource.java
* </ul> * * @since 4.0.0 * @see Source */ public interface ModelSource extends Source { /** * Interface for locating POM files within a project structure. * Implementations of this interface provide the ability to find POM files * in various project contexts. * * @since 4.0.0 */ interface ModelLocator { /**
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 29 09:46:53 UTC 2025 - 3.8K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/RequestTrace.java
/** * Represents a hierarchical trace of nested requests within a session, enabling correlation between * session events and their originating operations in the application code. The trace structure * supports the following key features: * * <ul> * <li>Maintains parent-child relationships between requests to track operation nesting</li>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 29 08:17:07 UTC 2025 - 2.9K bytes - Viewed (0) -
src/test/java/jcifs/MsrpcDfsRootEnumTest.java
assertEquals(0, dfsRootEnum.getPtype()); assertEquals(DcerpcConstants.DCERPC_FIRST_FRAG | DcerpcConstants.DCERPC_LAST_FRAG, dfsRootEnum.getFlags()); // Verify DFS enumeration structure assertNotNull(dfsRootEnum.info); assertEquals(200, dfsRootEnum.info.level); assertNotNull(dfsRootEnum.info.e); assertInstanceOf(netdfs.DfsEnumArray200.class, dfsRootEnum.info.e);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.9K bytes - Viewed (0) -
ci/official/containers/ml_build_arm64/builder.devtoolset/gcc9-fixups.patch
#ifndef _XLOCALE_H #define _XLOCALE_H 1 +#ifndef _BITS_TYPES___LOCALE_T_H +#define _BITS_TYPES___LOCALE_T_H 1 + /* Structure for reentrant locale using functions. This is an (almost) opaque type for the user level programs. The file and this data structure is not standardized. Don't rely on it. It can @@ -41,4 +44,6 @@ typedef struct __locale_struct /* POSIX 2008 makes locale_t official. */
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Nov 11 19:25:56 UTC 2024 - 8.9K bytes - Viewed (0)