- Sort Score
- Result 10 results
- Languages All
Results 2921 - 2930 of 3,372 for typo (0.03 sec)
-
guava/src/com/google/common/collect/TreeTraverser.java
import java.util.ArrayDeque; import java.util.Deque; import java.util.Iterator; import java.util.Queue; import java.util.function.Consumer; import javax.annotation.CheckForNull; /** * Views elements of a type {@code T} as nodes in a tree, and provides methods to traverse the trees * induced by this traverser. * * <p>For example, the tree * * <pre>{@code * h * / | \ * / e \ * d g
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 8.9K bytes - Viewed (0) -
docs/em/docs/tutorial/path-params.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 7.7K bytes - Viewed (0) -
callbacks/update.go
stmt.AddClause(clause.Where{Exprs: []clause.Expression{clause.Eq{Column: field.DBName, Value: value}}}) } } } } switch value := updatingValue.Interface().(type) { case map[string]interface{}: set = make([]clause.Assignment, 0, len(value)) keys := make([]string, 0, len(value)) for k := range value { keys = append(keys, k) } sort.Strings(keys)
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Mon Mar 18 05:44:55 UTC 2024 - 9.4K bytes - Viewed (0) -
docs/de/docs/tutorial/header-params.md
``` //// ## `Header`-Parameter deklarieren Dann deklarieren Sie Ihre Header-Parameter, auf die gleiche Weise, wie Sie auch `Path`-, `Query`-, und `Cookie`-Parameter deklarieren. Der erste Wert ist der Typ. Sie kรถnnen `Header` die gehabten Extra Validierungs- und Beschreibungsparameter hinzufรผgen. Danach kรถnnen Sie einen Defaultwert vergeben: //// tab | Python 3.10+ ```Python hl_lines="9"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.3K bytes - Viewed (0) -
docs/ko/docs/python-types.md
# ํ์ด์ฌ ํ์ ์๊ฐ ํ์ด์ฌ์ ์ ํ์ ์ผ๋ก "ํ์ ํํธ(type hints)"๋ฅผ ์ง์ํฉ๋๋ค. ์ด๋ฌํ **ํ์ ํํธ**๋ค์ ๋ณ์์ <abbr title="์๋ฅผ ๋ค๋ฉด: str, int, float, bool">ํ์ </abbr>์ ์ ์ธํ ์ ์๊ฒ ํด์ฃผ๋ ํน์ํ ๊ตฌ๋ฌธ์ ๋๋ค. ๋ณ์์ ํ์ ์ ์ง์ ํ๋ฉด ์๋ํฐ์ ํด์ด ๋ ๋ง์ ๋์์ ์ค ์ ์๊ฒ ๋ฉ๋๋ค. ์ด ๋ฌธ์๋ ํ์ด์ฌ ํ์ ํํธ์ ๋ํ **๋น ๋ฅธ ์์ต์ / ๋ด์ฉํ๊ธฐ** ์์ค์ ๋ฌธ์์ ๋๋ค. ์ฌ๊ธฐ์๋ **FastAPI**๋ฅผ ์ฐ๊ธฐ ์ํ ์ต์ํ์ ๋ด์ฉ๋ง์ ๋ค๋ฃน๋๋ค. **FastAPI**๋ ํ์ ํํธ์ ๊ธฐ๋ฐ์ ๋๊ณ ์์ผ๋ฉฐ, ์ด๋ ๋ง์ ์ฅ์ ๊ณผ ์ด์ต์ด ์์ต๋๋ค. ๋น๋ก **FastAPI**๋ฅผ ์ฐ์ง ์๋๋ค๊ณ ํ๋๋ผ๋, ์กฐ๊ธ์ด๋ผ๋ ์์๋๋ฉด ๋์์ด ๋ ๊ฒ์ ๋๋ค. /// note | "์ฐธ๊ณ "
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.5K bytes - Viewed (0) -
internal/bucket/object/lock/lock_test.go
expectedErr: errors.New("expected element type <Status> but have <MyStatus>"), expectErr: true, }, // invalid XML attr { value: `<?xml version="1.0" encoding="UTF-8"?><UnknownLegalHold xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Status>ON</Status></UnknownLegalHold>`, expectedErr: errors.New("expected element type <LegalHold>/<ObjectLockLegalHold> but have <UnknownLegalHold>"),
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Jun 29 01:20:27 UTC 2024 - 17.1K bytes - Viewed (0) -
docs/de/docs/advanced/response-directly.md
/// Und wenn Sie eine `Response` zurรผckgeben, wird **FastAPI** diese direkt weiterleiten. Es wird keine Datenkonvertierung mit Pydantic-Modellen durchfรผhren, es wird den Inhalt nicht in irgendeinen Typ konvertieren, usw. Dadurch haben Sie viel Flexibilitรคt. Sie kรถnnen jeden Datentyp zurรผckgeben, jede Datendeklaration oder -validierung รผberschreiben, usw. ## Verwendung des `jsonable_encoder` in einer `Response`
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3.5K bytes - Viewed (0) -
docs/de/docs/tutorial/body-fields.md
Denken Sie daran, dass `Query`, `Path` und andere von `fastapi` tatsรคchlich Funktionen sind, die spezielle Klassen zurรผckgeben. /// /// tip | "Tipp" Beachten Sie, dass jedes Modellattribut mit einem Typ, Defaultwert und `Field` die gleiche Struktur hat wie ein Parameter einer Pfadoperation-Funktion, nur mit `Field` statt `Path`, `Query`, `Body`. /// ## Zusรคtzliche Information hinzufรผgen
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3.9K bytes - Viewed (0) -
cmd/handler-utils.go
func isValidLocation(location string) bool { region := globalSite.Region() return region == "" || region == location } // Supported headers that needs to be extracted. var supportedHeaders = []string{ "content-type", "cache-control", "content-language", "content-encoding", "content-disposition", "x-amz-storage-class", xhttp.AmzStorageClass, xhttp.AmzObjectTagging, "expires", xhttp.AmzBucketReplicationStatus,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jun 10 15:31:51 UTC 2024 - 15.5K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/Result.java
* <li>error - no model, but diagnostics * <li>error - (partial) model and diagnostics * </ol> * Could encode these variants as subclasses, but kept in one for now * * @param <T> the model type * @deprecated use {@link org.apache.maven.api.services.ModelBuilder} instead */ @Deprecated(since = "4.0.0") public class Result<T> { /** * Success without warnings * * @param model
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6.9K bytes - Viewed (0)