- Sort Score
- Result 10 results
- Languages All
Results 581 - 590 of 815 for bhash (0.04 sec)
-
cmd/api-response.go
Key: key, // AWS S3 quotes the ETag in XML, make sure we are compatible here. ETag: "\"" + oi.ETag + "\"", ChecksumSHA1: cs[hash.ChecksumSHA1.String()], ChecksumSHA256: cs[hash.ChecksumSHA256.String()], ChecksumCRC32: cs[hash.ChecksumCRC32.String()], ChecksumCRC32C: cs[hash.ChecksumCRC32C.String()], } return c } // generates ListPartsResponse from ListPartsInfo.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 31 19:27:06 UTC 2024 - 33.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/DefaultSearcher.java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jul 22 06:56:21 UTC 2024 - 10.2K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/Type3Message.java
* The Type-2 message which this represents a response to. * @param targetName * SPN of the target system, optional * @param passwordHash * The NT password hash to use when constructing the response. * @param domain * The domain in which the user has an account. * @param user * The username for the authenticating user.
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 12:07:20 UTC 2020 - 30.6K bytes - Viewed (0) -
.github/workflows/multipart/migrate.sh
#!/bin/bash set -x ## change working directory cd .github/workflows/multipart/ function cleanup() { docker-compose -f docker-compose-site1.yaml rm -s -f || true docker-compose -f docker-compose-site2.yaml rm -s -f || true for volume in $(docker volume ls -q | grep minio); do docker volume rm ${volume} || true done docker system prune -f || true docker volume prune -f || true
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon May 27 19:17:46 UTC 2024 - 4.3K bytes - Viewed (0) -
ci/official/utilities/rename_and_verify_wheels.sh
#!/usr/bin/env bash # # Copyright 2022 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS,
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 02 21:18:17 UTC 2024 - 4.3K bytes - Viewed (0) -
guava/src/com/google/common/graph/ValueGraph.java
*/ @Override boolean equals(@CheckForNull Object object); /** * Returns the hash code for this graph. The hash code of a graph is defined as the hash code of a * map from each of its {@link #edges() edges} to the associated {@link #edgeValue(N, N) edge * value}. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 10 15:41:27 UTC 2024 - 16K bytes - Viewed (0) -
docs/em/docs/contributing.md
๐ ๐, ๐ ๐ซ โ๏ธ "โ" ๐ ๐ง๐ฟ โฌ ๐ช ๐ฏ ๐ ๐. ### ๐ ๐ค โ ๐ ๐ ๐ช ๐ ๐ ๐ ๐ & ๐งน ๐ ๐ ๐: <div class="termy"> ```console $ bash scripts/format.sh ``` </div> โซ๏ธ ๐ ๐-๐ ๐ ๐ ๐. โซ๏ธ ๐ ๐ซ โ, ๐ ๐ช โ๏ธ FastAPI โ ๐ ๐ ๐, โฎ๏ธ ๐ ๐ ๐ โ๏ธ `-e`. ## ๐ฉบ ๐ฅ, โ ๐ญ ๐ โ ๐ ๐ ๐ ๐ฌ ๐, ๐ ๐ โ ๐ ๐.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiItem.java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 4.5K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/source/model/MethodMetaData.java
Objects.equals(parameters, that.parameters) && Objects.equals(returnType, that.returnType); } @Override public int hashCode() { return Objects.hash(super.hashCode(), name, ownerClass, parameters, returnType); } public ClassMetaData getOwnerClass() { return ownerClass; } public TypeMetaData getReturnType() { return returnType;
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 4.9K bytes - Viewed (0) -
buildscripts/verify-healing-empty-erasure-set.sh
#!/bin/bash -e # set -E set -o pipefail if [ ! -x "$PWD/minio" ]; then echo "minio executable binary not found in current directory" exit 1 fi WORK_DIR="$PWD/.verify-$RANDOM" MINIO_CONFIG_DIR="$WORK_DIR/.minio" MINIO=("$PWD/minio" --config-dir "$MINIO_CONFIG_DIR" server) function start_minio_3_node() { export MINIO_ROOT_USER=minio export MINIO_ROOT_PASSWORD=minio123 export MINIO_ERASURE_SET_DRIVE_COUNT=6
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Jul 12 20:51:54 UTC 2024 - 3.7K bytes - Viewed (0)