- Sort Score
- Result 10 results
- Languages All
Results 1221 - 1230 of 1,615 for 10 (0.03 sec)
-
src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 16K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/ImmutableRangeMapTest.java
@GwtIncompatible // NavigableMap @NullUnmarked public class ImmutableRangeMapTest extends TestCase { private static final ImmutableList<Range<Integer>> RANGES; private static final int MIN_BOUND = 0; private static final int MAX_BOUND = 10; static { ImmutableList.Builder<Range<Integer>> builder = ImmutableList.builder(); builder.add(Range.<Integer>all()); // Add one-ended ranges for (int i = MIN_BOUND; i <= MAX_BOUND; i++) {Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 9.7K bytes - Viewed (0) -
src/test/java/jcifs/smb/NtlmPasswordAuthenticatorTimingAttackTest.java
final NtlmPasswordAuthenticator wrongAuth = new NtlmPasswordAuthenticator("domain", "user", new String(wrongPassword)); final int threadCount = 10; final int operationsPerThread = 100; final ExecutorService executor = Executors.newFixedThreadPool(threadCount); final List<Long> timings = Collections.synchronizedList(new ArrayList<>());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 11.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2FindFirst2Test.java
@Test @DisplayName("Test writeSetupWireFormat") void testWriteSetupWireFormat() { trans2FindFirst2 = new Trans2FindFirst2(mockConfig, "\\test", "*.*", 0x16, 10, 1024); byte[] buffer = new byte[10]; int written = trans2FindFirst2.writeSetupWireFormat(buffer, 0); assertEquals(2, written); assertEquals((byte) Trans2FindFirst2.TRANS2_FIND_FIRST2, buffer[0]);Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.8K bytes - Viewed (0) -
cmd/bucket-policy.go
case authTypePostPolicy: authtype = "POST" } args := map[string][]string{ "CurrentTime": {currTime.Format(time.RFC3339)}, "EpochTime": {strconv.FormatInt(currTime.Unix(), 10)}, "SecureTransport": {strconv.FormatBool(r.TLS != nil)}, "SourceIp": {handlers.GetSourceIPRaw(r)}, "UserAgent": {r.UserAgent()}, "Referer": {r.Referer()},
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 7.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.21.md
- [Source Code](#source-code-10) - [Client Binaries](#client-binaries-10) - [Server Binaries](#server-binaries-10) - [Node Binaries](#node-binaries-10) - [Changelog since v1.21.3](#changelog-since-v1213) - [Changes by Kind](#changes-by-kind-9) - [Feature](#feature-7) - [Bug or Regression](#bug-or-regression-9) - [Dependencies](#dependencies-10) - [Added](#added-10)Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Oct 14 07:03:14 UTC 2022 - 367.3K bytes - Viewed (0) -
guava-tests/test/com/google/common/io/BaseEncodingTest.java
assertThat(base32().lowerCase().withPadChar('$').toString()) .isEqualTo("BaseEncoding.base32().lowerCase().withPadChar('$')"); assertThat(base16().withSeparator("\n", 10).toString()) .isEqualTo("BaseEncoding.base16().withSeparator(\"\n\", 10)"); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 24.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/XmlTransformer.java
/** * The XPathAPI cache. */ protected LoadingCache<String, XPathAPI> xpathAPICache; /** * The cache duration in minutes. */ protected long cacheDuration = 10; // min /** * Constructs a new instance of {@code XmlTransformer}. * This constructor initializes the transformer with default settings. */ public XmlTransformer() { super();Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 23.9K bytes - Viewed (0) -
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.Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12K bytes - Viewed (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} неверна.Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 15.8K bytes - Viewed (0)