- Sort Score
- Result 10 results
- Languages All
Results 1151 - 1160 of 1,811 for destino (0.06 sec)
-
docs/en/docs/project-generation.md
- π¨ [Tailwind CSS](https://tailwindcss.com) and [shadcn/ui](https://ui.shadcn.com) for the frontend components. - π€ An automatically generated frontend client. - π§ͺ [Playwright](https://playwright.dev) for End-to-End testing. - π¦ Dark mode support. - π [Docker Compose](https://www.docker.com) for development and production. - π Secure password hashing by default. - π JWT (JSON Web Token) authentication. - π« Email based password recovery.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Dec 08 13:04:54 UTC 2025 - 2K bytes - Viewed (0) -
docs/es/docs/project-generation.md
- π§° [SQLModel](https://sqlmodel.tiangolo.com) para las interacciones con bases de datos SQL en Python (ORM). - π [Pydantic](https://docs.pydantic.dev), utilizado por FastAPI, para la validaciΓ³n de datos y gestiΓ³n de configuraciones. - πΎ [PostgreSQL](https://www.postgresql.org) como base de datos SQL. - π [React](https://react.dev) para el frontend. - π Usando TypeScript, hooks, Vite, y otras partes de una stack moderna de frontend.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 10:15:01 UTC 2025 - 2.2K bytes - Viewed (0) -
docs/site-replication/gen-oidc-sts-cred.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package main // This programs mocks user interaction against Dex IDP and generates STS // credentials. It is for MinIO testing purposes only. // // Run like: // // $ MINIO_ENDPOINT=http://localhost:9000 go run gen-oidc-sts-cred.go import ( "context" "fmt" "log" "net/http" "os"
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Apr 29 01:27:09 UTC 2022 - 2.3K bytes - Viewed (1) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractExecutionThreadServiceTest.java
import static java.util.concurrent.TimeUnit.MILLISECONDS; import static org.junit.Assert.assertThrows; import com.google.common.testing.TearDown; import com.google.common.testing.TearDownStack; import com.google.common.util.concurrent.testing.TestingExecutors; import java.lang.Thread.UncaughtExceptionHandler; import java.util.concurrent.CountDownLatch; import java.util.concurrent.Executor;
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 16:03:47 UTC 2025 - 12.9K bytes - Viewed (0) -
cmd/sftp-server_test.go
} func newSSHConnMock(username string) ssh.ConnMetadata { return &MockConnMeta{username: username} } func TestSFTPAuthentication(t *testing.T) { for i, testCase := range iamTestSuites { t.Run( fmt.Sprintf("Test: %d, ServerType: %s", i+1, testCase.ServerTypeDescription), func(t *testing.T) { c := &check{t, testCase.serverType} suite := testCase suite.SetUpSuite(c) suite.SFTPServiceAccountLogin(c)
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Thu Feb 27 18:43:32 UTC 2025 - 9.7K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/TestCollectionGenerator.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.google.common.collect.testing; import com.google.common.annotations.GwtCompatible; import java.util.Collection; import org.jspecify.annotations.NullMarked; import org.jspecify.annotations.Nullable; /**
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 1K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/WrongType.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.google.common.collect.testing; import com.google.common.annotations.GwtCompatible; /** * A type which will never be used as the element type of any collection in our tests, and so can be
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Dec 04 17:37:03 UTC 2017 - 934 bytes - Viewed (0) -
docs/ko/docs/deployment/versions.md
/// tip | ν "λ§μ΄λ"λ λ²μ λλ²μ κ°μ΄λ° μ«μλ‘, μλ₯Ό λ€μ΄μ `0.2.3`μ "λ§μ΄λ" λ²μ μ `2`μ λλ€. /// ## FastAPI λ²μ μ μ κ·Έλ μ΄λ μμ© νλ‘κ·Έλ¨μ κ²μ¬ν΄μΌν©λλ€. (Starlette λλΆμ), **FastAPI** λ₯Ό μ΄μ©νμ¬ κ΅μ₯ν μ½κ² ν μ μμ΅λλ€. [Testing](../tutorial/testing.md){.internal-link target=_blank}λ¬Έμλ₯Ό νμΈν΄ 보μμμ€: κ²μ¬λ₯Ό ν΄λ³΄κ³ λ νμ, **FastAPI** λ²μ μ λ μ΅μ μΌλ‘ μ κ·Έλ μ΄λ ν μ μμ΅λλ€. κ·Έλ¦¬κ³ μ½λλ€μ΄ ν μ€νΈμ μ μμ μΌλ‘ μλνλμ§ νμΈμ ν΄μΌν©λλ€. λ§μ½μ λͺ¨λ κ²μ΄ μ μ μλνκ±°λ νμν λΆλΆμ λ³κ²½νκ³ , λͺ¨λ κ²μ¬λ₯Ό ν΅κ³Όνλ€λ©΄, μλ‘μ΄ λ²μ μ `fastapi`λ₯Ό νμν μ μμ΅λλ€.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 4.1K bytes - Viewed (0) -
cmd/batch-expire_test.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package cmd import ( "slices" "testing" "gopkg.in/yaml.v3" ) func TestParseBatchJobExpire(t *testing.T) { expireYaml := ` expire: # Expire objects that match a condition apiVersion: v1 bucket: mybucket # Bucket where this batch job will expire matching objects from
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Thu Aug 01 12:53:30 UTC 2024 - 5.5K bytes - Viewed (0) -
guava-testlib/test/com/google/common/testing/anotherpackage/ForwardingWrapperTesterTest.java
import com.google.common.collect.Ordering; import com.google.common.primitives.UnsignedInteger; import com.google.common.primitives.UnsignedLong; import com.google.common.testing.ForwardingWrapperTester; import com.google.common.testing.NullPointerTester; import com.google.errorprone.annotations.CanIgnoreReturnValue; import java.io.InputStream; import java.nio.charset.Charset; import java.util.concurrent.TimeUnit;
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Jul 14 14:44:08 UTC 2025 - 15.7K bytes - Viewed (0)