- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 309 for removendo (0.64 sec)
-
src/main/java/jcifs/smb/SmbTransportPoolImpl.java
} catch (Exception e) { log.debug("Error disconnecting unhealthy transport: {}", e.getMessage()); } } if (!unhealthy.isEmpty()) { log.info("Removed {} unhealthy connections from pool", unhealthy.size()); } // Perform maintenance tasks performMaintenanceTasks(); } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 33.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/creator/PagerCreatorTest.java
import org.lastaflute.di.core.customizer.ComponentCustomizer; import org.lastaflute.di.core.meta.impl.InstanceDefFactory; import org.lastaflute.di.naming.NamingConvention; // NamingConventionImpl removed - using mock instead public class PagerCreatorTest extends UnitFessTestCase { private PagerCreator pagerCreator; private NamingConvention namingConvention; @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13.6K bytes - Viewed (0) -
cmd/tier-sweeper.go
package cmd import ( "context" "github.com/minio/minio/internal/bucket/lifecycle" ) // objSweeper determines if a transitioned object needs to be removed from the remote tier. // A typical usage would be like, // os := newObjSweeper(bucket, object) // // Perform a ObjectLayer.GetObjectInfo to fetch object version information // goiOpts := os.GetOpts()
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 17 05:09:58 UTC 2024 - 4.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbTree.java
session.send(request, response); } catch (final SmbException se) { if (se.getNtStatus() == NtStatus.NT_STATUS_NETWORK_NAME_DELETED) { /* Someone removed the share while we were * connected. Bastards! Disconnect this tree * so that it reconnects cleanly should the share * reappear in this client's lifetime.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 8.1K bytes - Viewed (0) -
ci/official/requirements_updater/requirements.in
# More info at https://protobuf.dev/support/cross-version-runtime-guarantee/ protobuf >= 5.28.0, < 7.0 # Test dependencies grpcio >= 1.68.1, < 2.0 portpicker == 1.6.0 # Scipy 15.x and above have misc.derivative removed, but we still use it scipy >= 1.13.0, < 1.15.0 requests >= 2.31.0 packaging==23.2 setuptools==78.1.1 jax==0.4.7 zstandard==0.23.0 # The dependencies below are needed for TF wheel testing.
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Sep 03 23:57:17 UTC 2025 - 1.2K bytes - Viewed (0) -
api/maven-api-annotations/src/main/java/org/apache/maven/api/annotations/Experimental.java
import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; /** * This annotation tags types that are part of an experimental API. * Classes or methods annotated with this annotation may be changed / removed without notice. * * @since 4.0.0 */ @Experimental @Documented @Retention(RetentionPolicy.CLASS)
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Dec 10 21:43:27 UTC 2024 - 1.2K bytes - Viewed (0) -
ci/official/requirements_updater/numpy1_requirements/requirements.in
# More info at https://protobuf.dev/support/cross-version-runtime-guarantee/ protobuf >= 5.28.0, < 7.0 # Test dependencies grpcio >= 1.68.1, < 2.0 portpicker == 1.6.0 # Scipy 15.x and above have misc.derivative removed, but we still use it scipy >= 1.13.0, < 1.15.0 requests >= 2.31.0 packaging==23.2 setuptools==78.1.1 jax==0.4.7 zstandard==0.23.0 # The dependencies below are needed for TF wheel testing.
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Sep 03 23:57:17 UTC 2025 - 1.2K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/AtomicLongMap.java
* com.google.common.collect.ConcurrentHashMultiset} instead. * * <p><b>Warning:</b> Unlike {@code Multiset}, entries whose values are zero are not automatically * removed from the map. Instead they must be removed manually with {@link #removeAllZeros}. * * @author Charles Fry * @since 11.0 */ @GwtCompatible public final class AtomicLongMap<K> implements Serializable {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 11.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/KuromojiCSVUtilTest.java
String value; String[] result; // Simple quoted value - quotes are removed value = "\"simple\""; result = KuromojiCSVUtil.parse(value); assertEquals(1, result.length); assertEquals("\"simple\"", result[0]); // Quoted value with comma - quotes are removed value = "\"value,with,commas\""; result = KuromojiCSVUtil.parse(value);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 18.7K bytes - Viewed (0) -
cmd/object-api-interface.go
} // GetObject - TODO(aead): This function just acts as an adapter for GetObject tests and benchmarks // since the GetObject method of the ObjectLayer interface has been removed. Once, the // tests are adjusted to use GetObjectNInfo this function can be removed. func GetObject(ctx context.Context, api ObjectLayer, bucket, object string, startOffset int64, length int64, writer io.Writer, etag string, opts ObjectOptions) (err error) {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 17.5K bytes - Viewed (0)