- Sort Score
- Result 10 results
- Languages All
Results 4971 - 4980 of 7,200 for RETURN (0.07 sec)
-
cmd/data-scanner_test.go
t.Fatalf("Expected %d objects but got %d", len(test.wants), len(gots)) } if slices.CompareFunc(gots, test.wants, func(g, w ObjectInfo) int { if g.VersionID == w.VersionID { return 0 } return -1 }) != 0 { t.Fatalf("Expected %v but got %v", test.wants, gots) } // verify the objects to be deleted close(workers[0]) wg.Wait()
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 12K bytes - Viewed (0) -
internal/config/certs_test.go
var tmpfile *os.File if tmpfile, err = os.CreateTemp(t.TempDir(), prefix); err != nil { return tempFile, err } if _, err = tmpfile.Write([]byte(content)); err != nil { return tempFile, err } if err = tmpfile.Close(); err != nil { return tempFile, err } tempFile = tmpfile.Name() return tempFile, err } func TestParsePublicCertFile(t *testing.T) {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Feb 18 16:25:55 UTC 2025 - 21.6K bytes - Viewed (0) -
src/test/java/org/codelibs/opensearch/extension/ExtensionPlugin.java
extra.put("prolonged_sound_mark", ProlongedSoundMarkCharFilterFactory::new); extra.put("reloadable_kuromoji_iteration_mark", KuromojiIterationMarkCharFilterFactory::new); return extra; } @Override public Map<String, AnalysisProvider<TokenFilterFactory>> getTokenFilters() { final Map<String, AnalysisProvider<TokenFilterFactory>> extra = new HashMap<>();
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Tue Jul 08 14:37:06 UTC 2025 - 5.5K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/usability/plugin/ExpressionDocumenter.java
throw new ExpressionDocumentationException( "Failed to parse documentation for expression root: " + root, e); } } } return expressionDocumentation; } /** * <expressions> * <expression> * <syntax>project.distributionManagementArtifactRepository</syntax> * <origin><![CDATA[ * <distributionManagement>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.2K bytes - Viewed (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/transforms/Minify.kt
} else { outputs.file(artifact) } } private fun extractArtifactName(fileName: String): String { return jarArtifactRegex.matchEntire(fileName) ?.groupValues ?.get(1) ?: error("Cannot derive artifact name from: $fileName") } privateRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 18 11:46:45 UTC 2025 - 4.9K bytes - Viewed (0) -
helm-releases/minio-5.4.0.tgz
$ATTEMPTS\" if [ $ATTEMPTS -gt $LIMIT ]; then exit 1 fi sleep 2 # 1 second intervals between attempts $MC_COMMAND STATUS=$? done set -e # reset `e` as active return 0 } # checkBucketExists ($bucket) # Check if the bucket exists, by using the exit code of `mc ls` checkBucketExists() { BUCKET=$1 CMD=$(${MC} stat myminio/$BUCKET >/dev/null 2>&1) return $? } # createBucket ($bucket, $policy, $purge) # Ensure bucket exists, purging if asked to createBucket() { BUCKET=$1 POLICY=$2 PURGE=$3 VERSIONING=$4 OBJECTLOCKING=$5...
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Jan 03 05:34:47 UTC 2025 - 21.7K bytes - Viewed (0) -
tensorflow/c/c_api.h
// TF_GraphImportGraphDefWithResults(). typedef struct TF_ImportGraphDefResults TF_ImportGraphDefResults; // Fetches the return outputs requested via // TF_ImportGraphDefOptionsAddReturnOutput(). The number of fetched outputs is // returned in `num_outputs`. The array of return outputs is returned in // `outputs`. `*outputs` is owned by and has the lifetime of `results`.
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ActivityHelper.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2FindNext2Test.java
// Verify total bytes written assertTrue(written >= 12 + TEST_FILENAME.length()); } @Test void testWriteDataWireFormat() { // Test data wire format writing (should return 0) trans2FindNext2 = new Trans2FindNext2(config, TEST_SID, TEST_RESUME_KEY, TEST_FILENAME, TEST_BATCH_COUNT, TEST_BATCH_SIZE); byte[] buffer = new byte[10];Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.2K bytes - Viewed (0) -
docs_src/path_operation_advanced_configuration/tutorial004_py39.py
- **price**: required - **tax**: if the item doesn't have tax, you can omit this - **tags**: a set of unique tag strings for this item \f :param item: User input. """Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 10 08:55:32 UTC 2025 - 712 bytes - Viewed (0)