- Sort Score
- Result 10 results
- Languages All
Results 321 - 330 of 1,054 for operaciones (0.06 sec)
-
src/main/java/jcifs/internal/smb2/rdma/RdmaTransport.java
import jcifs.SmbTransport; import jcifs.smb.SmbException; import jcifs.smb.SmbTransportInternal; /** * RDMA-enabled SMB transport that wraps existing SMB transport * and adds RDMA capabilities for direct memory access operations. */ public class RdmaTransport implements SmbTransportInternal { private static final Logger log = LoggerFactory.getLogger(RdmaTransport.class); private final SmbTransportInternal delegate;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 8.9K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/LinkedHashMultimap.java
* views are modifiable. * * <p>This class is not threadsafe when any concurrent operations update the multimap. Concurrent * read operations will work correctly. To allow concurrent update operations, wrap your multimap * with a call to {@link Multimaps#synchronizedSetMultimap}. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 19.1K bytes - Viewed (0) -
src/test/java/jcifs/ACETest.java
assertEquals(0x10, ACE.FLAGS_INHERITED, "FLAGS_INHERITED should be 0x10"); } } @Nested @DisplayName("Bitwise Operations Tests") class BitwiseOperationsTests { @Test @DisplayName("Should support bitwise operations for access mask combining") void shouldSupportBitwiseOperations() { // Test combining read and write permissions
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/dfs/DfsReferralDataInternalTest.java
@Test @DisplayName("Should handle multiple fixup operations") void testMultipleFixupOperations() { // Create a properly initialized instance for fixup operations DfsReferralDataImpl impl = createInitializedDfsReferralDataImpl(); // Create a chain of operations assertDoesNotThrow(() -> { impl.fixupHost("server1.example.com");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 28.2K bytes - Viewed (0) -
docs/pt/docs/async.md
* uma operação no banco de dados finalizar * uma solicitação no banco de dados retornar o resultado * etc. Quanto o tempo de execução é consumido majoritariamente pela espera de operações <abbr title="Entrada e Saída">I/O</abbr>, essas operações são chamadas operações "limitadas por I/O".
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 23.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/DataStoreException.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.exception; /** * Exception thrown when an error occurs during data store operations. * This is a system-level exception that indicates problems with data store * configuration, connectivity, or data processing. */ public class DataStoreException extends FessSystemException {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/SearchForm.java
*/ public class SearchForm { /** * Default constructor for SearchForm. */ public SearchForm() { } /** * The dictionary ID field for mapping dictionary operations. */ @Required public String dictId;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1007 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileconfig/AdminFileconfigAction.java
/** Service for file configuration operations. */ @Resource private FileConfigService fileConfigService; /** Pager for file configuration list pagination. */ @Resource private FileConfigPager fileConfigPager; /** Service for role type operations. */ @Resource private RoleTypeService roleTypeService; /** Service for label type operations. */ @Resource
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 20.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/badword/CreateForm.java
/** * Creates a new CreateForm instance. */ public CreateForm() { // Default constructor } /** * The CRUD mode for form processing (create, update, delete operations). */ @ValidateTypeFailure public Integer crudMode; /** * The bad word to be filtered from search suggestions. */ @Required @Pattern(regexp = "[^\\s]+")
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/SmbBasicFileInfo.java
package jcifs.internal; /** * Interface for basic SMB file information. * Provides access to fundamental file metadata including attributes, timestamps, * and file size information retrieved from SMB file system operations. * * @author mbechler */ public interface SmbBasicFileInfo { /** * Gets the file attributes. * * @return file attributes */ int getAttributes(); /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.7K bytes - Viewed (0)