- Sort Score
- Result 10 results
- Languages All
Results 711 - 720 of 1,752 for LargeA (0.07 sec)
-
guava-tests/test/com/google/common/util/concurrent/AndroidIncompatible.java
import static java.lang.annotation.ElementType.TYPE; import static java.lang.annotation.RetentionPolicy.CLASS; import com.google.common.annotations.GwtCompatible; import java.lang.annotation.Retention; import java.lang.annotation.Target; /** * Signifies that a test should not be run under Android. This annotation is respected only by our * Google-internal Android suite generators. Note that those generators also suppress any test
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Sep 15 13:47:32 UTC 2016 - 1.6K bytes - Viewed (0) -
dbflute_fess/dfprop/basicInfoMap.dfprop
# o targetLanguage: (Required) # The target language. # Your possible choices are: # # java, csharp, scala # ; targetLanguage = java # - - - - - - - - - -/ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # o targetContainer: (Required) # The target DI container. # Your possible choices are: #
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 31 23:35:14 UTC 2015 - 9.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/JobLogDbm.java
false, "Long", 0, 0, null, null, false, null, null, null, null, null, false); protected final ColumnInfo _columnTarget = cci("target", "target", null, null, String.class, "target", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false); public ColumnInfo columnEndTime() { return _columnEndTime; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 11K bytes - Viewed (0) -
.gitignore
# Maven target/ *.ser *.ec .mvn/wrapper/maven-wrapper.jar # IntelliJ Idea .idea/ out/ *.ipr *.iws *.iml # Eclipse .classpath .project .settings/ .metadata/ # OS X
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Oct 17 16:57:55 UTC 2023 - 176 bytes - Viewed (0) -
docs/em/docs/tutorial/security/oauth2-jwt.md
## β `python-jose` π₯ πͺ β `python-jose` π & β π₯ π€ π: <div class="termy"> ```console $ pip install "python-jose[cryptography]" ---> 100% ``` </div> <a href="https://github.com/mpdavis/python-jose" class="external-link" target="_blank">π-π©π¬</a> π π π©βπ» β.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.5K bytes - Viewed (0) -
docs/de/docs/async.md
(und **FastAPI**) basiert auf <a href="https://anyio.readthedocs.io/en/stable/" class="external-link" target="_blank">AnyIO</a>, was bedeutet, es ist sowohl kompatibel mit der Python-Standardbibliothek <a href="https://docs.python.org/3/library/asyncio-task.html" class="external-link" target="_blank">asyncio</a>, als auch mit <a href="https://trio.readthedocs.io/en/stable/" class="external-link" target="_blank">Trio</a>. Insbesondere kΓΆnnen Sie <a href="https://anyio.readthedocs.io/en/stable/"...
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 26.6K bytes - Viewed (0) -
docs/de/docs/tutorial/encoder.md
Ein `datetime`-Objekt mΓΌsste also in einen `str` umgewandelt werden, der die Daten im <a href="https://en.wikipedia.org/wiki/ISO_8601" class="external-link" target="_blank">ISO-Format</a> enthΓ€lt. Genauso wΓΌrde die Datenbank kein Pydantic-Modell (ein Objekt mit Attributen) akzeptieren, sondern nur ein `dict`. Sie kΓΆnnen fΓΌr diese FΓ€lle `jsonable_encoder` verwenden.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 1.9K bytes - Viewed (0) -
docs/em/docs/advanced/response-cookies.md
π πͺ π£ `Response` π’ π, & β πͺ (& π) π«. ## π¨ `Response` π π πͺ β πͺ πβ π¬ `Response` π π π. π, π πͺ β π¨ π¬ [π¨ π¨ π](response-directly.md){.internal-link target=_blank}. β€΄οΈ β πͺ β«οΈ, & β€΄οΈ π¨ β«οΈ: ```Python hl_lines="10-12" {!../../docs_src/response_cookies/tutorial001.py!} ``` /// tip βοΈ π€― π π₯ π π¨ π¨ π β©οΈ βοΈ `Response` π’, FastAPI π π¨ β«οΈ π.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 1.8K bytes - Viewed (0) -
src/main/webapp/js/bootstrap.min.js
onfig=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},t._getConfig=function(t){if("string"!=typeof(t=l({},_n,{},"object"==typeof t&&t?t:{})).target){var e=g(t.target).attr("id");e||(e=_.getUID(un),g(t.target).attr("id",e)),t.target="#"+e}return _.typeCheckConfig(un,t,mn),t},t._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},t._getScrollHeight=function(){return...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Feb 07 10:28:50 UTC 2020 - 58.6K bytes - Viewed (0) -
src/bufio/bufio.go
// being valid at the next read call. If Peek returns fewer than n bytes, it // also returns an error explaining why the read is short. The error is // [ErrBufferFull] if n is larger than b's buffer size. // // Calling Peek prevents a [Reader.UnreadByte] or [Reader.UnreadRune] call from succeeding // until the next read operation. func (b *Reader) Peek(n int) ([]byte, error) { if n < 0 {
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 12 14:39:08 UTC 2023 - 21.8K bytes - Viewed (0)