- Sort Score
- Num 10 results
- Language All
Results 111 - 120 of 327 for probar (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/smb/NetServerEnumIteratorTest.java
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 9.8K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/com/SmbComSessionSetupAndXTest.java
return null; } } private static int invokeProtectedInt(Object target, String name, Object... params) { try { var cls = target.getClass(); // Build proper parameter types array, handling primitive types Class<?>[] paramTypes = new Class<?>[params.length]; for (int i = 0; i < params.length; i++) { if (params[i] instanceof byte[]) {Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 6.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/script/groovy/GroovyEngine.java
final Map<String, Object> bindingMap = new HashMap<>(safeParamMap); bindingMap.put("container", SingletonLaContainerFactory.getContainer()); // Create GroovyShell with custom class loader for proper resource management GroovyClassLoader classLoader = null; try { // Get parent class loader with fallback to ensure robustness across threading contexts
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 5.5K bytes - Click Count (0) -
docs/bucket/lifecycle/DESIGN.md
### Transition Status
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 4.2K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactory.java
* This class extends {@link BasePooledObjectFactory} and provides * methods for creating, wrapping, and destroying crawler components * obtained from a {@link CrawlerContainer}. * * <p>This implementation provides proper resource management for closeable objects * and supports destruction listeners.</p> * * @param <T> the type of the pooled object */ public class CrawlerPooledObjectFactory<T> extends BasePooledObjectFactory<T> {Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Mon Nov 24 03:59:47 GMT 2025 - 6.6K bytes - Click Count (0) -
src/main/java/org/codelibs/core/crypto/CachedCipher.java
* </p> * <p> * <strong>Key Features:</strong> * </p> * <ul> * <li>Thread-safe cipher pooling using {@link ConcurrentLinkedQueue}</li> * <li>Configurable encryption algorithms (default: Blowfish)</li> * <li>Proper charset handling for key generation (UTF-8 by default)</li> * <li>Base64 encoding for text operations</li> * </ul> * <p> * <strong>Security Considerations:</strong> * </p> * <ul>
Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Sat Nov 22 11:21:59 GMT 2025 - 15.9K bytes - Click Count (0) -
compat/maven-embedder/src/test/java/org/apache/maven/cli/MavenCliTest.java
assertEquals("8", request.commandLine.getOptionValue(CLIManager.THREADS)); // override from command line request = new CliRequest(new String[] {"--builder", "foobar"}, null); cli.cli(request); assertEquals("foobar", request.commandLine.getOptionValue("builder")); } @Test void testMavenConfigInvalid() throws Exception { System.setProperty(
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 30.9K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/multichannel/ChannelManagerTest.java
try { channelManager.initializeMultiChannel(); // Should not throw exception even if initialization fails } catch (Exception e) { // Expected in test environment without proper server setup } assertDoesNotThrow(() -> channelManager.shutdown()); } @Test void testConcurrentAccess() throws InterruptedException { // Test thread safetyCreated: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 21 11:13:46 GMT 2025 - 7.6K bytes - Click Count (0) -
internal/mountinfo/mountinfo_linux.go
if !filepath.IsAbs(path) { return fmt.Errorf("Invalid argument, path (%s) is expected to be absolute", path) } var crossMounts mountInfos for _, mount := range mts { // Add a separator to indicate that this is a proper mount-point. // This is to avoid a situation where prefix is '/tmp/fsmount' // and mount path is /tmp/fs. In such a scenario we need to check for // `/tmp/fs/` to be a common prefix amount other mounts.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Feb 18 16:25:55 GMT 2025 - 4.7K bytes - Click Count (0) -
cmd/server-rlimit.go
"github.com/minio/minio/internal/logger" "github.com/minio/pkg/v3/sys" ) func oldLinux() bool { currentKernel, err := kernel.CurrentVersion() if err != nil { // Could not probe the kernel version return false } if currentKernel == 0 { // We could not get any valid value return false return false } // legacy linux indicator for printing warnings
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Jul 02 15:09:36 GMT 2024 - 2.8K bytes - Click Count (0)