- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 356 for 13 (0.03 sec)
-
src/main/java/jcifs/internal/smb2/Smb2EncryptionContext.java
} final KeyParameter keyParam = new KeyParameter(keyCopy); // CCMBlockCipher requires nonce length between 7 and 13 // Use the nonce directly if it's 12 bytes (generated appropriately) final byte[] adjustedNonce; if (nonce.length == 12) { adjustedNonce = nonce; } else {Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 35.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.22.md
- [Removed](#removed-12) - [v1.22.4](#v1224) - [Downloads for v1.22.4](#downloads-for-v1224) - [Source Code](#source-code-13) - [Client Binaries](#client-binaries-13) - [Server Binaries](#server-binaries-13) - [Node Binaries](#node-binaries-13) - [Changelog since v1.22.3](#changelog-since-v1223) - [Changes by Kind](#changes-by-kind-12) - [Feature](#feature-5)Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Dec 13 12:43:45 UTC 2022 - 454.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.26.md
- [Source Code](#source-code-13) - [Client Binaries](#client-binaries-13) - [Server Binaries](#server-binaries-13) - [Node Binaries](#node-binaries-13) - [Container Images](#container-images-13) - [Changelog since v1.26.1](#changelog-since-v1261) - [Changes by Kind](#changes-by-kind-13) - [API Change](#api-change-6) - [Feature](#feature-13) - [Bug or Regression](#bug-or-regression-13)Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Mar 14 16:24:51 UTC 2024 - 425.7K bytes - Viewed (0) -
src/main/webapp/css/admin/bootstrap.min.css
83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order...Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 158.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.23.md
- [Downloads for v1.23.4](#downloads-for-v1234) - [Source Code](#source-code-13) - [Client Binaries](#client-binaries-13) - [Server Binaries](#server-binaries-13) - [Node Binaries](#node-binaries-13) - [Container Images](#container-images-13) - [Changelog since v1.23.3](#changelog-since-v1233) - [Changes by Kind](#changes-by-kind-13) - [API Change](#api-change-5) - [Feature](#feature-8)Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Feb 28 21:06:52 UTC 2023 - 424.5K bytes - Viewed (0) -
src/archive/zip/reader_test.go
0000410 fc d2 72 ca ba 82 18 46 16 61 cd 93 a9 0f d1 24 0000420 17 99 e2 2c 71 16 84 0c c8 7a 13 0f 9a 5e c5 f0 0000430 79 64 e2 12 4d c8 82 a1 81 19 2d aa 44 6d 87 54 0000440 84 71 c1 f6 d4 ca 25 8c 77 b9 08 c7 c8 5e 10 8a 0000450 8f 61 ed 8c ba 30 1f 79 9a c7 60 34 2b b9 8c f8 0000460 18 a6 83 1b e3 9f ad 79 fe fd 1b 8b f1 fc 41 6f 0000470 d4 13 1f e3 b8 83 ba 64 92 e7 eb e4 77 05 8f ba 0000480 fa 3b 00 00 ff ff 50 4b 07 08 a6 18 b1 91 5e 04
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Mar 11 22:19:38 UTC 2025 - 56.6K bytes - Viewed (0) -
android-test/src/androidTest/java/okhttp/android/test/OkHttpTest.kt
assertTrue(results.session_ticket_supported) assertEquals("Probably Okay", results.rating) // TODO map to expected versions automatically, test ignored for now. Run manually. assertEquals("TLS 1.3", results.tls_version) assertEquals(0, results.insecure_cipher_suites.size) assertEquals(TlsVersion.TLS_1_3, response.handshake?.tlsVersion) assertEquals(Protocol.HTTP_2, response.protocol) }Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 02 14:12:28 UTC 2025 - 29K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/ImmutableListTest.java
ImmutableList<Integer> list = ImmutableList.sortedCopyOf(c); assertEquals(asList(100), list); } public void testSortedCopyOf_natural_containsNull() { Collection<@Nullable Integer> c = MinimalCollection.of(1, 3, null, 2); assertThrows( NullPointerException.class, () -> ImmutableList.sortedCopyOf((Collection<Integer>) c)); } public void testSortedCopyOf() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 23.6K bytes - Viewed (0) -
docs/ja/docs/tutorial/query-params-str-validations.md
/// `title`を追加できます: {* ../../docs_src/query_params_str_validations/tutorial007.py hl[9] *} `description`を追加できます: {* ../../docs_src/query_params_str_validations/tutorial008.py hl[13] *} ## エイリアスパラメータ パラメータに`item-query`を指定するとします. 以下のような感じです: ``` http://127.0.0.1:8000/items/?item-query=foobaritems ``` しかし、`item-query`は有効なPythonの変数名ではありません。Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.2K bytes - Viewed (0) -
docs/es/docs/python-types.md
//// ### Clases como tipos También puedes declarar una clase como el tipo de una variable. Digamos que tienes una clase `Person`, con un nombre: {* ../../docs_src/python_types/tutorial010.py hl[1:3] *} Luego puedes declarar una variable para que sea de tipo `Person`: {* ../../docs_src/python_types/tutorial010.py hl[6] *} Y luego, nuevamente, obtienes todo el soporte del editor:Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 17:46:44 UTC 2024 - 17.6K bytes - Viewed (1)