- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 356 for 13 (0.05 sec)
-
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.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) -
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) -
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) -
docs/fa/docs/python-types.md
* ...و بقیه. //// ### کلاسها بهعنوان نوع میتونی یه کلاس رو هم بهعنوان نوع یه متغیر تعریف کنی. فرض کن یه کلاس `Person` داری، با یه نام: {* ../../docs_src/python_types/tutorial010.py hl[1:3] *} بعد میتونی یه متغیر رو از نوع `Person` تعریف کنی: {* ../../docs_src/python_types/tutorial010.py hl[6] *} و بعد، دوباره، همه پشتیبانی ویرایشگر رو داری: <img src="/img/python-types/image06.png">
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Jul 21 12:20:57 UTC 2025 - 23.3K bytes - Viewed (0) -
cmd/metrics-v2_gen.go
} } o = bts return } // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message func (z *MetricV2) Msgsize() (s int) { s = 1 + 12 + z.Description.Msgsize() + 13 + msgp.MapHeaderSize if z.StaticLabels != nil { for za0001, za0002 := range z.StaticLabels { _ = za0002 s += msgp.StringPrefixSize + len(za0001) + msgp.StringPrefixSize + len(za0002) } }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 23 20:56:18 UTC 2025 - 19.2K bytes - Viewed (0)