- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 31 for accessible (0.26 sec)
-
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
// Test operations on public share SmbFile readmeFile = new SmbFile(baseUrl + "public/readme.txt", context); assertTrue(readmeFile.exists(), "File in public share should be accessible"); assertTrue(readmeFile.canRead(), "File in public share should be readable"); } // ========== Advanced Features ========== @Test void testLargeFileOperations() throws Exception {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 56K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/com/ServerDataTest.java
assertTrue(serverData1.encryptedPasswords); assertFalse(serverData2.encryptedPasswords); } /** * Test all fields are public and accessible */ @Test @DisplayName("Test all fields are public") public void testAllFieldsArePublic() { // Get all declared fields Field[] fields = ServerData.class.getDeclaredFields();
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/UserInfoHelper.java
this.cookieSecure = cookieSecure; } /** * Sets whether the user identification cookie should be HTTP-only. * * @param httpOnly true if the cookie should be HTTP-only (not accessible via JavaScript), false otherwise */ public void setCookieHttpOnly(final boolean httpOnly) { this.httpOnly = httpOnly; }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/util/SuggestUtilTest.java
Constructor<SuggestUtil> constructor = SuggestUtil.class.getDeclaredConstructor(); assertTrue(Modifier.isPrivate(constructor.getModifiers())); // Make it accessible to test it throws no exception constructor.setAccessible(true); constructor.newInstance(); } @Test public void testCreateSuggestTextId() { // Test normal text
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 26.7K bytes - Viewed (0) -
docs/smb3-features/06-witness-protocol-design.md
// Verify that witness notification was received and handled assertTrue(listener.waitForNotification(30000)); // 30 second timeout // Verify file is still accessible after failover assertTrue(file.exists()); } @Test public void testWitnessServiceDiscovery() throws Exception { CIFSContext context = getTestContext();Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 42K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ServerMessageBlock2Test.java
System.arraycopy(testSignature, 0, buffer, 48, 16); testMessage.setBytesRead(10); testMessage.decode(buffer, 0); // Signature is stored internally but not directly accessible // Verify decode completes successfully assertTrue(testMessage.getLength() > 0); } } @Nested @DisplayName("Compound Response Tests")
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 39.5K bytes - Viewed (0) -
src/main/webapp/css/admin/font-awesome.min.css
n:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before...Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 14 21:22:25 UTC 2019 - 55.8K bytes - Viewed (0) -
src/test/java/org/codelibs/core/beans/impl/BeanDescImplTest.java
@Test public void testAddFields() throws Exception { final BeanDesc beanDesc = new BeanDescImpl(MyBean.class); final FieldDesc eee = beanDesc.getFieldDesc("eee"); assertThat(eee.getField().isAccessible(), is(true)); final PropertyDesc pd = beanDesc.getPropertyDesc("ggg"); assertThat(pd, is(notNullValue())); assertThat(pd.getPropertyName(), is("ggg"));Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Fri Jun 20 13:40:57 UTC 2025 - 13.9K bytes - Viewed (0) -
src/main/webapp/css/bootstrap.min.css.map
stacks\n","//\n// Visually hidden\n//\n\n.visually-hidden,\n.visually-hidden-focusable:not(:focus):not(:focus-within) {\n @include visually-hidden();\n}\n","// stylelint-disable declaration-no-important\n\n// Hide content visually while keeping it accessible to assistive technologies\n//\n// See: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/\n// See: https://kittygiraudel.com/2016/10/13/css-hide-and-seek/\n\n@mixin visually-hidden() {\n width: 1px !important;\n height: 1px !important;\n...Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Jan 12 06:14:02 UTC 2025 - 575.5K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
select.ampmselect {\n background-color: #343a40;\n border-color: #4b545c;\n}\n\n.jqstooltip {\n height: auto !important;\n padding: 5px !important;\n width: auto !important;\n}\n\n.connectedSortable {\n min-height: 100px;\n}\n\n.ui-helper-hidden-accessible {\n border: 0;\n clip: rect(0 0 0 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n}\n\n.sort-highlight {\n background: #f8f9fa;\n border: 1px dashed #dee2e6;\n margin-bottom: 10px;\n}\n\n.chart...Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (3)