- Sort Score
- Num 10 results
- Language All
Results 111 - 120 of 213 for pole (0.01 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/entity/FessUserTest.java
user = new TestFessUser("testuser", null, new String[] {}, new String[] {}); assertNull(user.getRoleNames()); // Test with roles containing special characters roles = new String[] { "role-1", "role_2", "role.3" }; user = new TestFessUser("testuser", roles, new String[] {}, new String[] {}); assertArrayEquals(roles, user.getRoleNames()); } @Test public void test_getGroupNames() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 11.2K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/AbstractGradleViolationRule.groovy
<details> <summary> If you did this intentionally, please accept the change and provide an explanation: <span class="btn btn-info" role="button">Accept this change</span> </summary> <div class="well"> In order to accept this change add the following to <code>${relativePathToMainApiChanges()}</code>:
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 22 12:18:18 GMT 2026 - 10K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/advance.jsp
<li class="nav-item"> <div class="dropdown"> <a id="userMenu" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false" > <i class="fa fa-fw fa-user" aria-hidden="true"></i>${username} </a> <div class="dropdown-menu" aria-labelledby="userMenu">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 13 05:54:52 GMT 2025 - 14.2K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig.jsp
</la:info> <la:errors/> </div> <a role="button" data-toggle="collapse" href="#listSearchForm" aria-expanded="false" aria-controls="listSearchForm"><i class="fas fa-search" aria-hidden="true"></i></a>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 8.8K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/labeltype/admin_labeltype.jsp
</la:info> <la:errors/> </div> <a role="button" data-toggle="collapse" href="#listSearchForm" aria-expanded="false" aria-controls="listSearchForm"><i class="fas fa-search" aria-hidden="true"></i></a>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 10.6K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/EnrichedReportRenderer.groovy
document.body.appendChild(downloadLink); downloadLink.click(); } </script> <a class="btn btn-info" role="button" onclick="acceptAllErrorCorrections()">Accept Changes for all Errors</a> """ } private static String buildAutoSelectSeverityFilter() { // language=javascript return """
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 22 12:18:18 GMT 2026 - 7K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/crawlinginfo/admin_crawlinginfo.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 11.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java
} } catch (Exception e) { // Expected for null URL } // Test with empty role and virtual host lists Map<String, Object> emptyListsMap = new HashMap<>(); emptyListsMap.put("url", "http://test.com"); emptyListsMap.put("role", new ArrayList<String>()); emptyListsMap.put("virtual_host", new ArrayList<String>());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 28.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/llm/LlmMessageTest.java
} @Test public void test_toStringShortContent() { final LlmMessage message = new LlmMessage("user", "Short content"); final String str = message.toString(); assertTrue(str.contains("role='user'")); assertTrue(str.contains("content='Short content'")); } @Test public void test_toStringLongContent() { final StringBuilder longContent = new StringBuilder();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 3.7K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist_edit.jsp
<label for="doc.role" class="col-sm-3 text-sm-right col-form-label">role</label> <div class="col-sm-9"> <la:errors property="doc.role"/> <la:textarea styleId="doc.role" property="doc.role" styleClass="form-control"Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:38:39 GMT 2026 - 28.1K bytes - Click Count (0)