- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 386 for usernames (0.05 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/elevateword/CreateForm.java
public String permissions; /** The boost score multiplier applied to elevated documents */ @Required @ValidateTypeFailure public Float boost; /** The username of who created this elevate word entry */ @Size(max = 1000) public String createdBy; /** The timestamp when this elevate word entry was created */ @ValidateTypeFailure public Long createdTime;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.7K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/authenticator/JavaNetAuthenticator.kt
) } if (auth != null) { val credentialHeader = if (proxyAuthorization) "Proxy-Authorization" else "Authorization" val credential = Credentials.basic( auth.userName, String(auth.password), challenge.charset, ) return request .newBuilder() .header(credentialHeader, credential) .build() } }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 3.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/login/LocalUserCredential.java
*/ public class LocalUserCredential extends UserPasswordCredential implements FessCredential { /** * Creates a new LocalUserCredential with the specified user and password. * * @param user the username * @param password the password */ public LocalUserCredential(final String user, final String password) { super(user, password); } @Override public String getUserId() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.2K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/KotlinDeprecationErrorTest.kt
val url: URL = httpUrl.url() val uri: URI = httpUrl.uri() val scheme: String = httpUrl.scheme() val encodedUsername: String = httpUrl.encodedUsername() val username: String = httpUrl.username() val encodedPassword: String = httpUrl.encodedPassword() val password: String = httpUrl.password() val host: String = httpUrl.host() val port: Int = httpUrl.port()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 13.3K bytes - Viewed (0) -
docs/em/docs/tutorial/security/oauth2-jwt.md
โ๏ธ ๐ซ ๐ญ, ๐ฅ ๐ช โ๏ธ ๐ ๐ ๐ค ๐. ๐ ๐ผ, ๐ ๐ ๐จโ๐ผ ๐ช โ๏ธ ๐ ๐, โก๏ธ ๐ฌ `foo` (๐ฉโ๐ป `foo`, ๐ `foo`, & ๐ฐ ๐ค `foo`). , โ ๐ ๐ฅ, ๐โ ๐ ๐ฅ ๐ค ๐ฉโ๐ป, ๐ ๐ช ๐ก ๐ฒ `sub` ๐, โ โฎ๏ธ `username:`. , ๐ ๐ผ, ๐ฒ `sub` ๐ช โ๏ธ: `username:johndoe`. โ ๐ โ๏ธ ๐คฏ ๐ `sub` ๐ ๐ โ๏ธ ๐ ๐ ๐คญ ๐ ๐ธ, & โซ๏ธ ๐ ๐ป. ## โ โซ๏ธ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/scheduler/CreateForm.java
* The sort order for displaying this scheduled job. */ @Required @Min(value = 0) @Max(value = 2147483647) @ValidateTypeFailure public Integer sortOrder; /** * The username of who created this scheduled job. */ @Size(max = 1000) public String createdBy; /** * The timestamp when this scheduled job was created. */ @ValidateTypeFailure
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.2K bytes - Viewed (0) -
docs/ko/docs/tutorial/security/get-current-user.md
๊ทธ๋ฆฌ๊ณ ๋ณด์ ์๊ตฌ ์ฌํญ์ ๋ํ ๋ชจ๋ ๋ชจ๋ธ ๋๋ ๋ฐ์ดํฐ๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค(์ด ๊ฒฝ์ฐ Pydantic ๋ชจ๋ธ `User`). ๊ทธ๋ฌ๋ ์ผ๋ถ ํน์ ๋ฐ์ดํฐ ๋ชจ๋ธ, ํด๋์ค ๋๋ ํ์ ์ ์ฌ์ฉํ๋๋ก ์ ํ๋์ง ์์ต๋๋ค. ๋ชจ๋ธ์ `id`์ `email`์ด ์๊ณ `username`์ด ์๊ธธ ์ํ์ญ๋๊น? ๋ง์ต๋๋ค. ์ด๋ค์ ๋์ผํ ๋๊ตฌ๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค. `str`๋ง ๊ฐ๊ณ ์ถ์ต๋๊น? ์๋๋ฉด ๊ทธ๋ฅ `dict`๋ฅผ ๊ฐ๊ณ ์ถ์ต๋๊น? ์๋๋ฉด ๋ฐ์ดํฐ๋ฒ ์ด์ค ํด๋์ค ๋ชจ๋ธ ์ธ์คํด์ค๋ฅผ ์ง์ ๊ฐ๊ณ ์ถ์ต๋๊น? ๊ทธ๋ค์ ๋ชจ๋ ๊ฐ์ ๋ฐฉ์์ผ๋ก ์๋ํฉ๋๋ค. ์ค์ ๋ก ์ ํ๋ฆฌ์ผ์ด์ ์ ๋ก๊ทธ์ธํ๋ ์ฌ์ฉ์๊ฐ ์์ง๋ง ์ก์ธ์ค ํ ํฐ๋ง ์๋ ๋ก๋ด, ๋ด ๋๋ ๊ธฐํ ์์คํ ์ด ์์ต๋๊น? ๋ค์ ๋งํ์ง๋ง ๋ชจ๋ ๋์ผํ๊ฒ ์๋ํฉ๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/index.jsp
</c:if> <c:choose> <c:when test="${!empty username && username != 'guest'}"> <li class="nav-item"> <div class="dropdown"> <a id="userMenu" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> <em class="fa fa-fw fa-user">${username} </a>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 7K bytes - Viewed (1) -
docs/de/docs/tutorial/body-multiple-params.md
```JSON { "item": { "name": "Foo", "description": "The pretender", "price": 42.0, "tax": 3.2 }, "user": { "username": "dave", "full_name": "Dave Grohl" } } ``` /// note | Hinweis Beachten Sie, dass, obwohl `item` wie zuvor deklariert wurde, es nun unter einem Schlรผssel `item` im Body erwartet wird. ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 5.2K bytes - Viewed (0) -
docs/en/docs/tutorial/body-multiple-params.md
```JSON { "item": { "name": "Foo", "description": "The pretender", "price": 42.0, "tax": 3.2 }, "user": { "username": "dave", "full_name": "Dave Grohl" } } ``` /// note Notice that even though the `item` was declared the same way as before, it is now expected to be inside of the body with a key `item`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 4.9K bytes - Viewed (0)