- Sort Score
- Result 10 results
- Languages All
Results 461 - 470 of 1,578 for user5 (0.02 sec)
-
docs_src/response_model/tutorial003_01.py
- class BaseUser(BaseModel):
- username: str
- email: EmailStr
- full_name: Union[str, None] = None
- class UserIn(BaseUser):
- password: str
- @app.post("/user/")
- async def create_user(user: UserIn) -> BaseUser:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Jan 07 13:45:48 UTC 2023 - 349 bytes - Viewed (0) -
src/main/java/jcifs/smb/Kerb5Authenticator.java
- }
- /**
- * Set the user name which is used to setup <code>GSSContext</code>. If null
- * is set, the default user will be used which is retrieved from the first
- * TGT found in <code>Subject</code> .
- *
- * @param name
- * the user name used to setup <code>GSSContext</code>
- */
- public void setUser ( String name ) {
- this.user = name;
- }
- /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 13K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtStatus.java
- "The specified user does not exist.", "The specified network password is not correct.", "Logon failure: unknown user name or bad password.",
- "Logon failure: user account restriction.", "Logon failure: account logon time restriction violation.",
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Jun 01 10:09:29 UTC 2019 - 11.9K bytes - Viewed (0) -
tests/test_tutorial/test_header_params/test_tutorial001_an.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) -
src/main/java/jcifs/smb/DosError.java
- "No process is on the other end of the pipe.", "More data is available.", "This user account has expired.",
- "The user is not allowed to log on from this workstation.", "The user is not allowed to log on at this time.",
- "The password of this user has expired.",
- };
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:52:42 UTC 2020 - 4.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/DosError.java
- "No process is on the other end of the pipe.",
- "More data is available.",
- "This user account has expired.",
- "The user is not allowed to log on from this workstation.",
- "The user is not allowed to log on at this time.",
- "The password of this user has expired.",
- };
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 4.5K bytes - Viewed (0) -
tests/test_tutorial/test_metadata/test_tutorial001.py
- "summary": "Deadpool's favorite app. Nuff said.",
- "description": "\nChimichangApp API helps you do awesome stuff. 🚀\n\n## Items\n\nYou can **read items**.\n\n## Users\n\nYou will be able to:\n\n* **Create users** (_not implemented_).\n* **Read users** (_not implemented_).\n",
- "termsOfService": "http://example.com/terms/",
- "contact": {
- "name": "Deadpoolio the Amazing",
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Jun 30 18:25:16 UTC 2023 - 1.7K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/plugin/Log.java
- */
- boolean isDebugEnabled();
- /**
- * Sends a message to the user in the <b>debug</b> error level.
- *
- * @param content the message to log
- */
- void debug(CharSequence content);
- /**
- * Sends a message (and accompanying exception) to the user in the <b>debug</b> error level.
- * The error's stacktrace will be output when this error level is enabled.
- *
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Sat Sep 28 09:03:24 UTC 2024 - 5.4K bytes - Viewed (0) -
docs/distributed/decom-encrypted.sh
- ./mc ready myminio
- ./mc admin user add myminio/ minio123 minio123
- ./mc admin user add myminio/ minio12345 minio12345
- ./mc admin policy create myminio/ rw ./docs/distributed/rw.json
- ./mc admin policy create myminio/ lake ./docs/distributed/rw.json
- ./mc admin policy attach myminio/ rw --user=minio123
- ./mc admin policy attach myminio/ lake --user=minio12345
- ./mc mb -l myminio/versioned
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon May 27 19:17:46 UTC 2024 - 4.1K bytes - Viewed (0) -
docs/chroot/README.md
- Chroot allows user based namespace isolation on many standard Linux deployments.
- ## 1. Prerequisites
- - Familiarity with [chroot](http://man7.org/linux/man-pages/man2/chroot.2.html)
- - Chroot installed on your machine.
- ## 2. Install MinIO in Chroot
- ```sh
- mkdir -p /mnt/export/${USER}/bin
- wget https://dl.min.io/server/minio/release/linux-amd64/minio -O /mnt/export/${USER}/bin/minio
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 1.7K bytes - Viewed (0)