Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1151 - 1160 of 1,811 for destino (0.04 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top