- Sort Score
- Result 10 results
- Languages All
Results 591 - 600 of 1,619 for targetOS (0.07 sec)
-
guava/src/com/google/common/primitives/IgnoreJRERequirement.java
import static java.lang.annotation.ElementType.TYPE; import java.lang.annotation.Target; /** * Disables Animal Sniffer's checking of compatibility with older versions of Java/Android. * * <p>Each package's copy of this annotation needs to be listed in our {@code pom.xml}. */ @Target({METHOD, CONSTRUCTOR, TYPE}) @ElementTypesAreNonnullByDefault
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 25 18:05:56 UTC 2024 - 1.1K bytes - Viewed (0) -
api/maven-api-di/src/main/java/org/apache/maven/api/di/Scope.java
*/ package org.apache.maven.api.di; import java.lang.annotation.Documented; import java.lang.annotation.Retention; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.ANNOTATION_TYPE; import static java.lang.annotation.RetentionPolicy.RUNTIME; @Target(ANNOTATION_TYPE) @Retention(RUNTIME) @Documented
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Mon Feb 05 09:45:47 UTC 2024 - 1.1K bytes - Viewed (0) -
docs/em/docs/async.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 18.7K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/FakeTimeLimiter.java
@CanIgnoreReturnValue // TODO(kak): consider removing this @Override public <T> T newProxy( T target, Class<T> interfaceType, long timeoutDuration, TimeUnit timeoutUnit) { checkNotNull(target); checkNotNull(interfaceType); checkNotNull(timeoutUnit); return target; // ha ha } @CanIgnoreReturnValue // TODO(kak): consider removing this @Override @ParametricNullness
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Dec 14 20:35:03 UTC 2023 - 3.5K bytes - Viewed (0) -
docs/em/docs/advanced/response-directly.md
๐ ๐ช ๐ฎ ๐ ๐ ๐ ๐ป, ๐ฎ โซ๏ธ `Response`, & ๐จ โซ๏ธ: ```Python hl_lines="1 18" {!../../docs_src/response_directly/tutorial002.py!} ``` ## ๐ ๐โ ๐ ๐จ `Response` ๐ ๐ฎ ๐ ๐ซ โ, ๐ (๐ป), ๐ซ ๐ ๐. โ๏ธ ๐ ๐ช ๐ โซ๏ธ ๐ฌ [๐ ๐จ ๐](additional-responses.md){.internal-link target=_blank}.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.6K bytes - Viewed (0) -
docs/em/docs/advanced/sub-applications.md
``` </div> & ๐ ๐ฉบ <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>. ๐ ๐ ๐ ๐ง ๐ ๏ธ ๐ฉบ ๐ ๐ฑ, ๐ ๐ด ๐ฎ ๐ _โก ๐ ๏ธ_: <img src="/img/tutorial/sub-applications/image01.png"> & โคด๏ธ, ๐ ๐ฉบ ๐ง-๐ธ, <a href="http://127.0.0.1:8000/subapi/docs" class="external-link" target="_blank">http://127.0.0.1:8000/subapi/docs</a>.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.4K bytes - Viewed (0) -
docs/em/docs/advanced/security/index.md
## ๐ โ ๐ค โ โ ๐ต ๐โโ โ๏ธ โช๏ธโก๏ธ ๐ ๐ [๐ฐ - ๐ฉโ๐ป ๐ฆฎ: ๐โโ](../../tutorial/security/index.md){.internal-link target=_blank}. /// tip โญ ๐ **๐ซ ๐ฏ "๐ง"**. & โซ๏ธ ๐ช ๐ ๐ โ๏ธ ๐ผ, โ 1๏ธโฃ ๐ซ. /// ## โ ๐ฐ ๐ฅ โญ ๐ ๐ค ๐ โช โ ๐ [๐ฐ - ๐ฉโ๐ป ๐ฆฎ: ๐โโ](../../tutorial/security/index.md){.internal-link target=_blank}.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 513 bytes - Viewed (0) -
docs/zh/docs/advanced/settings.md
```Python hl_lines="3" import os name = os.getenv("MY_NAME", "World") print(f"Hello {name} from Python") ``` /// tip <a href="https://docs.python.org/3.8/library/os.html#os.getenv" class="external-link" target="_blank">`os.getenv()`</a> ็็ฌฌไบไธชๅๆฐๆฏ่ฆ่ฟๅ็้ป่ฎคๅผใ ๅฆๆๆฒกๆๆไพ้ป่ฎคๅผ๏ผ้ป่ฎคไธบ `None`๏ผๆญคๅคๆไปฌๆไพไบ `"World"` ไฝไธบ่ฆไฝฟ็จ็้ป่ฎคๅผใ /// ็ถๅ๏ผๆจๅฏไปฅ่ฐ็จ่ฏฅ Python ็จๅบ๏ผ <div class="termy"> ```console // ่ฟ้ๆไปฌ่ฟๆฒกๆ่ฎพ็ฝฎ็ฏๅขๅ้ $ python main.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 13.8K bytes - Viewed (0) -
docs/en/docs/advanced/custom-response.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 12K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/google/MultimapPutAllMultimapTester.java
} @MapFeature.Require(SUPPORTS_PUT) public void testPutAllIntoEmpty() { Multimap<K, V> target = getSubjectGenerator().create(); assertEquals(!multimap().isEmpty(), target.putAll(multimap())); assertEquals(multimap(), target); } @MapFeature.Require(SUPPORTS_PUT) public void testPutAll() { Multimap<K, V> source =
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 4K bytes - Viewed (0)