- Sort Score
- Result 10 results
- Languages All
Results 2491 - 2500 of 2,912 for fromP2 (0.14 sec)
-
guava-tests/test/com/google/common/collect/MultisetsCollectionTest.java
import java.util.Objects; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; import org.jspecify.annotations.NullUnmarked; /** * Collection tests on wrappers from {@link Multisets}. * * @author Jared Levy */ @GwtIncompatible // suite // TODO(cpovirk): set up collect/gwt/suites version @NullUnmarked @AndroidIncompatible // test-suite buildersRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 9.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbComTransaction.java
command = SMB_COM_TRANSACTION_SECONDARY; } else { command = SMB_COM_NT_TRANSACT_SECONDARY; } // totalParameterCount and totalDataCount are set ok from primary parameterOffset = SECONDARY_PARAMETER_OFFSET; if (totalParameterCount - parameterDisplacement > 0) { pad = parameterOffset % PADDING_SIZE;Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 10.4K bytes - Viewed (0) -
docs/em/docs/tutorial/request-files.md
โ๏ธ ๐, ๐ฃ ๐ `bytes` โ๏ธ `UploadFile`: {* ../../docs_src/request_files/tutorial002.py hl[10,15] *} ๐ ๐ ๐จ, ๐ฃ, `list` `bytes` โ๏ธ `UploadFile`โ. /// note | ๐ก โน ๐ ๐ช โ๏ธ `from starlette.responses import HTMLResponse`. **FastAPI** ๐ ๐ `starlette.responses` `fastapi.responses` ๐ช ๐, ๐ฉโ๐ป. โ๏ธ ๐ ๐ช ๐จ ๐ ๐ โช๏ธโก๏ธ ๐. /// ### ๐ ๐ ๐ โฎ๏ธ ๐ ๐Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.9K bytes - Viewed (0) -
docs/ja/docs/tutorial/middleware.md
/// /// note | ๆ่ก่ฉณ็ดฐ `from starlette.requests import Request` ใไฝฟ็จใใใใจใใงใใพใใ **FastAPI**ใฏใ้็บ่ ใฎไพฟๅฉใฎใใใซใใใๆไพใใฆใใพใใใStarletteใใ็ดๆฅใใฆใใพใใ /// ### `response` ใฎๅๅพ *path operation* ใ `request` ใๅใๅใๅใซใ `request` ใจใจใใซๅฎ่กใใใใณใผใใ่ฟฝๅ ใงใใพใใ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.8K bytes - Viewed (0) -
docs/em/docs/tutorial/body-nested-models.md
* ๐ฅ ๐ ๐ โฌ ๐ ๐ 3๏ธโฃ.9๏ธโฃ, ๐ ๐ซ ๐ โฌ โช๏ธโก๏ธ `typing` ๐น * ๐ถโโ๏ธ ๐ ๐(โ) "๐ ๐ข" โ๏ธ โฌ ๐: `[` & `]` ๐ 3๏ธโฃ.9๏ธโฃ โซ๏ธ ๐: ```Python my_list: list[str] ``` โฌ ๐ โญ 3๏ธโฃ.9๏ธโฃ, โซ๏ธ ๐: ```Python from typing import List my_list: List[str] ``` ๐ ๐ ๐ฉ ๐ โ ๐ ๐. โ๏ธ ๐ ๐ ๐ฉ โ ๐ท ๐ข โฎ๏ธ ๐ ๐. , ๐ ๐ผ, ๐ฅ ๐ช โ `tags` ๐ฏ "๐ ๐ป": {* ../../docs_src/body_nested_models/tutorial002.py hl[14] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.9K bytes - Viewed (0) -
cmd/metacache-bucket.go
} // deleteCache will delete a specific cache and all files related to it across the cluster. func (b *bucketMetacache) deleteCache(id string) { b.mu.Lock() c, ok := b.caches[id] if ok { // Delete from root map. list := b.cachesRoot[c.root] for i, lid := range list { if id == lid { list = append(list[:i], list[i+1:]...) break } } b.cachesRoot[c.root] = list
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 6.6K bytes - Viewed (0) -
tests/postgres_test.go
Name int } func TestAlterColumnDataType(t *testing.T) { DB.AutoMigrate(Company{}) if err := DB.Table("companies").Migrator().AlterColumn(CompanyNew{}, "name"); err != nil { t.Fatalf("failed to alter column from string to int, got error %v", err) } DB.AutoMigrate(Company{})
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Sat Oct 08 09:16:32 UTC 2022 - 6.4K bytes - Viewed (0) -
cmd/admin-bucket-handlers.go
// ImportBucketMetadataHandler - imports all bucket metadata from a zipped file and overwrite bucket metadata config // There are some caveats regarding the following: // 1. object lock config - object lock should have been specified at time of bucket creation. Only default retention settings are imported here. // 2. Replication config - is omitted from import as remote target credentials are not available from exported data for security reasons.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Feb 18 16:25:55 UTC 2025 - 33.3K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/CipherSuite.kt
*/ class CipherSuite private constructor( /** * Returns the Java name of this cipher suite. For some older cipher suites the Java name has the * prefix `SSL_`, causing the Java name to be different from the instance name which is always * prefixed `TLS_`. For example, `TLS_RSA_EXPORT_WITH_RC4_40_MD5.javaName()` is * `"SSL_RSA_EXPORT_WITH_RC4_40_MD5"`. */ @get:JvmName("javaName") val javaName: String, ) {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 39.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/nego/Smb2NegotiateResponseTest.java
assertNotNull(resp); assertTrue(resp instanceof ServerMessageBlock2Response); assertTrue(resp instanceof SmbNegotiationResponse); } @Test @DisplayName("Should return initial credits from getCredit") void testGetInitialCredits() throws Exception { // Given - set credit using reflection Field creditField = ServerMessageBlock2.class.getDeclaredField("credit");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 32.5K bytes - Viewed (0)