Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 498 for 50$ (0.02 sec)

  1. docs/fr/docs/tutorial/query-params-str-validations.md

    ## Importer `Query`
    
    Pour cela, importez d'abord `Query` depuis `fastapi` :
    
    ```Python hl_lines="3"
    {!../../../docs_src/query_params_str_validations/tutorial002.py!}
    ```
    
    ## Utiliser `Query` comme valeur par défaut
    
    Construisez ensuite la valeur par défaut de votre paramètre avec `Query`, en choisissant 50 comme `max_length` :
    
    ```Python hl_lines="9"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jul 27 18:53:21 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/cacher/watch_cache_interval_test.go

    	cases := []struct {
    		startIndex int
    		endIndex   int
    		expected   bool
    	}{
    		{startIndex: 0, endIndex: 10, expected: false},
    		{startIndex: 5, endIndex: 20, expected: false},
    		{startIndex: 50, endIndex: 50, expected: true},
    	}
    
    	for _, c := range cases {
    		wcib := &watchCacheIntervalBuffer{
    			startIndex: c.startIndex,
    			endIndex:   c.endIndex,
    		}
    		actual := wcib.isEmpty()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 09:20:10 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  3. docs/de/docs/tutorial/query-params-str-validations.md

        `Union[str, None]` hingegen erlaubt ihren Editor, Sie besser zu unterstützen und Fehler zu erkennen.
    
    ## Zusätzliche Validierung
    
    Wir werden bewirken, dass, obwohl `q` optional ist, wenn es gegeben ist, **seine Länge 50 Zeichen nicht überschreitet**.
    
    ### `Query` und `Annotated` importieren
    
    Importieren Sie zuerst:
    
    * `Query` von `fastapi`
    * `Annotated` von `typing` (oder von `typing_extensions` in Python unter 3.9)
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 17:58:59 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  4. src/crypto/tls/testdata/Client-TLSv12-RenegotiateTwice

    00000380  c9 65 a5 b6 73 1f 07 48  58 f8 d6 cb 8a ab 18 b9  |.e..s..HX.......|
    00000390  94 f5 53 7a dc a5 13 9b  ef 9a b9 31 42 60 74 02  |..Sz.......1B`t.|
    000003a0  ae 73 52 af 18 f3 52 c0  63 b3 1e 50 1c f2 1c 50  |.sR...R.c..P...P|
    000003b0  73 ea fe 13 e2 61 c1 38  05 16 03 03 00 4a 82 ab  |s....a.8.....J..|
    000003c0  72 1f 06 41 41 a7 4e 41  ab ae 2b b4 af 45 a9 11  |r..AA.NA..+..E..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  5. src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSAPSS

    00000180  e5 96 d9 74 7b f3 58 9f  6c 61 3c c0 b0 41 d4 d9  |...t{.X.la<..A..|
    00000190  2b 2b 24 23 77 5b 1c 3b  bd 75 5d ce 20 54 cf a1  |++$#w[.;.u]. T..|
    000001a0  63 87 1d 1e 24 c4 f3 1d  1a 50 8b aa b6 14 43 ed  |c...$....P....C.|
    000001b0  97 a7 75 62 f4 14 c8 52  d7 02 03 01 00 01 a3 46  |..ub...R.......F|
    000001c0  30 44 30 0e 06 03 55 1d  0f 01 01 ff 04 04 03 02  |0D0...U.........|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  6. platforms/ide/ide-plugins/src/test/groovy/org/gradle/plugins/ide/eclipse/EclipseWtpPluginTest.groovy

                    new Facet(FacetType.fixed, "jst.web", null),
                    new Facet(FacetType.installed, "jst.web", "2.4"),
                    new Facet(FacetType.installed, "jst.java", "5.0")])
        }
    
        def applyFirstToWarProject_shouldHaveWebProjectAndClasspathTask() {
            when:
            project.apply(plugin: 'eclipse-wtp')
            project.apply(plugin: 'war')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 08 10:14:49 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  7. platforms/software/build-init/src/main/java/org/gradle/buildinit/tasks/InitBuild.java

         *
         * @since 5.0
         */
        @Input
        public String getProjectName() {
            return projectName == null ? projectDir.getAsFile().getName() : projectName;
        }
    
        /**
         * The name of the package to use for generated source.
         *
         * This property can be set via command-line option '--package'.
         *
         * @since 5.0
         */
        @Input
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 10 12:58:10 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  8. samples/bookinfo/src/productpage/templates/productpage.html

              <div class="flex items-center">
                <div>
                  <img class="inline-block h-9 w-9 rounded-full bg-blue-50" src="/static/img/izzy.png" alt="">
                </div>
                <div class="ml-4">
                  <p class="text-base font-medium text-gray-50">{{ user }}</p>
                  <a href="logout" class="text-xs font-medium text-gray-400 hover:text-gray-300">Sign out</a>
                </div>
              </div>
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  9. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyReportTaskIntegrationTest.groovy

            mavenRepo.module("foo", "bar", "1.0").publish()
            mavenRepo.module("foo", "bar", "2.0").publish()
            mavenRepo.module("foo", "bar", "3.0").dependsOn('foo', 'baz', '5.0').publish()
    
    
            mavenRepo.module("foo", "baz", "5.0").publish()
    
            createDirs("a", "b", "c", "d", "e")
            file("settings.gradle") << """include 'a', 'b', 'c', 'd', 'e'
    rootProject.name = 'root'
    """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 25 05:32:54 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  10. src/internal/trace/testdata/tests/go122-annotations-stress.test

    UserRegionBegin dt=11 task=8 name_string=29 stack=49
    HeapAlloc dt=7 heapalloc_value=1761280
    HeapAlloc dt=18 heapalloc_value=1769472
    GoCreate dt=52 new_g=49 new_stack=17 stack=50
    GoCreate dt=12 new_g=50 new_stack=17 stack=50
    HeapAlloc dt=11 heapalloc_value=1777664
    GoCreate dt=9 new_g=51 new_stack=17 stack=50
    UserRegionEnd dt=9 task=8 name_string=29 stack=51
    GoBlock dt=11 reason_string=19 stack=52
    HeapAlloc dt=12 heapalloc_value=1785856
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 38.3K bytes
    - Viewed (0)
Back to top