- Sort Score
- Result 10 results
- Languages All
Results 541 - 550 of 1,041 for Supports (0.09 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/util/TemporaryFileInputStreamTest.java
fos.write("ABCDEFGH".getBytes()); } try (TemporaryFileInputStream stream = new TemporaryFileInputStream(tempFile)) { // FileInputStream does not support mark/reset assertFalse(stream.markSupported()); assertEquals('A', stream.read()); assertEquals('B', stream.read());
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Nov 22 13:28:22 UTC 2025 - 7.2K bytes - Viewed (0) -
compat/maven-embedder/pom.xml
<version>4.1.0-SNAPSHOT</version> </parent> <artifactId>maven-embedder</artifactId> <name>Maven Embedder (deprecated)</name> <description>Maven embeddable component, with CLI and logging support.</description> <dependencies> <!-- Maven4 API --> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-api-annotations</artifactId> </dependency> <dependency>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 6.9K bytes - Viewed (0) -
docs/en/docs/history-design-future.md
Then I contributed to it, to make it fully compliant with JSON Schema, to support different ways to define constraint declarations, and to improve editor support (type checks, autocompletion) based on the tests in several editors.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 4.2K bytes - Viewed (0) -
internal/config/compress/legacy.go
// Legacy envs. const ( EnvCompress = "MINIO_COMPRESS" EnvCompressMimeTypesLegacy1 = "MINIO_COMPRESS_MIMETYPES" // These envs were wrong but we supported them for a long time // so keep them here to support existing deployments. EnvCompressEnableLegacy = "MINIO_COMPRESS_ENABLE" EnvCompressAllowEncryptionLegacy = "MINIO_COMPRESS_ALLOW_ENCRYPTION" EnvCompressExtensionsLegacy = "MINIO_COMPRESS_EXTENSIONS"
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sat Sep 06 17:37:10 UTC 2025 - 1.9K bytes - Viewed (0) -
README.md
===== A simple cURL-like Java HTTP client. ## Features - Fluent API for building HTTP requests (GET, POST, PUT, DELETE, HEAD, OPTIONS, CONNECT, TRACE) - Support for query parameters, headers, body (String or stream), compression, SSL configuration, proxies, and timeouts - Automatic in-memory or on-disk caching of request/response bodies - Synchronous and asynchronous (callback) execution
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Thu Nov 20 13:34:13 UTC 2025 - 2.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/RequestWithPath.java
*/ package jcifs.internal; /** * Interface for SMB requests that include file system path information. * Provides path handling capabilities including UNC path resolution and DFS support * for SMB operations that target specific files or directories on remote shares. * * @author mbechler */ public interface RequestWithPath extends CommonServerMessageBlock { /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.3K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/harness/Xpp3DomAttributeIterator.java
import org.apache.commons.jxpath.ri.model.NodeIterator; import org.apache.commons.jxpath.ri.model.NodePointer; import org.apache.maven.api.xml.XmlNode; /** * An attribute iterator for JXPath to support <code>Xpp3Dom</code>. * */ class Xpp3DomAttributeIterator implements NodeIterator { private NodePointer parent; private XmlNode node; private List<Map.Entry<String, String>> attributes;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 2.3K bytes - Viewed (0) -
docs/en/docs/project-generation.md
- ๐ค An automatically generated frontend client. - ๐งช [Playwright](https://playwright.dev) for End-to-End testing. - ๐ฆ Dark mode support. - ๐ [Docker Compose](https://www.docker.com) for development and production. - ๐ Secure password hashing by default. - ๐ JWT (JSON Web Token) authentication. - ๐ซ Email based password recovery.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Dec 08 13:04:54 UTC 2025 - 2K bytes - Viewed (0) -
.github/workflows/mint/nginx-4-node.conf
# This is necessary to pass the correct IP to be hashed real_ip_header X-Real-IP; proxy_connect_timeout 300; # To support websocket proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; chunked_transfer_encoding off;Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed May 15 16:52:29 UTC 2024 - 3.1K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnenc/goals/InteractiveGoalSupport.java
import org.apache.maven.cling.invoker.mvnenc.EncryptContext; import org.apache.maven.cling.invoker.mvnenc.EncryptInvoker; import org.codehaus.plexus.components.secdispatcher.SecDispatcher; /** * The support class for interactive goal implementations. */ public abstract class InteractiveGoalSupport extends GoalSupport { protected InteractiveGoalSupport(MessageBuilderFactory messageBuilderFactory, SecDispatcher secDispatcher) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Dec 11 09:13:06 UTC 2024 - 2.1K bytes - Viewed (0)