- Sort Score
- Result 10 results
- Languages All
Results 561 - 570 of 618 for ordered (0.05 sec)
-
src/main/resources/fess_label_nl.properties
labels.errorCountMin=Minimaal aantal fouten labels.facet=Facet labels.geo=Geo labels.groups=Groepen labels.hash=Hash labels.kuromojiFile=Kuromoji-bestand labels.maxSize=Maximale grootte labels.order=Volgorde labels.purgeSuggestSearchLogDay=Vorige suggestie-informatie verwijderen labels.q=Query labels.roles=Rollen labels.suggestSearchLog=Suggestie zoeklogboek labels.suggestWord=Voorgesteld woord
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
docs/resiliency/resiliency-tests.sh
echo echo -e "${GREEN}Running test_resiliency_failure_with_server_down_and_single_disk_offline ...${NC}" # Stop one node docker stop resiliency-minio1-1 # In additional, suspend one more disk per set in order to induce a failure docker exec resiliency-minio2-1 /bin/sh -c "mv /data2/.minio.sys /data2/.minio.bkp && touch /data2/.minio.sys"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Dec 21 04:24:45 UTC 2024 - 20.5K bytes - Viewed (0) -
src/bytes/bytes.go
// non-empty. Unlike [SplitFunc], leading and trailing runs of code points // satisfying f(c) are discarded. // // FieldsFunc makes no guarantees about the order in which it calls f(c) // and assumes that f always returns the same value for a given c. func FieldsFunc(s []byte, f func(rune) bool) [][]byte { // A span is used to record a slice of s of the form s[start:end].
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Sep 03 14:04:47 UTC 2025 - 35.5K bytes - Viewed (0) -
guava-tests/test/com/google/common/base/SplitterTest.java
assertThat(m.keySet()).containsExactly("boy", "girl", "cat", "dog").inOrder(); assertThat(m) .isEqualTo(ImmutableMap.of("boy", "tom", "girl", "tina", "cat", "kitty", "dog", "tommy")); // try in a different order m = COMMA_SPLITTER.withKeyValueSeparator(":").split("girl:tina,boy:tom,dog:tommy,cat:kitty"); assertThat(m.keySet()).containsExactly("girl", "boy", "dog", "cat").inOrder(); assertThat(m)
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 29.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/nego/PreauthIntegrityNegotiateContextTest.java
assertArrayEquals(hashAlgos, decodedContext.getHashAlgos()); assertArrayEquals(salt, decodedContext.getSalt()); } @Test @DisplayName("Should preserve hash algorithm order") void testHashAlgoOrderPreservation() throws SMBProtocolDecodingException { int[] hashAlgos = { 5, 3, 1, 4, 2 }; byte[] salt = { 0x01 };
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 34K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/AbstractScheduledService.java
// cancel calls cancel on the correct future. 2. we want to make sure that the assignment // to currentFuture doesn't race with itself so that currentFuture is assigned in the // correct order. Throwable scheduleFailure = null; Cancellable toReturn; lock.lock(); try { toReturn = initializeOrUpdateCancellationDelegate(schedule); } catch (Throwable e) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 27.8K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Converter.java
} /** * Returns a converter whose {@code convert} method applies {@code secondConverter} to the result * of this converter. Its {@code reverse} method applies the converters in reverse order. * * <p>The returned converter is serializable if {@code this} converter and {@code secondConverter} * are. */ public final <C> Converter<A, C> andThen(Converter<B, C> secondConverter) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jun 18 21:43:06 UTC 2025 - 22.8K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/AbstractScheduledService.java
// cancel calls cancel on the correct future. 2. we want to make sure that the assignment // to currentFuture doesn't race with itself so that currentFuture is assigned in the // correct order. Throwable scheduleFailure = null; Cancellable toReturn; lock.lock(); try { toReturn = initializeOrUpdateCancellationDelegate(schedule); } catch (Throwable e) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 27.7K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.errorCountMin=Número mínimo de erros labels.facet=Faceta labels.geo=Geo labels.groups=Grupos labels.hash=Hash labels.kuromojiFile=Arquivo Kuromoji labels.maxSize=Tamanho máximo labels.order=Ordem labels.purgeSuggestSearchLogDay=Excluir informações de sugestão anteriores labels.q=Consulta labels.roles=Funções labels.suggestSearchLog=Log de pesquisa para sugestões labels.suggestWord=Palavra sugerida
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/testing/ClassSanityTester.java
+ " of " + parameter.getDeclaringInvokable()); } } /** * Thrown if the test fails to generate two distinct non-null values of a constructor or factory * parameter in order to test {@link Object#equals} and {@link Object#hashCode} of the declaring * class. */ @VisibleForTesting static final class ParameterHasNoDistinctValueException extends Exception {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 32.5K bytes - Viewed (0)