- Sort Score
- Num 10 results
- Language All
Results 91 - 100 of 701 for gold (0.03 seconds)
-
docs/pt/docs/tutorial/cookie-param-models.md
Por exemplo, se o cliente tentar enviar um cookie `santa_tracker` com o valor de `good-list-please`, o cliente receberรก uma resposta de **erro** informando que o `santa_tracker` <dfn title="O papai noel desaprova a falta de biscoitos. ๐ Ok, chega de piadas com os cookies.">cookie nรฃo รฉ permitido</dfn>: ```json {
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 13:48:53 GMT 2026 - 3.4K bytes - Click Count (0) -
cmd/bucket-object-lock.go
// For objects in "Compliance" mode, retention date cannot be shortened, and mode cannot be altered. // For objects with legal hold header set, the s3:PutObjectLegalHold permission is expected to be set // Both legal hold and retention can be applied independently on an object
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 08 02:38:25 GMT 2025 - 13.3K bytes - Click Count (0) -
docs/fr/docs/advanced/additional-responses.md
```Python old_dict = { "old key": "old value", "second old key": "second old value", } new_dict = {**old_dict, "new key": "new value"} ``` Ici, `new_dict` contiendra toutes les paires clรฉ-valeur de `old_dict` plus la nouvelle paire clรฉ-valeurย : ```Python { "old key": "old value", "second old key": "second old value", "new key": "new value", } ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 9.6K bytes - Click Count (0) -
guava/src/com/google/common/collect/CompactHashSet.java
/** * Creates a {@code CompactHashSet} instance, with a high enough "initial capacity" that it * <i>should</i> hold {@code expectedSize} elements without growth. * * @param expectedSize the number of elements you expect to add to the returned set * @return a new, empty {@code CompactHashSet} with enough capacity to hold {@code expectedSize} * elements without resizingCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Jul 08 18:32:10 GMT 2025 - 24.7K bytes - Click Count (0) -
guava/src/com/google/common/base/Enums.java
private Enums() {} /** * Returns the {@link Field} in which {@code enumValue} is defined. For example, to get the {@code * Description} annotation on the {@code GOLF} constant of enum {@code Sport}, use {@code * Enums.getField(Sport.GOLF).getAnnotation(Description.class)}. * * @since 12.0 */ public static Field getField(Enum<?> enumValue) { Class<?> clazz = enumValue.getDeclaringClass();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Jul 01 13:41:58 GMT 2025 - 4.8K bytes - Click Count (0) -
docs/en/docs/how-to/authentication-error-status-code.md
# Use Old 403 Authentication Error Status Codes { #use-old-403-authentication-error-status-codes } Before FastAPI version `0.122.0`, when the integrated security utilities returned an error to the client after a failed authentication, they used the HTTP status code `403 Forbidden`.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 1.2K bytes - Click Count (0) -
android/guava/src/com/google/common/hash/HashFunction.java
* (given by {@link #bits}). For example, {@link Hashing#sha1} produces a 160-bit number, * while {@link Hashing#murmur3_32()} yields only 32 bits. Because a {@code long} value is * clearly insufficient to hold all hash code values, this API represents a hash code as an * instance of {@link HashCode}. * <li><b>pure function:</b> the value produced must depend only on the input bytes, in the orderCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 17 20:26:29 GMT 2025 - 10.9K bytes - Click Count (0) -
docs/ko/docs/tutorial/cookie-param-models.md
ํด๋ผ์ด์ธํธ๊ฐ **์ถ๊ฐ ์ฟ ํค**๋ฅผ ๋ณด๋ด๋ ค๊ณ ์๋ํ๋ฉด, **์ค๋ฅ** ์๋ต์ ๋ฐ๊ฒ ๋ฉ๋๋ค. ๋์๋ฅผ ์ป๊ธฐ ์ํด ์ ์ฐ๋ ๋ถ์ํ ์ฟ ํค ๋ฐฐ๋(ํ์ )๋ค, <dfn title="์ด๊ฒ๋ ๋๋ด์ ๋๋ค. ์ ๊ฒฝ ์ฐ์ง ๋ง์ธ์. ์ฟ ํค์ ํจ๊ป ์ปคํผ ํ ์ ํ์ธ์. โ">API๊ฐ ๊ฑฐ๋ถ</dfn>ํ๋๋ฐ๋. ๐ช ์๋ฅผ ๋ค์ด, ํด๋ผ์ด์ธํธ๊ฐ `good-list-please` ๊ฐ์ผ๋ก `santa_tracker` ์ฟ ํค๋ฅผ ๋ณด๋ด๋ ค๊ณ ํ๋ฉด ํด๋ผ์ด์ธํธ๋ `santa_tracker` <dfn title="์ฐํ๋ ์ฟ ํค๊ฐ ๋ถ์กฑํ ๊ฒ์ ๋ชป๋ง๋ ํดํฉ๋๋ค. ๐ ์ข์์, ์ด์ ๋ ์ด์ ์ฟ ํค ๋๋ด์ ํ์ง ์๊ฒ ์ต๋๋ค.">์ฟ ํค๊ฐ ํ์ฉ๋์ง ์๋๋ค</dfn>๋ **์ค๋ฅ** ์๋ต์ ๋ฐ๊ฒ ๋ฉ๋๋ค: ```json { "detail": [ {Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:57:01 GMT 2026 - 3.6K bytes - Click Count (0) -
.ci/templates.t/periodic-trigger-lgc.yml
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 1K bytes - Click Count (0) -
src/test/java/jcifs/smb/ShareEnumIteratorTest.java
void filterThrows_skipsAndContinues() throws Exception { SmbFile parent = newParent(); List<FileEntry> entries = Arrays.asList(entry("bad", SmbConstants.TYPE_SHARE), entry("good", SmbConstants.TYPE_SHARE)); // First call throws, second accepts when(filter.accept(any())).thenThrow(new CIFSException("boom")).thenReturn(true);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 8.1K bytes - Click Count (0)