- Sort Score
- Result 10 results
- Languages All
Results 481 - 490 of 516 for HASH (0.02 sec)
-
guava/src/com/google/common/cache/CacheBuilder.java
} /** * Sets the minimum total size for the internal hash tables. For example, if the initial capacity * is {@code 60}, and the concurrency level is {@code 8}, then eight segments are created, each * having a hash table of size eight. Providing a large enough estimate at construction time
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 19:07:49 UTC 2024 - 51.6K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.crawler=Crawler labels.crudMode=Modus labels.errorCountMax=Max. Fehleranzahl labels.errorCountMin=Min. Fehleranzahl labels.facet=Facet labels.geo=Geo labels.groups=Gruppen labels.hash=Prüfsumme labels.kuromojiFile=Kuromoji-Datei labels.maxSize=Max. Größe labels.order=Reihenfolge labels.purgeSuggestSearchLogDay=Bereinige Vorschlagsdokumente nach labels.q=Anfrage labels.roles=Rollen
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/testing/ClassSanityTester.java
// probably intended. So no point in using an equal-but-different factory argument. // We check twice to avoid confusion caused by accidental hash collision. equalArgs.set(i, shouldBeEqualArg); } } return equalArgs; } private static boolean hashCodeInsensitiveToArgReference(
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jul 23 14:18:12 UTC 2024 - 32.7K bytes - Viewed (0) -
guava/src/com/google/common/math/Stats.java
&& doubleToLongBits(min) == doubleToLongBits(other.min) && doubleToLongBits(max) == doubleToLongBits(other.max); } /** * {@inheritDoc} * * <p><b>Note:</b> This hash code is consistent with exact equality of the calculated statistics, * including the floating point values. See the note on {@link #equals} for details. */ @Override public int hashCode() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 23 16:45:30 UTC 2024 - 24.9K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableSortedSet.java
} /** Creates a new builder with an expected size. */ @SuppressWarnings("unchecked") Builder(Comparator<? super E> comparator, int expectedSize) { super(true); // don't construct guts of hash-based set builder this.comparator = checkNotNull(comparator); this.elements = (E[]) new Object[expectedSize]; this.n = 0; } @Override void copy() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 39.1K bytes - Viewed (0) -
src/main/webapp/js/admin/popper.min.js.map
@method\n * @memberof Popper.Utils\n * @argument {String} placement\n * @returns {String} flipped placement\n */\nexport default function getOppositePlacement(placement) {\n const hash = { left: 'right', right: 'left', bottom: 'top', top: 'bottom' };\n return placement.replace(/left|right|bottom|top/g, matched => hash[matched]);\n}\n","import getOuterSizes from './getOuterSizes';\nimport getOppositePlacement from './getOppositePlacement';\n\n/**\n * Get offsets to the popper\n * @method\n * @memberof...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 120.9K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.confirmPassword = 확인 labels.crawler = 크롤러 labels.crudMode = 모드 labels.errorCountMax = 최대 에러 수 labels.errorCountMin = 최소 에러 수 labels.facet = 패싯 labels.geo = Geo labels.groups = 그룹 labels.hash = 해시 labels.kuromojiFile = Kuromoji 파일 labels.maxSize = 최대 크기 labels.order = 순서 labels.purgeSuggestSearchLogDay = 이전 자동완성 정보를 삭제 labels.q = 쿼리 labels.roles = 역할(Role) labels.suggestSearchLog = 자동완성용 검색 로그
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 44K bytes - Viewed (0) -
guava/src/com/google/common/net/InetAddresses.java
import com.google.common.annotations.GwtIncompatible; import com.google.common.annotations.J2ktIncompatible; import com.google.common.base.CharMatcher; import com.google.common.base.MoreObjects; import com.google.common.hash.Hashing; import com.google.common.io.ByteStreams; import com.google.common.primitives.Ints; import com.google.errorprone.annotations.CanIgnoreReturnValue; import java.math.BigInteger; import java.net.Inet4Address;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 47.1K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.crawler=Сканер labels.crudMode=режим labels.errorCountMax=Максимольное количество ошибок labels.errorCountMin=Минимальное количество ошибок labels.facet=Фасет labels.geo=Гео labels.groups=Группы labels.hash=Хэш labels.kuromojiFile=Kuromoji файл labels.maxSize=Максимальный размер labels.order=Порядок labels.purgeSuggestSearchLogDay=Очистить предлагаемые документы до начала labels.q=Запрос labels.roles=Роли
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableSortedMultiset.java
* ImmutableSortedMultiset#orderedBy(Comparator)}. */ @SuppressWarnings("unchecked") public Builder(Comparator<? super E> comparator) { super(true); // doesn't allocate hash table in supertype this.comparator = checkNotNull(comparator); this.elements = (E[]) new Object[ImmutableCollection.Builder.DEFAULT_INITIAL_CAPACITY];
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 16 21:21:17 UTC 2024 - 35.4K bytes - Viewed (0)