- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 197 for role (0.02 sec)
-
AzureAdAuthenticator.java
groupList, roleList, nextLink); L432: } L433: } else if (contentMap.containsKey("error")) { L434: logger.warn("Failed to access groups/roles: {}", contentMap); L435: } L436: } catch (final IOException e) { L437: logger.warn("Failed to access groups/roles in AzureAD.", e); L438: } L439: } L440: L441: protected void addGroupOrRoleName(final List<String> list, final String value, final boolean useDomainServices) { L442:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 28.2K bytes -
admin_scheduler_details.jsp
<la:message key="labels.crud_button_delete"/> L131: </button> L132: <div class="modal fade" id="confirmToDelete" tabindex="-1" L133: role="dialog"> L134: <div class="modal-dialog"> L135: <div class="modal-content bg-danger"> L136: <div class="modal-header">...github.com/codelibs/fess/src/main/webapp/WEB-IN...Wed Feb 12 20:25:27 UTC 2020 12K bytes -
bootstrap.min.js
RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},Ht={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",customClass:"",sanitize:!0,sanitizeFn:null,whiteList:{"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 61.1K bytes -
advance.jsp
</c:if> L47: <c:choose> L48: <c:when test="${!empty username && username != 'guest'}"> L49: <li class="nav-item"> L50: <div class="dropdown"> L51: <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" L52: aria-expanded="false" L53: > <em class="fa fa-fw fa-user">${username} L54: </a> L55: <div class="dropdown-menu" aria-labelledby="userMenu"> L56: <c:if test="${editableUser...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 14.9K bytes -
PermissionHelper.java
il; L39: L40:import jakarta.annotation.Resource; L41:import jcifs.SID; L42: L43:public class PermissionHelper { L44: private static final Logger logger = LogManager.getLogger(PermissionHelper.class); L45: L46: protected String rolePrefix = "{role}"; L47: L48: protected String groupPrefix = "{group}"; L49: L50: protected String userPrefix = "{user}"; L51: L52: protected String allowPrefix = "(allow)"; L53: L54: protected String denyPrefix = "(deny)"; L55: L56: @Resource L57: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 12.3K bytes -
FessProp.java
getAuthenticationAdminRoles(); L735: L736: default String[] getAuthenticationAdminRolesAsArray() { L737: String[] roles = (String[]) propMap.get(AUTHENTICATION_ADMIN_ROLES); L738: if (roles == null) { L739: roles = getAuthenticationAdminRoles().split(","); L740: propMap.put(AUTHENTICATION_ADMIN_ROLES, roles); L741: } L742: return roles; L743: } L744: L745: String getJvmCrawlerOptions(); L746: L747: default String[] getJvmCrawlerOptionsAsArray()...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:15 UTC 2024 87.2K bytes -
SystemHelper.java
protected String createSearchRole(final String type, final String name) { L491: final String value = type + ComponentUtil.getFessConfig().getCanonicalLdapName(name); L492: if (logger.isDebugEnabled()) { L493: logger.debug("Search Role: {}:{}={}", type, name, value); L494: } L495: return value; L496: } L497: L498: public void reloadConfiguration() { L499: reloadConfiguration(true); L500: } L501: L502: public void reloadConfiguration(final boolean...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 17 12:10:08 UTC 2024 27.2K bytes -
FessLabels.java
Excluded Paths */ L1554: public static final String LABELS_labeltype_excluded_paths = "{labels.labeltype_excluded_paths}"; L1555: L1556: /** The key of the message: Role */ L1557: public static final String LABELS_roletype_configuration = "{labels.roletype_configuration}"; L1558: L1559: /** The key of the message: Role */ L1560: public static final String LABELS_roletype_title_details = "{labels.roletype_title_details}"; L1561: L1562: /** The key of the message: Name */ L1563: ...github.com/codelibs/fess/src/main/java/org/code...Fri Mar 22 11:58:34 UTC 2024 146.4K bytes -
bootstrap.min.js.map
SELECTOR_DROPDOWN_ACTIVE_CHILD\n )[0]\n\n if (dropdownChild) {\n $(dropdownChild).removeClass(CLASS_NAME_ACTIVE)\n }\n\n if (active.getAttribute('role') === 'tab') {\n active.setAttribute('aria-selected', false)\n }\n }\n\n $(element).addClass(CLASS_NAME_ACTIVE)\n if (element.getAttribute('role') === 'tab') {\n element.setAttribute('aria-selected', true)\n }\n\n Util.reflow(element)\n\n if (element.classList.contains(CLASS_NAME_FADE)) {\n ...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 180.9K bytes -
AbstractFessFileTransformer.java
// label: labelType L294: final LabelTypeHelper labelTypeHelper = ComponentUtil.getLabelTypeHelper(); L295: putResultDataBody(dataMap, fessConfig.getIndexFieldLabel(), labelTypeHelper.getMatchedLabelValueSet(url)); L296: // role: roleType L297: final List<String> roleTypeList = getRoleTypes(responseData); L298: stream(crawlingConfig.getPermissions()).of(stream -> stream.forEach(p -> roleTypeList.add(p))); L299: putResultDataBody(dataMap, fessConfig.getIndexFieldRole(),...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 23.6K bytes