- Sort Score
- Num 10 results
- Language All
Results 171 - 180 of 253 for Merges (0.04 seconds)
-
internal/hash/checksum.go
return xhttp.AmzChecksumTypeFullObject } if c.IsSet() { return xhttp.AmzChecksumTypeComposite } return "" } // CanMerge will return if the checksum type indicates that checksums can be merged. func (c ChecksumType) CanMerge() bool { return c.Is(ChecksumCRC64NVME) || c.Is(ChecksumCRC32C) || c.Is(ChecksumCRC32) } // Hasher returns a hasher corresponding to the checksum type.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 22 14:15:21 GMT 2025 - 18.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/QueryHelper.java
/** * QueryHelper is responsible for building and managing OpenSearch queries for Fess search functionality. * It handles query construction, role-based access control, boost functions, sorting, and search preferences. * This class serves as the central component for translating user search requests into properly formatted * OpenSearch queries with appropriate filters and scoring mechanisms. */ public class QueryHelper { /**Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 19.9K bytes - Click Count (0) -
guava/src/com/google/common/collect/ImmutableMultiset.java
* .addCopies(Bean.BLACK_EYED, 10) * .build(); * } * * <p>Builder instances can be reused; it is safe to call {@link #build} multiple times to build * multiple multisets in series. * * @since 2.0 */ public static class Builder<E> extends ImmutableCollection.Builder<E> { final Multiset<E> contents; /**
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 22 21:07:18 GMT 2025 - 20.6K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Stream.kt
var finished: Boolean = false, ) : Sink { /** * Buffer of outgoing data. This batches writes of small writes into this sink as larges frames * written to the outgoing connection. Batching saves the (small) framing overhead. */ private val sendBuffer = Buffer() /** Trailers to send at the end of the stream. */Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Mon Jul 07 18:57:05 GMT 2025 - 22.4K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/fusesource/jansi/Ansi.java
* * This class comes from Jansi and is provided for backward compatibility * with maven-shared-utils, while Maven has migrated to JLine (into which Jansi has been merged * since JLine 3.25.0). */ @Deprecated @SuppressWarnings("unused") public class Ansi implements Appendable { private static final char FIRST_ESC_CHAR = 27;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sat Apr 05 11:52:05 GMT 2025 - 23.1K bytes - Click Count (0) -
docs/en/docs/contributing.md
Whatβs changing now: * π« Weβre no longer accepting new community-submitted translation PRs. * β³ Existing open PRs will be reviewed and can still be merged if completed within the next 3 weeks (since July 11 2025). * π In the future, we will only support languages where at least three active native speakers are available to review and maintain translations.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Sep 21 11:29:04 GMT 2025 - 15.1K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/ImmutableSortedMap.java
* keys and values are the result of applying the provided mapping functions to the input * elements. * * <p>If the mapped keys contain duplicates (according to the comparator), the values are merged * using the specified merging function. Entries will appear in the encounter order of the first * occurrence of the key. * * @since 33.2.0 (available since 21.0 in guava-jre) */
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 22 21:07:18 GMT 2025 - 52.9K bytes - Click Count (0) -
docs/ko/docs/help-fastapi.md
* Pull requestκ° νμνμ§ μμ κ°λ₯μ±λ μμ΅λλ€. **λ€λ₯Έ λ°©μ**μΌλ‘ λ¬Έμ λ₯Ό ν΄κ²°ν μ μλ€λ©΄, κ·Έ λ°©λ²μ μ μνκ±°λ μ§λ¬Έν μ μμ΅λλ€. ### μ€νμΌμ λ무 μ κ²½ μ°μ§ μκΈ° * μ»€λ° λ©μμ§ μ€νμΌ κ°μ κ²μ λ무 μ κ²½ μ°μ§ μμλ λ©λλ€. μ λ μ§μ 컀λ°μ μμ νμ¬ squash and mergeλ₯Ό μνν κ²μ λλ€. * μ½λ μ€νμΌ κ·μΉλ κ±±μ ν νμ μμ΅λλ€. μ΄λ―Έ μλνλ λꡬλ€μ΄ μ΄λ₯Ό κ²μ¬νκ³ μμ΅λλ€. μ€νμΌμ΄λ μΌκ΄μ± κ΄λ ¨ μμ²μ΄ νμν κ²½μ°, μ κ° μ§μ μμ²νκ±°λ νμν λ³κ²½ μ¬νμ μΆκ° 컀λ°μΌλ‘ μμ ν κ²μ λλ€. ### μ½λ νμΈνκΈ° * μ½λλ₯Ό μ½κ³ , **λ Όλ¦¬μ μΌλ‘ νλΉ**νμ§ νμΈν ν λ‘컬μμ μ€ννμ¬ λ¬Έμ κ° ν΄κ²°λλμ§ νμΈνμΈμ.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 10:49:48 GMT 2025 - 16.3K bytes - Click Count (0) -
CONTRIBUTING.md
its dependencies and the rest of the system. - Rarely, If the tests fail at this stage, we cannot merge the code. - If needed, we may come to you to make some changes. At times, it may not be you, it may be us who may have hit a snag. Please be patient while we work to fix this. - Once the internal tests pass, we go ahead and merge the code internally as well as externally on GitHub.Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Sat Jan 11 04:47:59 GMT 2025 - 15.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java
} generatorList.add(generator); } else if (logger.isDebugEnabled()) { logger.debug("{} is not available.", generator.getName()); } } /** * Purges old thumbnail files based on the expiry time. * * @param expiry the expiry time threshold * @return the number of files purged */ public long purge(final long expiry) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 27K bytes - Click Count (0)