- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 235 for explode (0.23 sec)
-
compat/maven-compat/src/main/mdo/paramdoc.mdo
<name>cliOptions</name> <description>The command-line switches used to change the value of this expression.</description> <type>Properties</type> <association xml.mapStyle="explode"> <type>String</type> <multiplicity>*</multiplicity> </association> </field> <field> <version>1.0.0</version> <name>apiMethods</name>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.4K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt
fun postBodyRetransmittedAfterAuthorizationFail_HTTP_2() { platform.assumeHttp2Support() enableProtocol(Protocol.HTTP_2) postBodyRetransmittedAfterAuthorizationFail("abc") } /** Don't explode when resending an empty post. https://github.com/square/okhttp/issues/1131 */ @Test fun postEmptyBodyRetransmittedAfterAuthorizationFail() { postBodyRetransmittedAfterAuthorizationFail("") }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jun 21 20:36:35 UTC 2025 - 133.2K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
} @Test fun postBodyRetransmittedAfterAuthorizationFail_HTTP_2() { enableProtocol(Protocol.HTTP_2) postBodyRetransmittedAfterAuthorizationFail("abc") } /** Don't explode when resending an empty post. https://github.com/square/okhttp/issues/1131 */ @Test fun postEmptyBodyRetransmittedAfterAuthorizationFail() { postBodyRetransmittedAfterAuthorizationFail("") } @Test
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 146.6K bytes - Viewed (0) -
cmd/metrics-v2.go
bucketPeerMetricsGroups []*MetricsGroupV2 ) // v2MetricsMaxBuckets enforces a bucket count limit on metrics for v2 calls. // If people hit this limit, they should move to v3, as certain calls explode with high bucket count. const v2MetricsMaxBuckets = 100 func init() { clusterMetricsGroups := []*MetricsGroupV2{ getNodeHealthMetrics(MetricsGroupOpts{dependGlobalNotificationSys: true}),
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 133.4K bytes - Viewed (0) -
pom.xml
<excludes> <exclude>pom.xml</exclude> <exclude>breaking-changes.xml</exclude> <exclude>*.md</exclude> <exclude>*.sh</exclude> <exclude>build.properties</exclude> <exclude>docs/**</exclude> <exclude>src/test/resources/**</exclude> <exclude>**/*.idl</exclude> <exclude>**/*.css</exclude> <exclude>.*</exclude> <exclude>.*/**</exclude>
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Mon Aug 25 14:34:10 UTC 2025 - 12.1K bytes - Viewed (0) -
futures/failureaccess/pom.xml
<Multi-Release>true</Multi-Release> </manifestEntries> </archive> <excludes> <exclude>/module-info.class</exclude> <exclude>META-INF/versions/9/com/google/common/util/concurrent/internal/*.class</exclude> </excludes> </configuration> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> </plugin>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 12 18:13:11 UTC 2025 - 5.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/LabelTypeHelperTest.java
public void test_labelTypePattern_match() { LabelTypePattern pattern = new LabelTypePattern("test", "/test.*", "/exclude.*"); // Should match included path assertTrue(pattern.match("/test/path")); // Should not match excluded path assertFalse(pattern.match("/exclude/path")); // Should not match non-included path assertFalse(pattern.match("/other/path")); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 12.4K bytes - Viewed (0) -
android/pom.xml
<!-- The root module (where applicable) is withheld because it is provided at `META-INF/versions/9/`. --> <exclude>/module-info.class</exclude> <!-- Avoid duplicating compiled classes within the `META-INF/versions/9/` root. --> <exclude>META-INF/versions/9/com/**/*.class</exclude> </excludes> <archive> <manifestEntries>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 24.3K bytes - Viewed (0) -
pom.xml
<!-- The root module (where applicable) is withheld because it is provided at `META-INF/versions/9/`. --> <exclude>/module-info.class</exclude> <!-- Avoid duplicating compiled classes within the `META-INF/versions/9/` root. --> <exclude>META-INF/versions/9/com/**/*.class</exclude> </excludes> <archive> <manifestEntries>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 23.9K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/PathMatcherFactory.java
/** * Service for creating {@link PathMatcher} objects that can be used to filter files * based on include/exclude patterns. This service provides a clean API for plugins * to create path matchers without directly depending on implementation classes. * <p> * The path matchers created by this service support Maven's traditional include/exclude * pattern syntax, which is compatible with the behavior of Maven 3 plugins like
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Mon Jul 21 19:37:56 UTC 2025 - 7.5K bytes - Viewed (0)