- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 342 for role3 (0.49 sec)
-
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>());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 05:35:01 UTC 2025 - 26.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/index.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 11:58:45 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/QueryContext.java
return queryString; } /** * Checks if role-based query filtering is enabled. * @return True if role query is enabled, false otherwise. */ public boolean roleQueryEnabled() { return !disableRoleQuery; } /** * Disables role-based query filtering for this context. */ public void skipRoleQuery() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.4K bytes - Viewed (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"
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 24.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
* @return The search role. */ public String getSearchRoleByGroup(final String name) { return createSearchRole(ComponentUtil.getFessConfig().getRoleSearchGroupPrefix(), name); } /** * Gets the search role for a given role. * * @param name The role name. * @return The search role. */ public String getSearchRoleByRole(final String name) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0) -
tests/query_test.go
t.Fatalf("Build OR condition, but got %v", result.Statement.SQL.String()) } result = dryDB.Where("role = ?", "admin").Where(DB.Or("role = ?", "super_admin").Or("role = ?", "admin")).Find(&User{}) if !regexp.MustCompile("SELECT \\* FROM .*users.* WHERE .*role.* = .+ AND (.*role.* = .+ OR .*role.* = .+)").MatchString(result.Statement.SQL.String()) {
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Tue Jul 22 06:21:04 UTC 2025 - 51K bytes - Viewed (0) -
docs/es/docs/how-to/conditional-openapi.md
Si quieres asegurar tu API, hay varias cosas mejores que puedes hacer, por ejemplo: * Asegúrate de tener modelos Pydantic bien definidos para tus request bodies y responses. * Configura los permisos y roles necesarios usando dependencias. * Nunca guardes contraseñas en texto plano, solo hashes de contraseñas. * Implementa y utiliza herramientas criptográficas bien conocidas, como Passlib y JWT tokens, etc.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 2.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/footer.jsp
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%> <footer role="contentinfo"> <div class="container text-center"> <p class="text-muted"> <la:message key="labels.footer.copyright" /> </p> </div>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 12 06:14:02 UTC 2025 - 233 bytes - Viewed (0) -
tests/tests_all.sh
"IF DB_ID('gorm') IS NULL CREATE DATABASE gorm" \ "IF SUSER_ID (N'gorm') IS NULL CREATE LOGIN gorm WITH PASSWORD = 'LoremIpsum86';" \ "IF USER_ID (N'gorm') IS NULL CREATE USER gorm FROM LOGIN gorm; ALTER SERVER ROLE sysadmin ADD MEMBER [gorm];" do SQLCMDPASSWORD=LoremIpsum86 sqlcmd -U sa -S localhost:9930 -Q "$query" > /dev/null || true done else MSSQL_IMAGE=mcr.microsoft.com/mssql/server docker compose up -d --wait
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Mon Jul 21 02:46:58 UTC 2025 - 1.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist.jsp
</c:choose> <c:if test="${editable}"> <div class="modal fade" id="confirmToDelete" tabindex="-1" role="dialog"> <div class="modal-dialog"> <div class="modal-content bg-danger"> <div class="modal-header">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Sep 24 13:09:22 UTC 2020 - 20K bytes - Viewed (0)