- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for exclusion (0.04 sec)
-
api/maven-api-model/src/main/mdo/maven.mdo
} ]]> </code> </codeSegment> </codeSegments> </class> <class> <name>Exclusion</name> <version>4.0.0+</version> <description> <![CDATA[ The {@code <exclusion>} element contains information required to exclude an artifact to the project. <p>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 07 14:32:16 UTC 2025 - 132.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
} return name; } /** * Sets whether this file should use an exclusive (non-pooled) connection * * @param nonPooled * whether this file will use an exclusive connection */ protected void setNonPooled(final boolean nonPooled) { this.treeConnection.setNonPooled(nonPooled); } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt
@Test fun connectViaHttpProxyToHttpsUsingBadProxyAndHttpResponseCache() { initResponseCache() server.useHttps(handshakeCertificates.sslSocketFactory()) // The inclusion of a body in the response to a CONNECT is key to reproducing b/6754912. server.enqueue( MockResponse .Builder() .inTunnel() .body("bogus proxy connect response content")
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jun 21 20:36:35 UTC 2025 - 133.2K bytes - Viewed (0)