- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 86 for Login (0.02 sec)
-
docs/en/data/github_sponsors.yml
- login: zuplo avatarUrl: https://avatars.githubusercontent.com/u/85497839?v=4 url: https://github.com/zuplo - login: coderabbitai avatarUrl: https://avatars.githubusercontent.com/u/132028505?v=4 url: https://github.com/coderabbitai - login: greptileai avatarUrl: https://avatars.githubusercontent.com/u/140149887?v=4 url: https://github.com/greptileai - login: subtotalRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Dec 01 06:30:56 UTC 2025 - 20.1K bytes - Viewed (0) -
docs/en/data/translators.yml
nilslindemann: login: nilslindemann count: 125 avatarUrl: https://avatars.githubusercontent.com/u/6892179?u=1dca6a22195d6cd1ab20737c0e19a4c55d639472&v=4 url: https://github.com/nilslindemann jaystone776: login: jaystone776 count: 46 avatarUrl: https://avatars.githubusercontent.com/u/11191137?u=299205a95e9b6817a43144a48b643346a5aac5cc&v=4 url: https://github.com/jaystone776 ceb10n: login: ceb10n count: 29
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Dec 01 06:27:43 UTC 2025 - 19.3K bytes - Viewed (0) -
scripts/people.py
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 12.3K bytes - Viewed (0) -
docs/en/data/people.yml
- login: slafs count: 2 avatarUrl: https://avatars.githubusercontent.com/u/210173?v=4 url: https://github.com/slafs - login: purepani count: 2 avatarUrl: https://avatars.githubusercontent.com/u/7587353?v=4 url: https://github.com/purepani - login: ddahan count: 2 avatarUrl: https://avatars.githubusercontent.com/u/1933516?u=1d200a620e8d6841df017e9f2bb7efb58b580f40&v=4 url: https://github.com/ddahan - login: TaigoFr
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Sep 05 08:57:16 UTC 2025 - 28.6K bytes - Viewed (0) -
docs/en/data/contributors.yml
tiangolo: login: tiangolo count: 808 avatarUrl: https://avatars.githubusercontent.com/u/1326112?u=cb5d06e73a9e1998141b1641aa88e443c6717651&v=4 url: https://github.com/tiangolo dependabot: login: dependabot count: 130 avatarUrl: https://avatars.githubusercontent.com/in/29110?v=4 url: https://github.com/apps/dependabot alejsdev: login: alejsdev count: 52
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Dec 01 06:27:43 UTC 2025 - 20K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ActivityHelper.java
this.envMap = envMap; } /** * Log the login activity. * @param user The user. */ public void login(final OptionalThing<FessUserBean> user) { final Map<String, String> valueMap = new LinkedHashMap<>(); valueMap.put("action", Action.LOGIN.name()); valueMap.put("user", user.map(FessUserBean::getUserId).orElse("-"));Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
/** Configuration key for login server module name. */ protected static final String SPNEGO_LOGIN_SERVER_MODULE = "spnego.login.server.module"; /** Configuration key for login client module name. */ protected static final String SPNEGO_LOGIN_CLIENT_MODULE = "spnego.login.client.module"; /** Configuration key for Kerberos configuration file path. */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 17.8K bytes - Viewed (3) -
docs/en/docs/fastapi-people.md
<div class="user-list user-list-center"> {% for user in people.last_month_experts[:10] %} {% if user.login not in skip_users %} <div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Questions replied: {{ user.count }}</div></div> {% endif %} {% endfor %} </div>Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Jan 28 20:34:56 UTC 2025 - 10.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/form/FormScheme.java
* <li>TOKEN_PARAMTERS - The parameters to include in the token request.</li> * <li>LOGIN_METHOD - The HTTP method to use for the login request (GET or POST).</li> * <li>LOGIN_URL - The URL to send the login request to.</li> * <li>LOGIN_PARAMETERS - The parameters to include in the login request.</li> * </ul> * */ public class FormScheme implements AuthScheme {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 14.3K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/web/base/login/FessLoginAssist.java
import org.lastaflute.core.time.TimeManager; import org.lastaflute.web.login.LoginHandlingResource; import org.lastaflute.web.login.PrimaryLoginManager; import org.lastaflute.web.login.TypicalLoginAssist; import org.lastaflute.web.login.credential.LoginCredential; import org.lastaflute.web.login.exception.LoginRequiredException; import org.lastaflute.web.login.option.LoginSpecifiedOption; import org.lastaflute.web.servlet.session.SessionManager;
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 12.1K bytes - Viewed (0)