- Sort Score
- Result 10 results
- Languages All
Results 491 - 500 of 557 for allest (0.04 sec)
-
cmd/bucket-metadata-sys.go
} wait() // wait to proceed to next entry. } } t.Reset(bucketMetadataRefresh) } } // Initialized indicates if bucket metadata sys is initialized atleast once. func (sys *BucketMetadataSys) Initialized() bool { sys.RLock() defer sys.RUnlock() return sys.initialized } // Loads bucket metadata for all buckets into BucketMetadataSys.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Aug 28 15:32:18 UTC 2024 - 20.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
boolean anonymous = this.credentials.isAnonymous(); long sessId = 0; boolean preauthIntegrity = negoResp.getSelectedDialect().atLeast(DialectVersion.SMB311); this.preauthIntegrityHash = preauthIntegrity ? trans.getPreauthIntegrityHash() : null; if ( this.preauthIntegrityHash != null && log.isDebugEnabled() ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Nov 14 17:41:04 UTC 2021 - 49K bytes - Viewed (0) -
docs/em/docs/tutorial/sql-databases.md
/// ### โ๏ธ Pydantic `orm_mode` ๐, Pydantic *๐ท* ๐, `Item` & `User`, ๐ฎ ๐ `Config` ๐. ๐ <a href="https://docs.pydantic.dev/latest/api/config/" class="external-link" target="_blank">`Config`</a> ๐ โ๏ธ ๐ ๐ณ Pydantic. `Config` ๐, โ ๐ข `orm_mode = True`. //// tab | ๐ 3๏ธโฃ.6๏ธโฃ & ๐ ```Python hl_lines="15 19-20 31 36-37"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 25K bytes - Viewed (0) -
docs/changelogs/changelog_2x.md
To disable TLS fallback: ```java client.setConnectionSpecs(Arrays.asList( ConnectionSpec.MODERN_TLS, ConnectionSpec.CLEARTEXT)); ``` To disable cleartext connections, permitting `https` URLs only: ```java client.setConnectionSpecs(Arrays.asList( ConnectionSpec.MODERN_TLS, ConnectionSpec.COMPATIBLE_TLS)); ```
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 26.6K bytes - Viewed (0) -
docs/de/docs/help-fastapi.md
Auf GitHub hilft Ihnen die Vorlage dabei, die richtige Frage zu schreiben, sodass Sie leichter eine gute Antwort erhalten oder das Problem sogar selbst lรถsen kรถnnen, noch bevor Sie fragen. Und auf GitHub kann ich sicherstellen, dass ich immer alles beantworte, auch wenn es einige Zeit dauert. Ich persรถnlich kann das mit den Chat-Systemen nicht machen. ๐
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 16K bytes - Viewed (0) -
docs/en/docs/async.md
### Other forms of asynchronous code This style of using `async` and `await` is relatively new in the language. But it makes working with asynchronous code a lot easier. This same syntax (or almost identical) was also included recently in modern versions of JavaScript (in Browser and NodeJS). But before that, handling asynchronous code was quite more complex and difficult.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Wed Aug 28 23:33:37 UTC 2024 - 23.5K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtlmPasswordAuthenticator.java
log.debug("Have initial token " + tok); } if ( tok.getMechanisms() != null ) { Set<ASN1ObjectIdentifier> mechs = new HashSet<>(Arrays.asList(tok.getMechanisms())); if ( !mechs.contains(NtlmContext.NTLMSSP_OID) ) { throw new SmbUnsupportedOperationException("Server does not support NTLM authentication"); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 12:07:20 UTC 2020 - 18.8K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/Collections2Test.java
Collections2.orderedPermutations( newArrayList( 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)) .size()); // Almost force an overflow in the binomial coefficient calculation assertEquals( 1391975640 /*C(34,14)*/, Collections2.orderedPermutations(concat(nCopies(20, 1), nCopies(14, 2))).size());
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Feb 21 10:16:44 UTC 2024 - 19.7K bytes - Viewed (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/interpolation/AbstractModelInterpolatorTest.java
Model model = Model.newBuilder() .build(Build.newBuilder() .sourceDirectory("correct") .resources(Arrays.asList(Resource.newBuilder() .directory("${project.build.sourceDirectory}") .build())) .build()) .build();
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 22.2K bytes - Viewed (0) -
docs/ko/docs/deployment/server-workers.md
/// ## ๊ตฌ๋์ฝ๊ณผ ์ ๋น์ฝ ์์ปค **Gunicorn**์ **WSGI ํ์ค**์ ์ฃผ๋ก ์ฌ์ฉํ๋ ์ ํ๋ฆฌ์ผ์ด์ ์๋ฒ์ ๋๋ค. ์ด๊ฒ์ ๊ตฌ๋์ฝ์ด ํ๋ผ์คํฌ์ ์๊ณ ์ ๊ฐ์ ์ ํ๋ฆฌ์ผ์ด์ ์ ์ ๊ณตํ ์ ์๋ค๋ ๊ฒ์ ์๋ฏธํฉ๋๋ค. ๊ตฌ๋์ฝ ์์ฒด๋ ์ต์ **<a href="https://asgi.readthedocs.io/en/latest/" class="external-link" target="_blank">ASGI ํ์ค</a>**์ ์ฌ์ฉํ๊ธฐ ๋๋ฌธ์ FastAPI์ ํธํ๋์ง ์์ต๋๋ค. ํ์ง๋ง ๊ตฌ๋์ฝ์ **ํ๋ก์ธ์ค ๊ด๋ฆฌ์**์ญํ ์ ํ๊ณ ์ฌ์ฉ์์๊ฒ ํน์ **์์ปค ํ๋ก์ธ์ค ํด๋์ค**๋ฅผ ์๋ ค์ค๋๋ค. ๊ทธ๋ฐ ๋ค์ ๊ตฌ๋์ฝ์ ํด๋น ํด๋์ค๋ฅผ ์ฌ์ฉํ์ฌ ํ๋ ์ด์์ **์์ปค ํ๋ก์ธ์ค**๋ฅผ ์์ํฉ๋๋ค.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 10.2K bytes - Viewed (0)