- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for 0123456789012345 (0.07 sec)
-
src/bufio/bufio_test.go
expect []readLineResult }{ {"012345678901234\r\n012345678901234\r\n", []readLineResult{ {[]byte("012345678901234"), true, nil}, {nil, false, nil}, {[]byte("012345678901234"), true, nil}, {nil, false, nil}, {nil, false, io.EOF}, }}, {"0123456789012345\r012345678901234\r", []readLineResult{ {[]byte("0123456789012345"), true, nil}, {[]byte("\r012345678901234"), true, nil},
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Nov 01 21:52:12 UTC 2024 - 51.6K bytes - Viewed (0) -
src/main/resources/fess.xml
<property name="cookieKey">"fessRoles"</property> <property name="encryptedCookieValue">true</property> <property name="cipher"> <component class="org.codelibs.core.crypto.CachedCipher"> <property name="key">"1234567890123456"</property> </component> </property> <property name="valueSeparator">"\\n"</property> <property name="roleSeparator">","</property> --> </component>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Jul 28 09:03:48 UTC 2024 - 5.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/RoleQueryHelperTest.java
public CachedCipher cipher; @Override public void setUp() throws Exception { super.setUp(); cipher = new CachedCipher(); cipher.setKey("1234567890123456"); } private Set<String> buildByParameter(final RoleQueryHelper roleQueryHelperImpl, final HttpServletRequest request) { Set<String> roleSet = new HashSet<>();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 14.2K bytes - Viewed (0) -
compat/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/ComparableVersionTest.java
*/ @Test void testMng6572() { String a = "20190126.230843"; // resembles a SNAPSHOT String b = "1234567890.12345"; // 10 digit number String c = "123456789012345.1H.5-beta"; // 15 digit number String d = "12345678901234567890.1H.5-beta"; // 20 digit number checkVersionsOrder(a, b); checkVersionsOrder(b, c); checkVersionsOrder(a, c);
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 14K bytes - Viewed (0)