- Sort Score
- Result 10 results
- Languages All
Results 221 - 230 of 1,575 for targetOS (0.07 sec)
-
guava/src/com/google/common/primitives/Longs.java
* i, i + target.length)} contains exactly the same elements as {@code target}. * * @param array the array to search for the sequence {@code target} * @param target the array to search for as a sub-sequence of {@code array} */ public static int indexOf(long[] array, long[] target) { checkNotNull(array, "array"); checkNotNull(target, "target"); if (target.length == 0) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 17 15:52:18 UTC 2024 - 29K bytes - Viewed (0) -
api/maven-api-model/src/main/java/org/apache/maven/api/model/InputLocation.java
/** * Merges the {@code source} location into the {@code target} location. * * @param target the target location * @param source the source location * @param sourceDominant the boolean indicating of {@code source} is dominant compared to {@code target} * @return the merged location */ public static InputLocation merge(InputLocation target, InputLocation source, boolean sourceDominant) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Thu Aug 15 13:24:49 UTC 2024 - 6.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsJobLogCQ.java
if (opLambda != null) { opLambda.callback(builder); } } public void setTarget_Regexp(String target) { setTarget_Regexp(target, null); } public void setTarget_Regexp(String target, ConditionOptionCall<RegexpQueryBuilder> opLambda) { RegexpQueryBuilder builder = regRegexpQ("target", target);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 71.3K bytes - Viewed (0) -
docs/es/docs/how-to/graphql.md
* <a href="https://strawberry.rocks/" class="external-link" target="_blank">Strawberry</a> ๐ * Con <a href="https://strawberry.rocks/docs/integrations/fastapi" class="external-link" target="_blank">documentaciรณn para FastAPI</a> * <a href="https://ariadnegraphql.org/" class="external-link" target="_blank">Ariadne</a> * Con <a href="https://ariadnegraphql.org/docs/fastapi-integration" class="external-link" target="_blank">documentaciรณn para FastAPI</a>
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/en/docs/how-to/graphql.md
* <a href="https://strawberry.rocks/" class="external-link" target="_blank">Strawberry</a> ๐ * With <a href="https://strawberry.rocks/docs/integrations/fastapi" class="external-link" target="_blank">docs for FastAPI</a> * <a href="https://ariadnegraphql.org/" class="external-link" target="_blank">Ariadne</a> * With <a href="https://ariadnegraphql.org/docs/fastapi-integration" class="external-link" target="_blank">docs for FastAPI</a>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 22:39:38 UTC 2024 - 3.3K bytes - Viewed (0) -
docs/ko/docs/advanced/wsgi.md
# WSGI ํฌํจํ๊ธฐ - Flask, Django ๊ทธ ์ธ [์๋ธ ์์ฉ ํ๋ก๊ทธ๋จ - ๋ง์ดํธ](sub-applications.md){.internal-link target=_blank}, [ํ๋ก์ ๋คํธ์์](behind-a-proxy.md){.internal-link target=_blank}์์ ๋ณด์๋ฏ์ด WSGI ์์ฉ ํ๋ก๊ทธ๋จ๋ค์ ๋ค์๊ณผ ๊ฐ์ด ๋ง์ดํธ ํ ์ ์์ต๋๋ค. `WSGIMiddleware`๋ฅผ ์ฌ์ฉํ์ฌ WSGI ์์ฉ ํ๋ก๊ทธ๋จ(์: Flask, Django ๋ฑ)์ ๊ฐ์ ์ ์์ต๋๋ค. ## `WSGIMiddleware` ์ฌ์ฉํ๊ธฐ `WSGIMiddleware`๋ฅผ ๋ถ๋ฌ์์ผ ํฉ๋๋ค. ๊ทธ๋ฐ ๋ค์, WSGI(์: Flask) ์์ฉ ํ๋ก๊ทธ๋จ์ ๋ฏธ๋ค์จ์ด๋ก ํฌ์ฅํฉ๋๋ค. ๊ทธ ํ, ํด๋น ๊ฒฝ๋ก์ ๋ง์ดํธํฉ๋๋ค. ```Python hl_lines="2-3 23"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Oct 31 18:56:37 UTC 2024 - 1.3K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleBuildDocumentationPlugin.java
project.apply(target -> target.plugin(GradleReleaseNotesPlugin.class)); project.apply(target -> target.plugin(GradleJavadocsPlugin.class)); project.apply(target -> target.plugin(GradleKotlinDslReferencePlugin.class)); project.apply(target -> target.plugin(GradleDslReferencePlugin.class)); project.apply(target -> target.plugin(GradleUserManualPlugin.class));
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Apr 17 20:04:00 UTC 2024 - 7.4K bytes - Viewed (0) -
docs/fr/docs/alternatives.md
- <a href="https://github.com/tiangolo/full-stack" class="external-link" target="_blank">https://github.com/tiangolo/full-stack</a> - <a href="https://github.com/tiangolo/full-stack-flask-couchbase" class="external-link" target="_blank">https://github.com/tiangolo/full-stack-flask-couchbase</a> - <a href="https://github.com/tiangolo/full-stack-flask-couchdb" class="external-link" target="_blank">https://github.com/tiangolo/full-stack-flask-couchdb</a>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 27.6K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/AbstractIteratorTester.java
internalExecuteAndCompare(reference, target, NEXT_METHOD); } }; Stimulus<E, Iterator<E>> remove = new Stimulus<E, Iterator<E>>("remove") { @Override void executeAndCompare(ListIterator<E> reference, Iterator<E> target) { internalExecuteAndCompare(reference, target, REMOVE_METHOD); } };
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 20.6K bytes - Viewed (0) -
docs/vi/docs/index.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 21.9K bytes - Viewed (0)