- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 678 for 10 (0.04 sec)
-
apache-maven/src/main/appended-resources/licenses/EPL-1.0.txt
Eclipse Public License - v 1.0 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 1. DEFINITIONS "Contribution" means: a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Mon Sep 17 05:50:12 UTC 2018 - 11.1K bytes - Viewed (0) -
api/go1.10.txt
pkg debug/elf, const R_X86_64_TLSDESC R_X86_64 pkg debug/elf, const R_X86_64_TLSDESC_CALL = 35 pkg debug/elf, const R_X86_64_TLSDESC_CALL R_X86_64 pkg debug/macho, const ARM64_RELOC_ADDEND = 10 pkg debug/macho, const ARM64_RELOC_ADDEND RelocTypeARM64 pkg debug/macho, const ARM64_RELOC_BRANCH26 = 2 pkg debug/macho, const ARM64_RELOC_BRANCH26 RelocTypeARM64 pkg debug/macho, const ARM64_RELOC_GOT_LOAD_PAGE21 = 5
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Feb 06 05:00:01 UTC 2018 - 30.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/QueryHelperTest.java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Jul 11 08:26:36 UTC 2024 - 39.8K bytes - Viewed (0) -
compat/maven-resolver-provider/src/test/java/org/apache/maven/repository/internal/VersionTest.java
assertOrder(X_LT_Y, "1.0-a1", "1.0"); assertOrder(X_LT_Y, "1.0.a1", "1.0"); assertOrder(X_LT_Y, "1.0b1", "1.0"); assertOrder(X_LT_Y, "1.0-b1", "1.0"); assertOrder(X_LT_Y, "1.0.b1", "1.0"); assertOrder(X_LT_Y, "1.0m1", "1.0"); assertOrder(X_LT_Y, "1.0-m1", "1.0"); assertOrder(X_LT_Y, "1.0.m1", "1.0"); assertOrder(X_GT_Y, "1.0a.1", "1.0");
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 17.1K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/repository/legacy/resolver/DefaultArtifactCollectorTest.java
ArtifactSpec a = createArtifactSpec("a", "1.0"); ArtifactSpec b = a.addDependency("b", "1.0"); ArtifactSpec c2 = b.addDependency("c", "2.0"); c2.addDependency("d", "1.0"); ArtifactSpec e = createArtifactSpec("e", "1.0"); ArtifactSpec c1 = e.addDependency("c", "1.0"); ArtifactSpec f = c1.addDependency("f", "1.0");
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 42.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/math/QuantilesTest.java
// interpolating between NEGATIVE_INFINITY and 1.0 assertThat(Quantiles.scale(10).index(1).compute(ONE_TO_FIVE_AND_NEGATIVE_INFINITY)) .isNegativeInfinity(); } public void testScale_indexes_varargs_compute_doubleCollection_bothInfinities() { assertThat( Quantiles.scale(10) .indexes(0, 1, 2, 8, 9, 10)
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Sep 06 17:04:31 UTC 2023 - 29.7K bytes - Viewed (0) -
.idea/inspectionProfiles/Gradle.xml
<constraint name="__context__" within="" contains="" />
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Jun 26 21:49:47 UTC 2024 - 15.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/DocumentHelperTest.java
assertEquals("1234567...", documentHelper.getDigest(responseData, "12345678901", dataMap, 10)); assertEquals("1234567890", documentHelper.getDigest(responseData, "1234567890", dataMap, 10)); assertEquals("123456789", documentHelper.getDigest(responseData, "123456789", dataMap, 10)); assertEquals("1234567", documentHelper.getDigest(responseData, "1234567", dataMap, 10));
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 11K bytes - Viewed (0) -
manifests/addons/dashboards/pilot-dashboard.gen.json
"custom": { "fillOpacity": 10, "gradientMode": "hue", "showPoints": "never" } } }, "gridPos": { "h": 10, "w": 8, "x": 8, "y": 4 }, "id": 10, "interval": "5s", "options": { "legend": {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jul 26 23:54:32 UTC 2024 - 24.7K bytes - Viewed (0) -
compat/maven-embedder/src/test/java/org/apache/maven/cli/transfer/FileSizeFormatTest.java
long _1000_bytes = 1000L; assertEquals("1.0 kB", format.formatProgress(_1000_bytes, -1L)); long _1000_kilobytes = 1000L * 1000L; assertEquals("1.0 MB", format.formatProgress(_1000_kilobytes, -1L)); long _1000_megabytes = 1000L * 1000L * 1000L; assertEquals("1.0 GB", format.formatProgress(_1000_megabytes, -1L)); } @Test
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 13K bytes - Viewed (0)