- Sort Score
- Num 10 results
- Language All
Results 451 - 460 of 1,620 for emptify (0.06 seconds)
-
helm/minio/templates/service.yaml
loadBalancerSourceRanges: {{ .Values.service.loadBalancerSourceRanges }} {{ end }} {{- if and (eq .Values.service.type "LoadBalancer") (not (empty .Values.service.loadBalancerIP)) }} loadBalancerIP: {{ default "" .Values.service.loadBalancerIP | quote }} {{- end }} ports: - name: {{ $scheme }} port: {{ .Values.service.port }} protocol: TCPCreated: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Apr 28 10:05:53 GMT 2024 - 1.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/thumbnail/impl/HtmlTagBasedGenerator.java
*/ public HtmlTagBasedGenerator() { super(); } /** * Destroys this thumbnail generator and releases any resources. * This implementation is empty as no cleanup is required. */ @Override public void destroy() { } /** * Creates a thumbnail generation task for the specified document. *Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 10.5K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/gcs/GcsClient.java
* @return the preprocessed URI with gcs:// prefix * @throws CrawlerSystemException if the URI is empty */ protected String preprocessUri(final String uri) { if (StringUtil.isEmpty(uri)) { throw new CrawlerSystemException("GCS URI is empty. Please provide a valid GCS URI (gcs://...)."); } String filePath = uri; if (!filePath.startsWith("gcs:")) {Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Dec 11 08:38:29 GMT 2025 - 17.5K bytes - Click Count (0) -
android/guava/src/com/google/common/primitives/DoublesMethodsForWeb.java
* the License. */ package com.google.common.primitives; import com.google.common.annotations.GwtCompatible; /** * Holder for web specializations of methods of {@code Doubles}. Intended to be empty for regular * version. */ @GwtCompatibleCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 860 bytes - Click Count (0) -
guava/src/com/google/common/base/ExtraObjectsMethodsForWeb.java
* the License. */ package com.google.common.base; import com.google.common.annotations.GwtCompatible; /** * Holder for extra methods of {@code Objects} only in web. Intended to be empty for regular * version. */ @GwtCompatibleCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 854 bytes - Click Count (0) -
okhttp-tls/build.gradle.kts
} animalsniffer { // InsecureExtendedTrustManager (API 24+) ignore = listOf("javax.net.ssl.X509ExtendedTrustManager") } mavenPublishing { configure(KotlinJvm(javadocJar = JavadocJar.Empty()))Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 1006 bytes - Click Count (0) -
src/test/java/jcifs/smb/NtlmPasswordAuthenticatorTest.java
auth1.secureWipePassword(); // Should not throw exception assertNull(auth1.getPassword()); } /** * Test empty password handling */ @Test public void testEmptyPasswordHandling() { // Test with empty String password NtlmPasswordAuthenticator auth1 = new NtlmPasswordAuthenticator("testuser", ""); assertEquals("", auth1.getPassword());
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 23.3K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/JavaPathType.java
* If the given {@code paths} argument contains no element, then this method returns an empty string. * The paths are not quoted. * * @param paths the path to format as a string * @return the option associated to this path type followed by the given path elements, * or an empty array if there is no path element. */ @Nonnull @OverrideCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Dec 15 11:13:42 GMT 2025 - 15.7K bytes - Click Count (1) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/ModelUpgradeStrategyTest.java
UpgradeOptions options = mock(UpgradeOptions.class); when(options.modelVersion()).thenReturn(Optional.of("4.1.0")); when(options.all()).thenReturn(Optional.empty()); UpgradeContext context = createMockContext(options); UpgradeResult result = strategy.doApply(context, pomMap); assertTrue(result.success(), "Model upgrade should succeed");
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 38.8K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/project/DefaultMavenProjectBuilderTest.java
// The subprojects list should be empty since we explicitly defined an empty <subprojects /> element assertTrue(parent.getModel().getDelegate().getSubprojects().isEmpty()); } @Test public void testEmptyModulesElementPreventsDiscovery() throws Exception { File pom = getTestFile("src/test/resources/projects/modules-empty/pom.xml");Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 17:20:31 GMT 2025 - 33.7K bytes - Click Count (0)