- Sort Score
- Result 10 results
- Languages All
Results 501 - 510 of 622 for setaun (0.03 sec)
-
LICENSES/vendor/github.com/containerd/log/LICENSE
Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work,Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Sun Sep 22 18:50:45 UTC 2024 - 10.6K bytes - Viewed (0) -
LICENSE
Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work,Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Tue May 08 21:35:34 UTC 2018 - 11.1K bytes - Viewed (0) -
LICENSE
Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work,Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Jan 11 04:30:09 UTC 2021 - 11.1K bytes - Viewed (0) -
LICENSES/vendor/github.com/containerd/containerd/api/LICENSE
Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work,Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Sun Sep 22 18:50:45 UTC 2024 - 10.7K bytes - Viewed (0) -
docs/SMB3_IMPLEMENTATION_PLAN.md
4. Phased rollout with beta testing ## Resource Requirements ### Development Team - 2-3 Senior Java developers with SMB protocol expertise - 1 QA engineer for test infrastructure - 1 DevOps engineer for CI/CD setup ### Timeline - **Total Duration**: 6-8 months for all features - **Phases 1-2**: 2-3 months (High priority) - **Phases 3-4**: 2 months (Medium priority) - **Phases 5-6**: 2-3 months (Low priority)
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 10.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/Smb2TransformHeaderTest.java
@DisplayName("Smb2TransformHeader Tests") class Smb2TransformHeaderTest extends BaseTest { private Smb2TransformHeader transformHeader; private byte[] testNonce; private long testSessionId; @BeforeEach void setUp() { transformHeader = new Smb2TransformHeader(); testNonce = new byte[16]; new SecureRandom().nextBytes(testNonce); testSessionId = 0x123456789ABCDEF0L; } @TestRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/info/Smb2SetInfoRequestTest.java
class Smb2SetInfoRequestTest { private Configuration mockConfig; private CIFSContext mockContext; private Smb2SetInfoRequest request; private byte[] testFileId; @BeforeEach void setUp() { mockConfig = mock(Configuration.class); mockContext = mock(CIFSContext.class); when(mockContext.getConfig()).thenReturn(mockConfig); testFileId = new byte[16];Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/dtyp/ACETest.java
import jcifs.smb.SID; import jcifs.smb.SmbException; /** * Test class for ACE (Access Control Entry) */ class ACETest { private ACE ace; private byte[] testBuffer; @BeforeEach void setUp() { ace = new ACE(); } @Test @DisplayName("Test decode with allow ACE") void testDecodeAllowACE() throws Exception { // Prepare test data - Allow ACE
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/create/CreateContextResponseTest.java
class TestImplementationTests { private TestCreateContextResponse testResponse; private byte[] testName; private byte[] testBuffer; @BeforeEach void setUp() { testName = "CREATE_CONTEXT_TEST".getBytes(StandardCharsets.UTF_8); testResponse = new TestCreateContextResponse(testName); testBuffer = new byte[256];Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 16.2K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbTreeHandleImplTest.java
@Mock SmbSessionImpl session; @Mock SmbTransportImpl transport; @Mock Configuration config; private SmbTreeHandleImpl handle; @BeforeEach void setUp() { // Tree connection is acquired in the constructor and should return itself when(treeConnection.acquire()).thenReturn(treeConnection); when(treeConnection.getSession()).thenReturn(session);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.4K bytes - Viewed (0)