- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 90 for 8232 (0.06 sec)
-
CHANGELOG/CHANGELOG-1.23.md
- [Changelog since v1.23.2](#changelog-since-v1232) - [Changes by Kind](#changes-by-kind-14) - [Feature](#feature-9) - [Bug or Regression](#bug-or-regression-14) - [Dependencies](#dependencies-14) - [Added](#added-14) - [Changed](#changed-14) - [Removed](#removed-14) - [v1.23.2](#v1232) - [Downloads for v1.23.2](#downloads-for-v1232) - [Source Code](#source-code-15)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Feb 28 21:06:52 UTC 2023 - 424.5K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/MediaTypeTest.kt
val mediaType = parse("text/plain; charset=utf-8; charset=utf-16") assertEquals("UTF-8", mediaType.charsetName()) } /** * This is invalid according to RFC 822. But it's what Chrome does and it avoids a potentially * unpleasant IllegalCharsetNameException. */ @Test fun testCharsetNameIsSingleQuoted() { val mediaType = parse("text/plain;charset='utf-8'")
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 7.5K bytes - Viewed (0) -
build-logic/cleanup/src/test/groovy/gradlebuild/cleanup/services/LeakingProcessKillPatternTest.groovy
expect: (line =~ KillLeakingJavaProcesses.generateLeakingProcessKillPattern(projectDir)).find() } def "matches worker daemon process in intTestHomeDir"() {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jul 12 03:42:46 UTC 2024 - 14.8K bytes - Viewed (0) -
ci/official/requirements_updater/numpy1_requirements/requirements_lock_3_10.txt
--hash=sha256:59f6475f77bbc37dcf7cd748519c0ec60722e91e63ca114e68821c0c54a46549 # via # -r ci/official/requirements_updater/requirements.in # jax packaging==23.2 \ --hash=sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5 \ --hash=sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7 # via
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Oct 28 14:33:43 UTC 2024 - 47.2K bytes - Viewed (0) -
ci/official/requirements_updater/numpy1_requirements/requirements_lock_3_12.txt
--hash=sha256:59f6475f77bbc37dcf7cd748519c0ec60722e91e63ca114e68821c0c54a46549 # via # -r ci/official/requirements_updater/requirements.in # jax packaging==23.2 \ --hash=sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5 \ --hash=sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7 # via
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Oct 28 14:33:43 UTC 2024 - 47.2K bytes - Viewed (0) -
requirements_lock_3_12.txt
--hash=sha256:59f6475f77bbc37dcf7cd748519c0ec60722e91e63ca114e68821c0c54a46549 # via # -r ci/official/requirements_updater/requirements.in # jax packaging==23.2 \ --hash=sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5 \ --hash=sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7 # via -r ci/official/requirements_updater/requirements.in
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 26 00:18:03 UTC 2024 - 48.6K bytes - Viewed (0) -
cmd/apierrorcode_string.go
_ = x[ErrUnsupportedFunction-227] _ = x[ErrInvalidExpressionType-228] _ = x[ErrBusy-229] _ = x[ErrUnauthorizedAccess-230] _ = x[ErrExpressionTooLong-231] _ = x[ErrIllegalSQLFunctionArgument-232] _ = x[ErrInvalidKeyPath-233] _ = x[ErrInvalidCompressionFormat-234] _ = x[ErrInvalidFileHeaderInfo-235] _ = x[ErrInvalidJSONType-236] _ = x[ErrInvalidQuoteFields-237] _ = x[ErrInvalidRequestParameter-238]
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jun 13 22:26:38 UTC 2024 - 21.4K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/primitives/FloatsTest.java
testRotate(new float[] {1, 2, 3}, -3, new float[] {1, 2, 3}); testRotate(new float[] {1, 2, 3}, -2, new float[] {3, 1, 2}); testRotate(new float[] {1, 2, 3}, -1, new float[] {2, 3, 1}); testRotate(new float[] {1, 2, 3}, 0, new float[] {1, 2, 3}); testRotate(new float[] {1, 2, 3}, 1, new float[] {3, 1, 2}); testRotate(new float[] {1, 2, 3}, 2, new float[] {2, 3, 1}); testRotate(new float[] {1, 2, 3}, 3, new float[] {1, 2, 3});
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 02:56:12 UTC 2024 - 30.3K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/primitives/IntsTest.java
testRotate(new int[] {1, 2, 3}, -3, new int[] {1, 2, 3}); testRotate(new int[] {1, 2, 3}, -2, new int[] {3, 1, 2}); testRotate(new int[] {1, 2, 3}, -1, new int[] {2, 3, 1}); testRotate(new int[] {1, 2, 3}, 0, new int[] {1, 2, 3}); testRotate(new int[] {1, 2, 3}, 1, new int[] {3, 1, 2}); testRotate(new int[] {1, 2, 3}, 2, new int[] {2, 3, 1}); testRotate(new int[] {1, 2, 3}, 3, new int[] {1, 2, 3});
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 02:56:12 UTC 2024 - 29.1K bytes - Viewed (0) -
guava-tests/test/com/google/common/primitives/DoublesTest.java
testRotate(new double[] {1, 2, 3}, -2, new double[] {3, 1, 2}); testRotate(new double[] {1, 2, 3}, -1, new double[] {2, 3, 1}); testRotate(new double[] {1, 2, 3}, 0, new double[] {1, 2, 3}); testRotate(new double[] {1, 2, 3}, 1, new double[] {3, 1, 2}); testRotate(new double[] {1, 2, 3}, 2, new double[] {2, 3, 1}); testRotate(new double[] {1, 2, 3}, 3, new double[] {1, 2, 3});
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 02:56:12 UTC 2024 - 32.2K bytes - Viewed (0)