- Sort Score
- Result 10 results
- Languages All
Results 291 - 300 of 342 for role2 (0.07 sec)
-
helm-releases/minio-3.1.0.tgz
ClusterIP clusterIP: ~ ## Make sure to match it to minioAPIPort port: "9000" nodePort: 32000 ## Configure Ingress based on the documentation here: https://kubernetes.io/docs/concepts/services-networking/ingress/ ## ingress: enabled: false labels: {} # node-role.kubernetes.io/ingress: platform annotations: {} # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" # kubernetes.io/ingress.allow-http: "false" # kubernetes.io/ingress.global-static-ip-name: "" # nginx.ingress.kubernetes.io/secure-backends:...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 12 18:19:27 UTC 2021 - 14.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/entity/SearchRequestParamsTest.java
} @Override public String getRemoteUser() { throw new UnsupportedOperationException(); } @Override public boolean isUserInRole(String role) { throw new UnsupportedOperationException(); } @Override public java.security.Principal getUserPrincipal() { throw new UnsupportedOperationException(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 26.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/QueryFieldConfigTest.java
public String getIndexFieldPrimaryTerm() { return "primary_term"; } @Override public String getIndexFieldRole() { return "role"; } @Override public String getIndexFieldSeqNo() { return "seq_no"; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/api/WebApiManagerTest.java
return null; } @Override public String getRemoteUser() { return null; } @Override public boolean isUserInRole(String role) { return false; } @Override public java.security.Principal getUserPrincipal() { return null; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 26.6K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.facet=分面 labels.geo=地理 labels.groups=組 labels.hash=哈希 labels.kuromojiFile=Kuromoji檔案 labels.maxSize=最大大小 labels.order=順序 labels.purgeSuggestSearchLogDay=刪除以前的建議資訊 labels.q=查詢 labels.roles=角色 labels.suggestSearchLog=建議搜尋日誌 labels.suggestWord=建議詞 labels.targetLabel=標籤 labels.term=搜尋詞 labels.fields=欄位 labels.ex_q=擴展查詢 labels.oldPassword=目前密碼 labels.newPassword=新密碼
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.7.md
### kubectl (CLI)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 308.7K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/service/SearchLogService.java
params.put("Referer", e.getReferer()); params.put("Languages", e.getLanguages()); params.put("Virtual Host", e.getVirtualHost()); params.put("Roles", e.getRoles() != null ? String.join(" ", e.getRoles()) : StringUtil.EMPTY); params.put("User Agent", e.getUserAgent()); e.getSearchFieldLogList().stream().forEach(p -> {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 32.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.24.md
`master` in labels and taints. For new clusters, the label `node-role.kubernetes.io/master` will no longer be added to control plane nodes, only the label `node-role.kubernetes.io/control-plane` will be added. For clusters that are being upgraded to 1.24 with `kubeadm upgrade apply`, the command will remove the label `node-role.kubernetes.io/master` from existing control plane nodes. For new clusters, both the old taint `node-role.kubernetes.io/master:NoSchedule` and new taint `node-role.kuberne...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Aug 24 00:02:43 UTC 2023 - 473.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
* @param fields Array of field names to include in the results * @param userBean Optional user information for permission checking * @param searchRequestType Type of search request for role-based access control * @return List of document data maps */ public List<Map<String, Object>> getDocumentListByDocIds(final String[] docIds, final String[] fields,
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 35.8K bytes - Viewed (0) -
src/main/webapp/js/admin/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 ...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 180.9K bytes - Viewed (0)