- Sort Score
- Result 10 results
- Languages All
Results 261 - 270 of 450 for HASH (0.14 sec)
-
android/guava/src/com/google/common/hash/ParametricNullness.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.google.common.hash; import static java.lang.annotation.ElementType.FIELD; import static java.lang.annotation.ElementType.METHOD; import static java.lang.annotation.ElementType.PARAMETER; import static java.lang.annotation.RetentionPolicy.CLASS;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 16:20:21 UTC 2024 - 3.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/SearchForm.java
*/ @ValidateTypeFailure public Integer offset; /** * The page number for pagination. */ @ValidateTypeFailure public Integer pn; /** * Similar document hash for finding related documents. */ @Size(max = 1000) public String sdh; /** * Parameter to control tracking of total hits in search results. */ @Size(max = 100)
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 5.7K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactFactoryRequest.java
&& Objects.equals(type, that.type); } @Override public int hashCode() { return Objects.hash(groupId, artifactId, version, classifier, extension, type); } @Override public String toString() { return "ArtifactFactoryRequest[" + "groupId='"
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 7.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/MD4.java
} } /** * Completes the hash computation by performing final operations such * as padding. At the return of this engineDigest, the MD engine is * reset. * * @return the array of bytes for the resulting hash value. */ @Override public byte[] engineDigest() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 9.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/stemmeroverride/StemmerOverrideItem.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.3K bytes - Viewed (0) -
android/guava/src/com/google/common/cache/ReferenceEntry.java
void setValueReference(ValueReference<K, V> valueReference); /** Returns the next entry in the chain. */ @Nullable ReferenceEntry<K, V> getNext(); /** Returns the entry's hash. */ int getHash(); /** Returns the key for this entry. */ @Nullable K getKey(); /* * Used by entries that use access order. Access entries are maintained in a doubly-linked list.
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Feb 11 18:34:30 UTC 2025 - 3.5K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactDeployerRequest.java
&& Objects.equals(artifacts, that.artifacts); } @Override public int hashCode() { return Objects.hash(repository, artifacts, retryFailedDeploymentCount); } @Override public String toString() { return "ArtifactDeployerRequest[" + "repository="
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 5.8K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactResolverRequest.java
&& Objects.equals(repositories, that.repositories); } @Override public int hashCode() { return Objects.hash(coordinates, repositories); } @Override @Nonnull public String toString() { return "ArtifactResolverRequest[" + "coordinates="
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 5.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
log.error("Failed to update pre-auth integrity hash", e); // Reset hash on error to maintain integrity resetPreauthHash(); throw new CIFSException("Pre-authentication integrity hash update failed", e); } } } /** * Reset the pre-authentication integrity hash to initial state.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0) -
guava/src/com/google/common/math/PairedStats.java
} /** * {@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() { return Objects.hash(xStats, yStats, sumOfProductsOfDeltas); } @Override public String toString() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 12.6K bytes - Viewed (0)