Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 91 for Hyphen (0.57 sec)

  1. docs/de/docs/tutorial/path-params.md

    ```JSON
    {"item_id":"foo"}
    ```
    
    ## Pfad-Parameter mit Typen
    
    Sie können den Typ eines Pfad-Parameters in der Argumentliste der Funktion deklarieren, mit Standard-Python-Typannotationen:
    
    ```Python hl_lines="7"
    {!../../../docs_src/path_params/tutorial002.py!}
    ```
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:28:59 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  2. docs/de/docs/advanced/custom-response.md

    ### `FileResponse`
    
    Streamt eine Datei asynchron als Response.
    
    Nimmt zur Instanziierung einen anderen Satz von Argumenten entgegen als die anderen Response-Typen:
    
    * `path` – Der Dateipfad zur Datei, die gestreamt werden soll.
    * `headers` – Alle benutzerdefinierten Header, die inkludiert werden sollen, als Dictionary.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Jan 23 13:05:12 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  3. docs/de/docs/tutorial/query-params-str-validations.md

    ## `Annotated` im Typ des `q`-Parameters verwenden
    
    Erinnern Sie sich, wie ich in [Einführung in Python-Typen](../python-types.md#typhinweise-mit-metadaten-annotationen){.internal-link target=_blank} sagte, dass Sie mittels `Annotated` Metadaten zu Ihren Parametern hinzufügen können?
    
    Jetzt ist es an der Zeit, das mit FastAPI auszuprobieren. 🚀
    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/cmd/vendor/rsc.io/markdown/html.go

    		}
    	}
    	return nil, 0, false
    }
    
    func parseTagName(s string, i int) (string, int, bool) {
    	// “A tag name consists of an ASCII letter followed by zero or more ASCII letters, digits, or hyphens (-).”
    	if i < len(s) && isLetter(s[i]) {
    		j := i + 1
    		for j < len(s) && isLDH(s[j]) {
    			j++
    		}
    		return s[i:j], j, true
    	}
    	return "", 0, false
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  5. pkg/apis/discovery/validation/validation_test.go

    					Name:     utilpointer.String("http"),
    					Protocol: protocolPtr(api.ProtocolTCP),
    				}},
    				Endpoints: []discovery.Endpoint{{
    					Addresses: []string{"foo.example.com", "example.com", "example.com.", "hyphens-are-good.example.com"},
    					Hostname:  utilpointer.String("valid-123"),
    				}},
    			},
    		},
    		"all-protocols": {
    			expectedErrors: 0,
    			endpointSlice: &discovery.EndpointSlice{
    				ObjectMeta:  standardMeta,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 05 10:48:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  6. pkg/ctrlz/assets/static/css/all.css

        text-align: left;
        white-space: pre;
        word-spacing: normal;
        word-break: normal;
        word-wrap: normal;
        line-height: 1.5;
        tab-size: 4;
        hyphens: none;
        background: #2d2d2d
    }
    
    pre code {
        display: block;
        color: #ddd;
        padding: .5em
    }
    
    pre code.command-output {
        padding: 0
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Hangul", Var, 0},
    		{"Hanifi_Rohingya", Var, 13},
    		{"Hanunoo", Var, 0},
    		{"Hatran", Var, 5},
    		{"Hebrew", Var, 0},
    		{"Hex_Digit", Var, 0},
    		{"Hiragana", Var, 0},
    		{"Hyphen", Var, 0},
    		{"IDS_Binary_Operator", Var, 0},
    		{"IDS_Trinary_Operator", Var, 0},
    		{"Ideographic", Var, 0},
    		{"Imperial_Aramaic", Var, 0},
    		{"In", Func, 2},
    		{"Inherited", Var, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  8. src/runtime/metrics/description.go

    	// starts with a /, and a machine-parseable unit. The name may contain any valid Unicode
    	// codepoint in between / characters, but by convention will try to stick to lowercase
    	// characters and hyphens. An example of such a path might be "/memory/heap/free".
    	//
    	// The unit is by convention a series of lowercase English unit names (singular or plural)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 06 17:59:12 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  9. pkg/generated/openapi/zz_generated.openapi.go

    contain duplicates. At least one element is required. The indexes are represented as intervals separated by commas. The intervals can be a decimal integer or a pair of decimal integers separated by a hyphen. The number are listed in represented by the first and last element of the series, separated by a hyphen. For example, if the completed indexes are 1, 3, 4, 5 and 7, they are represented as \"1,3-5,7\". When this field is null, this field doesn't default to any value and is never evaluated at any time.",...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  10. api/openapi-spec/swagger.json

    contain duplicates. At least one element is required. The indexes are represented as intervals separated by commas. The intervals can be a decimal integer or a pair of decimal integers separated by a hyphen. The number are listed in represented by the first and last element of the series, separated by a hyphen. For example, if the completed indexes are 1, 3, 4, 5 and 7, they are represented as \"1,3-5,7\". When this field is null, this field doesn't default to any value and is never evaluated at any time.",...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top