- Sort Score
- Result 10 results
- Languages All
Results 291 - 300 of 377 for 24 (0.52 sec)
-
android/guava-tests/test/com/google/common/collect/TreeRangeSetTest.java
.inOrder(); } public void testIgnoresSmallerSharingNoBound() { TreeRangeSet<Integer> rangeSet = TreeRangeSet.create(); rangeSet.add(Range.closed(1, 6)); rangeSet.add(Range.open(2, 4)); testInvariants(rangeSet); assertThat(rangeSet.asRanges()).contains(Range.closed(1, 6)); assertThat(rangeSet.complement().asRanges()) .containsExactly(Range.lessThan(1), Range.greaterThan(6))
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 16:03:47 UTC 2025 - 24.4K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.search_result_more=Plus.. labels.search_result_cache=Cache labels.search_result_similar=Résultats similaires ({0}) labels.facet_label_title=Étiquette labels.facet_timestamp_title=Heure labels.facet_timestamp_1day=Dans les 24 heures labels.facet_timestamp_1week=Dans la semaine labels.facet_timestamp_1month=Dans le mois labels.facet_timestamp_1year=Dans l'année labels.facet_timestamp_3month=Dans les 3 mois
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49.2K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.search_result_more=Dettagli.. labels.search_result_cache=Cache labels.search_result_similar=Risultati simili ({0}) labels.facet_label_title=Etichetta labels.facet_timestamp_title=Periodo labels.facet_timestamp_1day=Ultime 24 ore labels.facet_timestamp_1week=Ultima settimana labels.facet_timestamp_1month=Ultimo mese labels.facet_timestamp_1year=Ultimo anno labels.facet_timestamp_3month=Ultimi 3 mesi labels.facet_timestamp_6month=Ultimi 6 mesi
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.6K bytes - Viewed (0) -
docs/en/data/translation_reviewers.yml
url: https://github.com/mycaule Aruelius: login: Aruelius count: 24 avatarUrl: https://avatars.githubusercontent.com/u/25380989?u=574f8cfcda3ea77a3f81884f6b26a97068e36a9d&v=4 url: https://github.com/Aruelius wisderfin: login: wisderfin count: 24 avatarUrl: https://avatars.githubusercontent.com/u/77553770?u=9a23740d520d65dc0051cdc1ecd87f31cb900313&v=4
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Dec 01 06:27:43 UTC 2025 - 65K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/fusesource/jansi/Ansi.java
STRIKETHROUGH_ON(9, "STRIKETHROUGH_ON"), UNDERLINE_DOUBLE(21, "UNDERLINE_DOUBLE"), INTENSITY_BOLD_OFF(22, "INTENSITY_BOLD_OFF"), ITALIC_OFF(23, "ITALIC_OFF"), UNDERLINE_OFF(24, "UNDERLINE_OFF"), BLINK_OFF(25, "BLINK_OFF"), NEGATIVE_OFF(27, "NEGATIVE_OFF"), CONCEAL_OFF(28, "CONCEAL_OFF"), STRIKETHROUGH_OFF(29, "STRIKETHROUGH_OFF");
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Apr 05 11:52:05 UTC 2025 - 23.1K bytes - Viewed (0) -
cmd/erasure-decode_test.go
{dataBlocks: 2, onDisks: 4, offDisks: 1, blocksize: int64(blockSizeV2), data: oneMiByte, offset: 0, length: oneMiByte, algorithm: DefaultBitrotAlgorithm, shouldFail: false, shouldFailQuorum: false}, // 24Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 21K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/StringUtil.java
* @param i * the number to convert */ public static void appendHex(final StringBuilder buf, final int i) { buf.append(Integer.toHexString(i >> 24 & 0xff)); buf.append(Integer.toHexString(i >> 16 & 0xff)); buf.append(Integer.toHexString(i >> 8 & 0xff)); buf.append(Integer.toHexString(i & 0xff)); } /**Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 21.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/Smb2EncryptionContext.java
// Configurable key rotation limits with defaults private volatile long keyRotationBytesLimit = 1L << 30; // Default: 1GB private volatile long keyRotationTimeLimit = 24 * 60 * 60 * 1000L; // Default: 24 hours // Rotation metrics private final AtomicLong totalKeyRotations = new AtomicLong(0); private final AtomicLong lastKeyRotationTime = new AtomicLong(0); /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 35.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java
SMBUtil.writeInt4(this.flags, dst, dstIndex + 16); SMBUtil.writeInt4(this.nextCommand, dst, dstIndex + 20); SMBUtil.writeInt8(this.mid, dst, dstIndex + 24); if (this.async) { SMBUtil.writeInt8(this.asyncId, dst, dstIndex + 32); } else { // 4 reserved SMBUtil.writeInt4(this.treeId, dst, dstIndex + 36); }
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 24K bytes - Viewed (0) -
cmd/metrics-v2_gen.go
} } o = bts return } // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message func (z *MetricsGroupOpts) Msgsize() (s int) { s = 1 + 22 + msgp.BoolSize + 24 + msgp.BoolSize + 31 + msgp.BoolSize + 28 + msgp.BoolSize + 16 + msgp.BoolSize + 11 + msgp.BoolSize + 29 + msgp.BoolSize + 19 + msgp.BoolSize + 23 + msgp.BoolSize + 26 + msgp.BoolSize + 32 + msgp.BoolSize + 22 + msgp.BoolSize return }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 19K bytes - Viewed (0)