- Sort Score
- Num 10 results
- Language All
Results 691 - 700 of 1,005 for 11 (0.05 seconds)
-
src/main/resources/fess_message_nl.properties
constraints.Length.message = De lengte van {item} moet tussen {min} en {max} liggen. constraints.LuhnCheck.message = De Luhn Modulo 11 checksum van {value} is onjuist. constraints.Mod10Check.message = De Modulo 10 checksum van {value} is onjuist. constraints.Mod11Check.message = De Modulo 11 checksum van {value} is onjuist. constraints.ModCheck.message = De {modType} checksum van {value} is onjuist.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.9K bytes - Click Count (0) -
src/main/resources/fess_message_ru.properties
constraints.Length.message = Длина {item} должна быть от {min} до {max}. constraints.LuhnCheck.message = Контрольная сумма Луна по модулю 11 для {value} неверна. constraints.Mod10Check.message = Контрольная сумма по модулю 10 для {value} неверна. constraints.Mod11Check.message = Контрольная сумма по модулю 11 для {value} неверна. constraints.ModCheck.message = Контрольная сумма {modType} для {value} неверна.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 17.2K bytes - Click Count (0) -
guava-tests/test/com/google/common/cache/CacheRefreshTest.java
assertThat(loader.getLoadCount()).isEqualTo(expectedLoads); assertThat(loader.getReloadCount()).isEqualTo(expectedReloads); // write to 1 to delay its refresh cache.asMap().put(1, -1); ticker.advance(1, MILLISECONDS); assertThat(cache.getUnchecked(0)).isEqualTo(1); assertThat(cache.getUnchecked(1)).isEqualTo(-1); assertThat(cache.getUnchecked(2)).isEqualTo(2);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Sep 30 22:03:28 GMT 2025 - 4K bytes - Click Count (0) -
pom.xml
<execution> <goals> <goal>format</goal> </goals> </execution> </executions> <configuration> <configFile>https://www.codelibs.org/assets/formatter/eclipse-formatter-1.1.xml</configFile> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>3.2.7</version> <executions>
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat Dec 20 04:15:34 GMT 2025 - 4.9K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/graph/AbstractStandardDirectedGraphTest.java
assume().that(graph.allowsSelfLoops()).isTrue(); putEdge(2, 1); putEdge(1, 1); putEdge(1, 3); putEdge(1, 2); assertThat(graph.incidentEdges(1)) .containsExactly( EndpointPair.ordered(2, 1), EndpointPair.ordered(1, 1), EndpointPair.ordered(1, 3), EndpointPair.ordered(1, 2)) .inOrder(); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Oct 06 20:14:55 GMT 2025 - 14.4K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/ImmutableSetTest.java
if (!set1.asList().get(i).fullEquals(set2.asList().get(i))) { return false; } } return true; }; TypeWithDuplicates a = new TypeWithDuplicates(1, 1); TypeWithDuplicates b1 = new TypeWithDuplicates(2, 1); TypeWithDuplicates b2 = new TypeWithDuplicates(2, 2); TypeWithDuplicates c = new TypeWithDuplicates(3, 1); CollectorTester.of(collector, equivalence)
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 14.2K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512dq.s
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 194.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/validation/UriTypeTest.java
final UriType annotation = field.getAnnotation(UriType.class); assertNotNull(annotation, "Annotation should be present on field"); assertEquals("Groups length should be 1", 1, annotation.groups().length); assertEquals("Group class should match", TestGroup.class, annotation.groups()[0]); } // Test annotation with payload @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 21.3K bytes - Click Count (0) -
src/main/assemblies/files/generate-thumbnail
if [[ -z "${im_cmd}" ]] ; then echo "ImageMagick (convert or magick) does not exist." exit 1 fi check_command pdftoppm check_command unoconv tmp_pdf_file=/tmp/thumbnail.$$.pdf unoconv -e PageRange=1-1 -o ${tmp_pdf_file} -f pdf "${target_file}" if [[ ! -f ${tmp_pdf_file} ]] ; then echo "unoconv does not work." exit 1 fi tmp_png_prefix=/tmp/thumbnail.png.$$
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 04 08:02:36 GMT 2025 - 3.9K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.13.md
- [Other notable changes](#other-notable-changes-9) - [v1.13.1](#v1131) - [Downloads for v1.13.1](#downloads-for-v1131) - [Client Binaries](#client-binaries-11) - [Server Binaries](#server-binaries-11) - [Node Binaries](#node-binaries-11) - [Changelog since v1.13.0](#changelog-since-v1130) - [Other notable changes](#other-notable-changes-10) - [v1.13.0](#v1130) - [Downloads for v1.13.0](#downloads-for-v1130)Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu May 05 13:44:43 GMT 2022 - 273.1K bytes - Click Count (0)