- Sort Score
- Result 10 results
- Languages All
Results 421 - 430 of 1,772 for user3 (0.02 sec)
-
src/main/java/org/codelibs/fess/app/service/UserService.java
- import org.codelibs.fess.Constants;
- import org.codelibs.fess.app.pager.UserPager;
- import org.codelibs.fess.app.web.base.login.FessLoginAssist;
- import org.codelibs.fess.es.user.cbean.UserCB;
- import org.codelibs.fess.es.user.exbhv.UserBhv;
- import org.codelibs.fess.es.user.exentity.User;
- import org.codelibs.fess.exception.FessUserNotFoundException;
- import org.codelibs.fess.mylasta.direction.FessConfig;
- import org.codelibs.fess.util.ComponentUtil;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 4.2K bytes - Viewed (0) -
docs/en/docs/css/custom.css
- .md-footer-meta {
- padding-bottom: 2em;
- }
- .user-list {
- display: flex;
- flex-wrap: wrap;
- margin-bottom: 2rem;
- }
- .user-list-center {
- justify-content: space-evenly;
- }
- .user {
- margin: 1em;
- min-width: 7em;
- }
- .user .avatar-wrapper {
- width: 80px;
- height: 80px;
- margin: 10px auto;
- overflow: hidden;
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Wed Jul 17 02:12:29 UTC 2024 - 2.9K bytes - Viewed (0) -
architecture/security/istio-agent.md
- a certificate. This can be handled in various ways:
- * `GenerateSecret` may additionally write any signed certificates to disk, with `OUTPUT_CERTS` configured.
- * Users may have external CA setups that pre-configure certificates.
- * The CaClient can use JWT token for the initial setup, then switch to mTLS certificates.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jul 18 23:11:18 UTC 2024 - 7.2K bytes - Viewed (0) -
tests/test_tutorial/test_header_params/test_tutorial001.py
- @pytest.mark.parametrize(
- "path,headers,expected_status,expected_response",
- [
- ("/items", None, 200, {"User-Agent": "testclient"}),
- ("/items", {"X-Header": "notvalid"}, 200, {"User-Agent": "testclient"}),
- ("/items", {"User-Agent": "FastAPI test"}, 200, {"User-Agent": "FastAPI test"}),
- ],
- )
- def test(path, headers, expected_status, expected_response):
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Jul 07 17:12:13 UTC 2023 - 3.8K bytes - Viewed (0) -
docs/de/docs/tutorial/bigger-applications.md
- ```
- ### Die `APIRouter` für `users` und `items` inkludieren
- Inkludieren wir nun die `router` aus diesen Submodulen `users` und `items`:
- ```Python hl_lines="10-11" title="app/main.py"
- {!../../docs_src/bigger_applications/app/main.py!}
- ```
- /// info
- `users.router` enthält den `APIRouter` in der Datei `app/routers/users.py`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 21K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java
- public static Class<? extends FessAdminAction> getAdminActionClass(final FessUserBean user) {
- if (user.hasRoles(getActionRoles(AdminDashboardAction.ROLE))) {
- return AdminDashboardAction.class;
- }
- if (user.hasRoles(getActionRoles(AdminWizardAction.ROLE))) {
- return AdminWizardAction.class;
- }
- if (user.hasRoles(getActionRoles(AdminGeneralAction.ROLE))) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 18.7K bytes - Viewed (0) -
docs/en/docs/tutorial/index.md
- ///
- ## Advanced User Guide
- There is also an **Advanced User Guide** that you can read later after this **Tutorial - User guide**.
- The **Advanced User Guide** builds on this one, uses the same concepts, and teaches you some extra features.
- But you should first read the **Tutorial - User Guide** (what you are reading right now).
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Aug 24 21:52:09 UTC 2024 - 6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/UserDbm.java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 27K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/cbean/bs/BsGroupCB.java
- */
- package org.codelibs.fess.es.user.cbean.bs;
- import java.util.ArrayList;
- import java.util.List;
- import java.util.Map;
- import org.codelibs.fess.es.user.allcommon.EsAbstractConditionBean;
- import org.codelibs.fess.es.user.bsentity.dbmeta.GroupDbm;
- import org.codelibs.fess.es.user.cbean.GroupCB;
- import org.codelibs.fess.es.user.cbean.ca.GroupCA;
- import org.codelibs.fess.es.user.cbean.ca.bs.BsGroupCA;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 6.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/bsbhv/BsUserBhv.java
- */
- package org.codelibs.fess.es.user.bsbhv;
- import java.util.List;
- import java.util.Map;
- import org.codelibs.fess.es.user.allcommon.EsAbstractBehavior;
- import org.codelibs.fess.es.user.allcommon.EsAbstractEntity.RequestOptionCall;
- import org.codelibs.fess.es.user.bsentity.dbmeta.UserDbm;
- import org.codelibs.fess.es.user.cbean.UserCB;
- import org.codelibs.fess.es.user.exentity.User;
- import org.dbflute.Entity;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 12K bytes - Viewed (0)