- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 570 for dev1 (0.06 sec)
-
internal/mountinfo/mountinfo_linux_test.go
// Tests cross device mount verification function, for both failure // and success cases. func TestCrossDeviceMountPaths(t *testing.T) { successCase := `/dev/0 /path/to/0/1 type0 flags 0 0 /dev/1 /path/to/1 type1 flags 1 1 /dev/2 /path/to/1/2 type2 flags,1,2=3 2 2 /dev/3 /path/to/1.1 type3 flags,1,2=3 3 3 ` var err error dir := t.TempDir() mountsPath := filepath.Join(dir, "mounts")
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jan 18 07:03:17 UTC 2024 - 7.3K bytes - Viewed (0) -
index.yaml
home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: dev@minio.io name: MinIO, Inc name: minio sources: - https://github.com/minio/minio urls: - https://charts.min.io/helm-releases/minio-5.3.0.tgz version: 5.3.0 - apiVersion: v1
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Oct 11 12:21:05 UTC 2024 - 54.5K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/12-telemetry.yml
do they measure, and why is it important to collect them? Note that uploaded data must not carry sensitive user information. See [go.dev/doc/telemetry#proposals](https://go.dev/doc/telemetry#proposals) for more details on telemetry proposals. validations: required: true - type: input attributes: label: Proposed Config Change description: >
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue May 07 19:58:26 UTC 2024 - 1.2K bytes - Viewed (0) -
docs/ko/docs/project-generation.md
- ๐ [Pydantic](https://docs.pydantic.dev): FastAPI์ ์ํด ์ฌ์ฉ๋๋, ๋ฐ์ดํฐ ๊ฒ์ฆ๊ณผ ์ค์ ๊ด๋ฆฌ. - ๐พ [PostgreSQL](https://www.postgresql.org): SQL ๋ฐ์ดํฐ๋ฒ ์ด์ค. - ๐ [React](https://react.dev): ํ๋ก ํธ์๋. - ๐ TypeScript, hooks, [Vite](https://vitejs.dev) ๋ฐ ๊ธฐํ ํ๋์ ์ธ ํ๋ก ํธ์๋ ์คํ์ ์ฌ์ฉ. - ๐จ [Chakra UI](https://chakra-ui.com): ํ๋ก ํธ์๋ ์ปดํฌ๋ํธ. - ๐ค ์๋์ผ๋ก ์์ฑ๋ ํ๋ก ํธ์๋ ํด๋ผ์ด์ธํธ. - ๐งช E2E ํ ์คํธ๋ฅผ ์ํ [Playwright](https://playwright.dev). - ๐ฆ ๋คํฌ ๋ชจ๋ ์ง์.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Oct 04 11:16:34 UTC 2024 - 2.1K bytes - Viewed (0) -
docs/pt/docs/advanced/settings.md
## Pydantic `Settings` Por sorte, o Pydantic possui uma funcionalidade para lidar com essas configuraรงรตes vindas de variรกveis de ambiente utilizando <a href="https://docs.pydantic.dev/latest/usage/pydantic_settings/" class="external-link" target="_blank">Pydantic: Settings management</a>.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 17K bytes - Viewed (0) -
docs/pt/docs/tutorial/security/simple-oauth2.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Oct 31 12:17:45 UTC 2024 - 13.3K bytes - Viewed (0) -
docs/distributed/decom-encrypted-sse-s3.sh
./mc encrypt set sse-s3 myminio/versioned ./mc mirror internal myminio/versioned/ --quiet >/dev/null ## Soft delete (creates delete markers) ./mc rm -r --force myminio/versioned >/dev/null ## mirror again to create another set of version on top ./mc mirror internal myminio/versioned/ --quiet >/dev/null expected_checksum=$(./mc cat internal/dsync/drwmutex.go | md5sum)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon May 27 19:17:46 UTC 2024 - 4.5K bytes - Viewed (0) -
docs/en/docs/project-generation.md
- ๐ [Pydantic](https://docs.pydantic.dev), used by FastAPI, for the data validation and settings management. - ๐พ [PostgreSQL](https://www.postgresql.org) as the SQL database. - ๐ [React](https://react.dev) for the frontend. - ๐ Using TypeScript, hooks, [Vite](https://vitejs.dev), and other parts of a modern frontend stack.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Oct 04 11:16:34 UTC 2024 - 1.9K bytes - Viewed (0) -
docs/es/docs/project-generation.md
- ๐ [Pydantic](https://docs.pydantic.dev), utilizado por FastAPI, para la validaciรณn de datos y la gestiรณn de configuraciones. - ๐พ [PostgreSQL](https://www.postgresql.org) como la base de datos SQL. - ๐ [React](https://react.dev) para el frontend. - ๐ Usando TypeScript, hooks, [Vite](https://vitejs.dev) y otras partes de un stack de frontend moderno.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Oct 04 11:16:34 UTC 2024 - 2K bytes - Viewed (0) -
mvnw
if [ -n "$wrapperSha256Sum" ]; then wrapperSha256Result=false if command -v sha256sum >/dev/null; then if echo "$wrapperSha256Sum $wrapperJarPath" | sha256sum -c >/dev/null 2>&1; then wrapperSha256Result=true fi elif command -v shasum >/dev/null; then if echo "$wrapperSha256Sum $wrapperJarPath" | shasum -a 256 -c >/dev/null 2>&1; then wrapperSha256Result=true fi else
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 14 22:24:15 UTC 2024 - 10.9K bytes - Viewed (0)