- Sort Score
- Result 10 results
- Languages All
Results 391 - 400 of 665 for 16 (0.01 sec)
-
src/builtin/builtin.go
const ( true = 0 == 0 // Untyped bool. false = 0 != 0 // Untyped bool. ) // uint8 is the set of all unsigned 8-bit integers. // Range: 0 through 255. type uint8 uint8 // uint16 is the set of all unsigned 16-bit integers. // Range: 0 through 65535. type uint16 uint16 // uint32 is the set of all unsigned 32-bit integers. // Range: 0 through 4294967295. type uint32 uint32
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Dec 30 23:59:23 UTC 2024 - 12.8K bytes - Viewed (0) -
src/test/java/jcifs/config/DelegatingConfigurationTest.java
when(mockDelegate.getMaximumBufferSize()).thenReturn(65536); when(mockDelegate.getTransactionBufferSize()).thenReturn(65024); when(mockDelegate.getBufferCacheSize()).thenReturn(16); when(mockDelegate.getNotifyBufferSize()).thenReturn(1024); // When int sendBufferSize = delegatingConfig.getSendBufferSize();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.7K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/Trans2FindFirst2ResponseTest.java
} private void writeInt4(int val, byte[] dst, int dstIndex) { dst[dstIndex] = (byte) val; dst[dstIndex + 1] = (byte) (val >> 8); dst[dstIndex + 2] = (byte) (val >> 16); dst[dstIndex + 3] = (byte) (val >> 24); } private void writeInt8(long val, byte[] dst, int dstIndex) { writeInt4((int) (val & 0xFFFFFFFFL), dst, dstIndex);Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.3K bytes - Viewed (0) -
src/main/java/jcifs/util/Crypto.java
static byte[] des7to8(final byte[] key) { final byte key8[] = new byte[8]; key8[0] = (byte) (key[0] & 0xFE); key8[1] = (byte) (key[0] << 7 | (key[1] & 0xFF) >>> 1); key8[2] = (byte) (key[1] << 6 | (key[2] & 0xFF) >>> 2); key8[3] = (byte) (key[2] << 5 | (key[3] & 0xFF) >>> 3); key8[4] = (byte) (key[3] << 4 | (key[4] & 0xFF) >>> 4); key8[5] = (byte) (key[4] << 3 | (key[5] & 0xFF) >>> 5);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.7K bytes - Viewed (0) -
docs/em/docs/tutorial/dependencies/dependencies-with-yield.md
๐ ๐ผ `dependency_c`, ๐ ๏ธ ๐ฎ ๐ช ๐, ๐ช ๐ฒ โช๏ธโก๏ธ `dependency_b` (๐ฅ ๐ `dep_b`) ๐ช. & , ๐, `dependency_b` ๐ช ๐ฒ โช๏ธโก๏ธ `dependency_a` (๐ฅ ๐ `dep_a`) ๐ช ๐ฎ ๐ช ๐. {* ../../docs_src/dependencies/tutorial008.py hl[16:17,24:25] *} ๐ ๐, ๐ ๐ช โ๏ธ ๐ โฎ๏ธ `yield` & `return` ๐. & ๐ ๐ช โ๏ธ ๐ ๐ ๐ ๐ ๐ ๐ ๐ โฎ๏ธ `yield`, โ๏ธ. ๐ ๐ช โ๏ธ ๐ ๐ ๐ ๐ ๐ ๐. **FastAPI** ๐ โ ๐ญ ๐ ๐ โ โ. /// note | ๐ก โนRegistered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.4K bytes - Viewed (0) -
docs/de/docs/advanced/openapi-callbacks.md
* Und sie kรถnnte auch eine Deklaration der Response enthalten, die zurรผckgegeben werden soll, z. B. `response_model=InvoiceEventReceived`. {* ../../docs_src/openapi_callbacks/tutorial001.py hl[16:18,21:22,28:32] *} Es gibt zwei Hauptunterschiede zu einer normalen *Pfadoperation*:Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.7K bytes - Viewed (0) -
docs/ja/docs/tutorial/extra-data-types.md
## ไพ ใใใงใฏใไธ่จใฎๅใฎใใใคใใไฝฟ็จใใใใฉใกใผใฟใๆใค*path operation*ใฎไพใ็คบใใพใใ {* ../../docs_src/extra_data_types/tutorial001.py hl[1,2,12:16] *} ้ขๆฐๅ ใฎใใฉใกใผใฟใฏ่ช็ถใชใใผใฟๅใๆใฃใฆใใใใจใซๆณจๆใใฆใใ ใใใใใใฆใไปฅไธใฎใใใซ้ๅธธใฎๆฅไปๆไฝใ่กใใใจใใงใใพใ:Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.2K bytes - Viewed (0) -
android/pom.xml
</execution> </executions> </plugin> </plugins> <pluginManagement> <plugins> <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>1.6</version> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.13.0</version> <configuration> <source>1.8</source>Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 24.3K bytes - Viewed (0) -
pom.xml
</execution> </executions> </plugin> </plugins> <pluginManagement> <plugins> <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>1.6</version> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.13.0</version> <configuration> <source>1.8</source>Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 23.9K bytes - Viewed (0) -
docs/smb3-features/03-multi-channel-design.md
public NetworkInterfaceInfo(InetAddress address, int linkSpeed) { this.address = address; this.linkSpeed = linkSpeed; this.ipv6 = address.getAddress().length == 16; this.capability = 0; // Check for RSS capability (simplified - would need OS-specific checks) this.rssCapable = checkRSSCapability(); if (rssCapable) {Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 39.6K bytes - Viewed (0)