- Sort Score
- Num 10 results
- Language All
Results 171 - 180 of 345 for holding (0.05 seconds)
-
docs/site-replication/run-ssec-object-replication-with-compression.sh
# Create bucket in source cluster echo "Create bucket in source MinIO instance" ./mc mb minio1/test-bucket --insecure # Load objects to source site echo "Loading objects to source MinIO instance" ./mc cp /tmp/data/plainfile minio1/test-bucket --insecure ./mc cp /tmp/data/encrypted minio1/test-bucket/encrypted --enc-c "minio1/test-bucket/encrypted=${TEST_MINIO_ENC_KEY}" --insecure
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Sep 24 08:03:58 GMT 2024 - 8.3K bytes - Click Count (0) -
internal/jwt/parser_test.go
emptyKeyFunc = func(claim *MapClaims) ([]byte, error) { return nil, nil } errorKeyFunc = func(claim *MapClaims) ([]byte, error) { return nil, fmt.Errorf("error loading key") } ) var jwtTestData = []struct { name string tokenString string keyfunc func(*MapClaims) ([]byte, error) claims jwt.Claims valid bool errors int32 }{ {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 6K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/00-bug.yml
name: Bugs description: The go command, standard library, or anything else title: "import/path: issue title" body: - type: markdown attributes: value: | Thanks for helping us improve! ๐ Please answer these questions and provide as much information as possible about your problem. - type: input id: go-version attributes: label: Go version description: |
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 04 23:31:17 GMT 2024 - 3.3K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelSource.java
*/ package org.apache.maven.api.services; import java.nio.file.Path; import org.apache.maven.api.annotations.Nonnull; import org.apache.maven.api.annotations.Nullable; /** * Represents a source for loading Maven Project Object Model (POM) files. This interface * extends the basic {@link Source} interface with specific functionality for handling * Maven POM files and resolving related project POMs. *
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Sep 29 14:45:25 GMT 2025 - 4.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/ProtocolHelper.java
*/ public ProtocolHelper() { // Default constructor } /** * Initializes the protocol helper by loading configured protocols from FessConfig * and scanning for available protocol handlers in the classpath. * This method is called automatically after bean construction. */ @PostConstructCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 13:59:25 GMT 2026 - 12.4K bytes - Click Count (1) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/PrecedenceCoreExtensionSelector.java
"* " + extension.getId() + " configured in " + formatLocation(extension.getLocation(""))); } } context.logger.debug("Selected core extensions (in loading order):"); for (CoreExtension source : selectedExtensions.values()) { context.logger.debug("* " + source.getId() + ": " + formatLocation(source.getLocation(""))); }
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Sep 29 15:32:43 GMT 2025 - 4.6K bytes - Click Count (0) -
docs/ko/docs/how-to/custom-docs-ui-assets.md
# ์ปค์คํ Docs UI ์ ์ ์์ (์์ฒด ํธ์คํ ) { #custom-docs-ui-static-assets-self-hosting } API ๋ฌธ์๋ **Swagger UI**์ **ReDoc**์ ์ฌ์ฉํ๋ฉฐ, ๊ฐ๊ฐ JavaScript์ CSS ํ์ผ์ด ํ์ํฉ๋๋ค. ๊ธฐ๋ณธ์ ์ผ๋ก ์ด๋ฌํ ํ์ผ์ <abbr title="Content Delivery Network - ์ฝํ ์ธ ์ ์ก ๋คํธ์ํฌ: ์ผ๋ฐ์ ์ผ๋ก ์ฌ๋ฌ ์๋ฒ๋ก ๊ตฌ์ฑ๋์ด JavaScript์ CSS ๊ฐ์ ์ ์ ํ์ผ์ ์ ๊ณตํ๋ ์๋น์ค์ ๋๋ค. ๋ณดํต ํด๋ผ์ด์ธํธ์ ๋ ๊ฐ๊น์ด ์๋ฒ์์ ํ์ผ์ ์ ๊ณตํด ์ฑ๋ฅ์ ํฅ์์ํค๋ ๋ฐ ์ฌ์ฉ๋ฉ๋๋ค.">CDN</abbr>์์ ์ ๊ณต๋ฉ๋๋ค. ํ์ง๋ง ์ด๋ฅผ ์ปค์คํฐ๋ง์ด์งํ ์ ์์ผ๋ฉฐ, ํน์ CDN์ ์ง์ ํ๊ฑฐ๋ ํ์ผ์ ์ง์ ์ ๊ณตํ ์๋ ์์ต๋๋ค. ## JavaScript์ CSS์ฉ ์ปค์คํ CDN { #custom-cdn-for-javascript-and-css }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 8.9K bytes - Click Count (0) -
docs/fr/docs/how-to/custom-docs-ui-assets.md
# Hรฉberger en propre les ressources statiques de lโUI des docs personnalisรฉes { #custom-docs-ui-static-assets-self-hosting } Les documents de lโAPI utilisent **Swagger UI** et **ReDoc**, et chacune nรฉcessite des fichiers JavaScript et CSS.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 8.7K bytes - Click Count (0) -
android/guava/src/com/google/common/base/StandardSystemProperty.java
/** Java class format version number. */ JAVA_CLASS_VERSION("java.class.version"), /** Java class path. */ JAVA_CLASS_PATH("java.class.path"), /** List of paths to search when loading libraries. */ JAVA_LIBRARY_PATH("java.library.path"), /** Default temp file path. */ JAVA_IO_TMPDIR("java.io.tmpdir"), /** Name of JIT compiler to use. */ JAVA_COMPILER("java.compiler"), /**
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 06 10:03:30 GMT 2025 - 4.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/PluginExceptionTest.java
assertTrue(exception instanceof Throwable); } @Test public void test_throwAndCatch() { // Test throwing and catching PluginException String expectedMessage = "Plugin loading failed"; try { throw new PluginException(expectedMessage); } catch (PluginException e) { assertEquals(expectedMessage, e.getMessage()); assertNull(e.getCause());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 8.1K bytes - Click Count (0)