- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 223 for windowed (0.12 sec)
-
src/main/webapp/js/admin/plugins/form-validator/lang/no.js
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 2.4K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/form-validator/lang/es.js
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 3K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/Http2ConnectionTest.kt
peer.sendFrame().data(false, 3, data(24), 24) peer.sendFrame().data(false, 3, data(25), 25) peer.sendFrame().data(false, 3, data(1), 1) peer.acceptFrame() // connection WINDOW UPDATE peer.acceptFrame() // stream WINDOW UPDATE } peer.sendFrame().data(true, 3, data(0), 0) peer.play() // Play it back. val connection = connect(peer)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 75.5K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/form-validator/lang/tr.js
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 3.1K bytes - Viewed (0) -
src/test/java/jcifs/util/InputValidatorTest.java
} @ParameterizedTest @DisplayName("Test path traversal detection") @ValueSource(strings = { "../etc/passwd", "..\\windows\\system32", "folder/../../../etc", "test/../../root", "..\\..\\..\\windows" }) void testPathTraversal(String path) { assertThrows(IllegalArgumentException.class, () -> InputValidator.validateSmbPath(path)); } @ParameterizedTest
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 11.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/fscc/FsctlPipeWaitRequestTest.java
assertEquals(buffer2[i], buffer3[i], "Mismatch at position " + i); } } @Test @DisplayName("Test with typical Windows pipe name format") void testWithTypicalWindowsPipeName() { // Test with typical Windows named pipe format String pipeName = "\\pipe\\TestPipe"; FsctlPipeWaitRequest request = new FsctlPipeWaitRequest(pipeName, 30000L);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.1K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/form-validator/lang/it.js
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 2.7K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/form-validator/sanitize.js
ata-sanitize",f.sanitizeAll+" "+c)}),b.find("[data-sanitize]").unbind("blur.sanitation",g).bind("blur.sanitation",g),a(function(){b.trigger("blur.sanitation")})})};a(b).on("validatorsLoaded formValidationSetup",e),a.formUtils.setupSanitation=e}(a,window)});...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 2.7K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbResourceLocatorInternalTest.java
} // Happy path: handleDFSReferral returns a resolved path @Test @DisplayName("handleDFSReferral returns resolved UNC path as stubbed") void handleDfsReferralValidInputs() { // Edge-like Windows UNC-style: a single backslash in the path String reqPath = "\\"; String resolved = "smb://server/share/path"; when(locator.handleDFSReferral(referral, reqPath)).thenReturn(resolved);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 6.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans/nt/NtTransQuerySecurityDescResponse.java
import jcifs.RuntimeCIFSException; import jcifs.internal.dtyp.SecurityDescriptor; import jcifs.internal.util.SMBUtil; /** * Response for SMB1 NT Transaction security descriptor query. * * This response contains the Windows security descriptor retrieved * from the server, including access control information. */ public class NtTransQuerySecurityDescResponse extends SmbComNtTransactionResponse {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.2K bytes - Viewed (0)