- Sort Score
- Result 10 results
- Languages All
Results 521 - 530 of 580 for wResources (0.07 sec)
-
docs/es/docs/tutorial/first-steps.md
``` /items/foo ``` /// info | Información Un "path" también es comúnmente llamado "endpoint" o "ruta". /// Mientras construyes una API, el "path" es la forma principal de separar "concerns" y "resources". #### Operación { #operation } "Operación" aquí se refiere a uno de los "métodos" HTTP. Uno de: * `POST` * `GET` * `PUT` * `DELETE` ...y los más exóticos:
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 13.3K bytes - Viewed (0) -
src/test/java/jcifs/SmbResourceTest.java
assertDoesNotThrow(() -> { try (SmbResource r = resource) { // Resource will be automatically closed } }, "Should work in try-with-resources"); } @Test @DisplayName("multiple operations should work together") void testIntegratedOperations() throws CIFSException { // Given
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 35K bytes - Viewed (0) -
docs/smb3-features/05-rdma-smb-direct-design.md
*/ String getProviderName(); /** * Get maximum message size supported */ int getMaxMessageSize(); /** * Clean up provider resources */ void shutdown(); } public enum RdmaAccess { LOCAL_READ, LOCAL_WRITE, REMOTE_READ, REMOTE_WRITE, MEMORY_BIND } ``` ## 4. Data StructuresRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 35.9K bytes - Viewed (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/validation/DefaultModelValidatorTest.java
SimpleProblemCollector result = validate("missing-resource-directory-pom.xml"); assertViolations(result, 0, 2, 0); assertEquals( "'build.resources.resource.directory' is missing.", result.getErrors().get(0)); assertEquals( "'build.testResources.testResource.directory' is missing.",
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 33.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbRandomAccessFile.java
import jcifs.internal.smb2.io.Smb2ReadResponse; import jcifs.internal.smb2.io.Smb2WriteRequest; import jcifs.internal.smb2.io.Smb2WriteResponse; import jcifs.util.Encdec; /** * Random access file implementation for SMB resources. * Provides random read/write access to SMB files with support for seeking and positioning. * */ public class SmbRandomAccessFile implements SmbRandomAccess {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 18.8K bytes - Viewed (0) -
impl/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml
<artifactId>maven-assembly-plugin</artifactId> <version>2.2-beta-2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.4-SNAPSHOT</version> </plugin> </plugins> </pluginManagement> </build> <modules> <module>maven-core</module>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 22.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFileInputStream.java
ioe = new InterruptedIOException(root.getMessage()); ioe.initCause(root); } return ioe; } /** * Closes this input stream and releases any system resources associated with the stream. * * @throws IOException * if a network error occurs */ @Override public void close() throws IOException { try {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/settings/AnalyzerSettings.java
* <li>Retrieving analyzer names for different fields and languages.</li> * <li>Updating and deleting analyzer settings.</li> * <li>Loading index settings and mappings from resources.</li> * <li>Checking the availability of analyzers for supported languages.</li> * </ul> * * <p>Supported languages are defined in the SUPPORTED_LANGUAGES array.</p> * * <p>Inner class:</p> * <ul>
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 26.5K bytes - Viewed (0) -
internal/grid/muxclient.go
m.respWait = out } // RequestStream will send a single payload request and stream back results. // 'requests' can be nil, in which case only req is sent as input. // It will however take less resources. func (m *muxClient) RequestStream(h HandlerID, payload []byte, requests chan []byte, responses chan Response) (*Stream, error) { if m.init { return nil, errors.New("mux client already used") }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 15.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
} } /** * Sets the path to index configuration resources. * * @param indexConfigPath the path to index configuration resources */ public void setIndexConfigPath(final String indexConfigPath) { this.indexConfigPath = indexConfigPath; } /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 122.4K bytes - Viewed (1)