- Sort Score
- Num 10 results
- Language All
Results 541 - 550 of 623 for losses (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava/src/com/google/common/base/Ascii.java
/** * Static methods pertaining to ASCII characters (those in the range of values {@code 0x00} through * {@code 0x7F}), and to strings containing such characters. * * <p>ASCII utilities also exist in other classes of this package: * * <ul> * <!-- TODO(kevinb): how can we make this not produce a warning when building gwt javadoc? --> * <li>{@link StandardCharsets#US_ASCII} specifies the {@code Charset} of ASCII characters.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 17 20:26:29 GMT 2025 - 21.7K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/primitives/ImmutableIntArrayTest.java
return ImmutableIntArray.copyOf(Arrays.asList(values)); } // Test generators. To let the GWT test suite generator access them, they need to be public named // classes with a public default constructor (not that we run these suites under GWT yet). @J2ktIncompatible @GwtIncompatible // used only from suite
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 20.2K bytes - Click Count (0) -
android/guava/src/com/google/common/primitives/UnsignedBytes.java
* compares, using {@link #compare(byte, byte)}), the first pair of values that follow any common * prefix, or when one array is a prefix of the other, treats the shorter array as the lesser. For * example, {@code [] < [0x01] < [0x01, 0x7F] < [0x01, 0x80] < [0x02]}. Values are treated as * unsigned. * * <p>The returned comparator is inconsistent with {@link Object#equals(Object)} (since arraysCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 16:38:16 GMT 2026 - 21K bytes - Click Count (0) -
docs/en/docs/tutorial/sql-databases.md
/// tip You could use any other SQL or NoSQL database library you want (in some cases called <abbr title="Object Relational Mapper: a fancy term for a library where some classes represent SQL tables and instances represent rows in those tables">"ORMs"</abbr>), FastAPI doesn't force you to use anything. ๐ ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 15.3K bytes - Click Count (0) -
docs/ko/docs/python-types.md
```Python hl_lines="1" {!> ../../docs_src/python_types/tutorial009_py310.py!} ``` //// ๊ทธ๋ฅ `str` ๋์ `str | None`์ ์ฌ์ฉํ๋ฉด, ๊ฐ์ด ํญ์ `str`์ด๋ผ๊ณ ๊ฐ์ ํ๊ณ ์์ง๋ง ์ค์ ๋ก๋ `None`์ผ ์๋ ์๋ ์ํฉ์์ ์๋ํฐ๊ฐ ์ค๋ฅ๋ฅผ ๊ฐ์งํ๋๋ก ๋์์ค๋๋ค. ### ํ์ ์ผ๋ก์์ ํด๋์ค { #classes-as-types } ๋ณ์์ ํ์ ์ผ๋ก ํด๋์ค๋ฅผ ์ ์ธํ ์๋ ์์ต๋๋ค. ์ด๋ฆ์ ๊ฐ์ง `Person` ํด๋์ค๊ฐ ์๋ค๊ณ ํด๋ด ์๋ค: {* ../../docs_src/python_types/tutorial010_py310.py hl[1:3] *} ๊ทธ๋ฌ๋ฉด `Person` ํ์ ์ ๋ณ์๋ฅผ ์ ์ธํ ์ ์์ต๋๋ค:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 13K bytes - Click Count (0) -
android/guava-testlib/test/com/google/common/testing/ArbitraryInstancesTest.java
AtomicReference.class, AtomicBoolean.class, AtomicInteger.class, AtomicLong.class, AtomicDouble.class); } @SuppressWarnings("unchecked") // functor classes have no type parameters public void testGet_functors() { assertEquals(0, ArbitraryInstances.get(Comparator.class).compare("abc", 123)); assertTrue(ArbitraryInstances.get(Predicate.class).apply("abc"));Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 22.4K bytes - Click Count (0) -
guava-tests/test/com/google/common/primitives/ImmutableDoubleArrayTest.java
return ImmutableDoubleArray.copyOf(Arrays.asList(values)); } // Test generators. To let the GWT test suite generator access them, they need to be public named // classes with a public default constructor (not that we run these suites under GWT yet). @J2ktIncompatible @GwtIncompatible // used only from suite @AndroidIncompatible
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Dec 12 14:49:24 GMT 2025 - 21.9K bytes - Click Count (0) -
docs/fr/docs/advanced/security/oauth2-scopes.md
Cependant, lorsque vous importez `Query`, `Path`, `Depends`, `Security` et dโautres depuis `fastapi`, ce sont en fait des fonctions qui renvoient des classes spรฉciales. /// ## Utiliser `SecurityScopes` { #use-securityscopes } Mettez maintenant ร jour la dรฉpendance `get_current_user`. Cโest celle utilisรฉe par les dรฉpendances ci-dessus.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 15.5K bytes - Click Count (0) -
scripts/general-llm-prompt.md
<abbr title="{translation of full phrase}: {translation of information}">{abbreviation}</abbr> ``` Example: Source (English): ``` <abbr title="Object Relational Mapper: a fancy term for a library where some classes represent SQL tables and instances represent rows in those tables">ORM</abbr> ``` Result (German): ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Mar 18 10:55:36 GMT 2026 - 14.6K bytes - Click Count (0) -
guava-testlib/src/com/google/common/testing/ClassSanityTester.java
import org.jspecify.annotations.NullUnmarked; import org.jspecify.annotations.Nullable; /** * Tester that runs automated sanity tests for any given class. A typical use case is to test static * factory classes like: * * <pre> * interface Book {...} * public class Books { * public static Book hardcover(String title) {...} * public static Book paperback(String title) {...} * } * </pre> *
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Aug 09 01:14:59 GMT 2025 - 32.5K bytes - Click Count (0)