- Sort Score
- Result 10 results
- Languages All
Results 461 - 470 of 1,423 for mail (0.02 sec)
-
docs/em/docs/tutorial/security/simple-oauth2.md
#### ๐ `**user_dict` `UserInDB(**user_dict)` โ: *๐ถโโ๏ธ ๐ & ๐ฒ `user_dict` ๐ ๐-๐ฒ โ, ๐:* ```Python UserInDB( username = user_dict["username"], email = user_dict["email"], full_name = user_dict["full_name"], disabled = user_dict["disabled"], hashed_password = user_dict["hashed_password"], ) ``` /// info
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.7K bytes - Viewed (0) -
docs/sts/dex.md
``` ### Run the `web-identity.go` ``` ~ go run web-identity.go -cid example-app -csec ZXhhbXBsZS1hcHAtc2VjcmV0 \ -config-ep http://127.0.0.1:5556/dex/.well-known/openid-configuration \ -cscopes groups,openid,email,profile ``` ``` ~ mc admin policy create admin allaccess.json ``` Contents of `allaccess.json` ```json { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow",
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 3.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbComNTCreateAndX.java
/* Creates a new file or supersedes the existing one */ static final int FILE_SUPERSEDE = 0x0; /* Open the file or fail if it does not exist * aka OPEN_EXISTING */ static final int FILE_OPEN = 0x1; /* Create the file or fail if it does not exist * aka CREATE_NEW */ static final int FILE_CREATE = 0x2; /* Open the file or create it if it does not exist
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 6.5K bytes - Viewed (0) -
docs/pt/docs/tutorial/response-status-code.md
Resumidamente: * `100` e acima sรฃo para "Informaรงรตes". Vocรช raramente os usa diretamente. As respostas com esses cรณdigos de status nรฃo podem ter um corpo. * **`200`** e acima sรฃo para respostas "Bem-sucedidas". Estes sรฃo os que vocรช mais usaria. * `200` รฉ o cรณdigo de status padrรฃo, o que significa que tudo estava "OK". * Outro exemplo seria `201`, "Criado". ร comumente usado apรณs a criaรงรฃo de um novo registro no banco de dados.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.3K bytes - Viewed (0) -
doc/initial/1-intro.md
<style> main ul li { margin: 0.5em 0; } </style> ## DRAFT RELEASE NOTES โ Introduction to Go 1.N {#introduction} **Go 1.N is not yet released. These are work-in-progress release notes.
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 27 16:54:04 UTC 2024 - 246 bytes - Viewed (0) -
docs/ko/docs/deployment/server-workers.md
``` </div> ๊ฐ ์ต์ ์ด ๋ฌด์์ ์๋ฏธํ๋์ง ์ดํด๋ด ์๋ค: * ์ด๊ฒ์ ์ ๋น์ฝ๊ณผ ๋๊ฐ์ ๋ฌธ๋ฒ์ ๋๋ค. `main`์ ํ์ด์ฌ ๋ชจ๋ ๋ค์ "`main`"์ ์๋ฏธํ๋ฏ๋ก `main.py`ํ์ผ์ ๋ปํฉ๋๋ค. ๊ทธ๋ฆฌ๊ณ `app`์ **FastAPI** ์ดํ๋ฆฌ์ผ์ด์ ์ด ๋ค์ด ์๋ ๋ณ์์ ์ด๋ฆ์ ๋๋ค. * `main:app`์ด ํ์ด์ฌ์ `import` ๋ฌธ๋ฒ๊ณผ ํก์ฌํ ๋ฉด์ด ์๋ค๋ ๊ฑธ ์ ์ ์์ต๋๋ค: ```Python from main import app ``` * ๊ณง, `main:app`์์ ์๋ ์ฝ๋ก ์ ์๋ฏธ๋ ํ์ด์ฌ์์ `from main import app`์์์ `import`์ ๊ฐ์ต๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 10.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/ComponentUtilTest.java
try { ComponentUtil.getJobExecutor("testJobExecutor"); fail("Should throw exception"); } catch (Exception e) { // Expected } } public void test_getJobExecutor_withoutSuffix() { try { ComponentUtil.getJobExecutor("test"); fail("Should throw exception"); } catch (Exception e) { // Expected
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 7.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessListedClassificationProviderTest.java
} public void test_provide_nullClassificationName() { // Test with null classification name try { provider.provide(null); fail("Should throw exception for null classification name"); } catch (ProvidedClassificationNotFoundException e) { // expected assertTrue(e.getMessage().contains("Not found the classification: null"));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 7.5K bytes - Viewed (0) -
src/test/resources/plugin/repo3/index.html
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jun 17 13:30:41 UTC 2024 - 6.2K bytes - Viewed (0) -
src/cmd/api/boring_test.go
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 16 16:02:26 UTC 2023 - 300 bytes - Viewed (0)