- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 194 for 1240 (0.04 sec)
-
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) -
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) -
guava-tests/test/com/google/common/primitives/LongsTest.java
testRotate(new long[] {1, 2, 3}, -3, new long[] {1, 2, 3}); testRotate(new long[] {1, 2, 3}, -2, new long[] {3, 1, 2}); testRotate(new long[] {1, 2, 3}, -1, new long[] {2, 3, 1}); testRotate(new long[] {1, 2, 3}, 0, new long[] {1, 2, 3}); testRotate(new long[] {1, 2, 3}, 1, new long[] {3, 1, 2}); testRotate(new long[] {1, 2, 3}, 2, new long[] {2, 3, 1}); testRotate(new long[] {1, 2, 3}, 3, new long[] {1, 2, 3});
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 02:56:12 UTC 2024 - 29.8K bytes - Viewed (0) -
docs/en/docs/img/deployment/concepts/process-ram.drawio
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu May 12 00:06:16 UTC 2022 - 10K bytes - Viewed (0) -
cmd/endpoint-ellipses_test.go
Suffix: "", Seq: getSequences(1, 27, 0), }, }, }, nil, [][]uint64{{9, 9, 9}}, }, true, }, { "/export/set{1...64}", endpointSet{ []ellipses.ArgPattern{ []ellipses.Pattern{ { Prefix: "/export/set", Suffix: "", Seq: getSequences(1, 64, 0), }, }, }, nil,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 15.2K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmHttpFilter.java
/* * Set jcifs properties we know we want; soTimeout and cachePolicy to 30min. */ p.setProperty("jcifs.smb.client.soTimeout", "1800000"); p.setProperty("jcifs.netbios.cachePolicy", "1200"); /* * The Filter can only work with NTLMv1 as it uses a man-in-the-middle * technique that NTLMv2 specifically thwarts. A real NTLM Filter would
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 14.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.12.md
- [v1.12.0-rc.2](#v1120-rc2) - [v1.12.0-rc.1](#v1120-rc1) - [v1.12.0-beta.2](#v1120-beta2) - [v1.12.0-beta.1](#v1120-beta1) - [v1.12.0-alpha.1](#v1120-alpha1) # v1.12.0-rc.2 [Documentation](https://docs.k8s.io) & [Examples](https://releases.k8s.io/release-1.12/examples) ## Downloads for v1.12.0-rc.2 filename | sha256 hash
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0) -
src/bufio/bufio_test.go
t.Fatalf("write 1000 'x's: got %d writes, want 0", w0) } b0.WriteString(strings.Repeat("x", 200)) if w0 != 0 { t.Fatalf("write 1200 'x's: got %d writes, want 0", w0) } io.Copy(b0, onlyReader{strings.NewReader(strings.Repeat("x", 30))}) if w0 != 0 { t.Fatalf("write 1230 'x's: got %d writes, want 0", w0) } io.Copy(b0, onlyReader{strings.NewReader(strings.Repeat("x", 9))}) if w0 != 1 {
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Nov 01 21:52:12 UTC 2024 - 51.6K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/Collections2Test.java
Iterator<List<Integer>> permutations = Collections2.permutations(newArrayList(1, 2, 3, 4)).iterator(); assertNextPermutation(newArrayList(1, 2, 3, 4), permutations); assertNextPermutation(newArrayList(1, 2, 4, 3), permutations); assertNextPermutation(newArrayList(1, 4, 2, 3), permutations); assertNextPermutation(newArrayList(4, 1, 2, 3), permutations); assertNextPermutation(newArrayList(4, 1, 3, 2), permutations);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Feb 21 10:16:44 UTC 2024 - 19.7K bytes - Viewed (0)