- Sort Score
- Result 10 results
- Languages All
Results 481 - 490 of 665 for 16 (0.03 sec)
-
docs/en/data/translators.yml
waynerv: login: waynerv count: 20 avatarUrl: https://avatars.githubusercontent.com/u/39515546?u=ec35139777597cdbbbddda29bf8b9d4396b429a9&v=4 url: https://github.com/waynerv AlertRED: login: AlertRED count: 16 avatarUrl: https://avatars.githubusercontent.com/u/15695000?u=f5a4944c6df443030409c88da7d7fa0b7ead985c&v=4 url: https://github.com/AlertRED hard-coders: login: hard-coders count: 15
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 05 08:58:29 UTC 2025 - 19.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFileInputStream.java
} else if (this.largeReadX) { // Optimize large read requests request.setMaxCount(r & 0xFFFF); request.setOpenTimeout(r >> 16 & 0xFFFF); } th.send(request, response, RequestParam.NO_RETRY); n = response.getDataLength(); } catch (final SmbException se) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/QueryResponseListTest.java
}; qrList.allRecordCount = 200; // 20 pages qrList.calculatePageInfo(); List<String> pageList = qrList.getPageNumberList(); assertEquals(6, pageList.size()); // Pages 1-6 (current page 1 + range 5) assertEquals("1", pageList.get(0)); assertEquals("6", pageList.get(5)); // Test when current page is at the end qrList = new QueryResponseList(null, 190, 10, 0) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 39.7K bytes - Viewed (0) -
doc/godebug.md
with the [`gocacheverify`, `gocachehash`, and `gocachetest` settings](/cmd/go/#hdr-Build_and_test_caching). There is no plan to remove these settings. ### Go 1.6 Go 1.6 introduced transparent support for HTTP/2, controlled by the [`http2client`, `http2server`, and `http2debug` settings](/pkg/net/http/#hdr-HTTP_2). There is no plan to remove these settings. ### Go 1.5
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Jul 08 18:30:38 UTC 2025 - 22.9K bytes - Viewed (0) -
docs/SMB3_IMPLEMENTATION_PLAN.md
``` Package: jcifs.internal.smb2.lease ├── Smb2LeaseBreak.java - Lease break notification handling ├── Smb2LeaseContext.java - Lease context for create requests ├── Smb2LeaseKey.java - 16-byte lease key management ├── Smb2LeaseState.java - Lease state flags (R, H, W) └── LeaseManager.java - Central lease management ``` #### 1.2 Implementation Tasks
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 10.7K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/MsrpcShareGetInfoTest.java
securityDescriptorBytes[i] = 0; // No group (offset 0) for (int i = 8; i < 12; i++) securityDescriptorBytes[i] = 0; // No SACL (offset 0) for (int i = 12; i < 16; i++) securityDescriptorBytes[i] = 0; // DACL at offset 20 securityDescriptorBytes[16] = 20; securityDescriptorBytes[17] = 0; securityDescriptorBytes[18] = 0;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.3K bytes - Viewed (0) -
docs/tr/docs/tutorial/path-params.md
/// ### Bir *Yol Parametresi* Tanımlayalım Sonrasında, yarattığımız enum sınıfını (`ModelName`) kullanarak tip belirteci aracılığıyla bir *yol parametresi* oluşturalım: {* ../../docs_src/path_params/tutorial005.py hl[16] *} ### Dokümana Göz Atalım *Yol parametresi* için mevcut değerler ön tanımlı olduğundan dolayı, interaktif döküman onları güzel bir şekilde gösterebilir: <img src="/img/tutorial/path-params/image03.png">
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:29:01 UTC 2025 - 10.5K bytes - Viewed (0) -
docs/uk/docs/tutorial/path-params.md
/// ### Оголосіть *параметр шляху* Потім створіть *параметр шляху* з анотацією типу, використовуючи створений вами клас enum (`ModelName`): {* ../../docs_src/path_params/tutorial005.py hl[16] *} ### Перевірка документації Оскільки доступні значення для *параметра шляху* визначені заздалегідь, інтерактивна документація зможе красиво їх відобразити: <img src="/img/tutorial/path-params/image03.png">
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:29:01 UTC 2025 - 14.1K bytes - Viewed (0) -
cmd/site-replication-metrics_gen.go
return } } } o = bts return } // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message func (z RStat) Msgsize() (s int) { s = 1 + 6 + msgp.Int64Size + 6 + msgp.Int64Size return } // DecodeMsg implements msgp.Decodable func (z *RTimedMetrics) DecodeMsg(dc *msgp.Reader) (err error) { var field []byte _ = field var zb0001 uint32
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Feb 06 06:00:45 UTC 2024 - 40.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0)