- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 389 for rejected (0.06 sec)
-
CHANGELOG/CHANGELOG-1.22.md
### Bug or Regression
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Dec 13 12:43:45 UTC 2022 - 454.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.6.md
[@derekwaynecarr](https://github.com/derekwaynecarr)) * Fix ConfigMap for Windows Containers. ([#39373](https://github.com/kubernetes/kubernetes/pull/39373), [@jbhurat](https://github.com/jbhurat)) * Fix the “pod rejected by kubelet may stay at pending forever” bug. (https://github.com/kubernetes/kubernetes/pull/37661), [@yujuhong](https://github.com/yujuhong)) ### kube-controller-manager
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 304K bytes - Viewed (0) -
src/test/java/jcifs/internal/SmbNegotiationTest.java
assertSame(originalResponseBuffer, negotiation.getResponseRaw()); } @Test @DisplayName("Test buffer modifications are reflected") void testBufferModifications() { // Since the class returns the same array reference, modifications will be reflected byte[] requestBuffer = negotiation.getRequestRaw(); byte[] responseBuffer = negotiation.getResponseRaw(); // Modify the buffers
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/opensearch/client/CrawlerEngineClientTest.java
}); thread.start(); thread.join(); assertNull(exceptionHolder[0]); assertNotNull(clientHolder[0]); } // Test repeated instantiation public void test_repeatedInstantiation() { // Test that repeated instantiation works correctly for (int i = 0; i < 10; i++) { CrawlerEngineClient client = new CrawlerEngineClient(); assertNotNull(client);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 4.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/ExtractorBuilder.java
/** * {@link ExtractorBuilder} is a builder class for creating and configuring an {@link ExtractData} object. * It encapsulates the process of extracting data from an input stream using a specified or detected extractor. * The builder allows setting parameters such as MIME type, filename, extractor name, maximum content length, * and cache file size to optimize the extraction process. * * <p>
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 10.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/IterablesTest.java
} public void testConcatPeformingFiniteCycle() { Iterable<Integer> iterable = asList(1, 2, 3); int n = 4; Iterable<Integer> repeated = Iterables.concat(nCopies(n, iterable)); assertThat(repeated).containsExactly(1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3).inOrder(); } public void testPartition_badSize() { Iterable<Integer> source = singleton(1);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 45.2K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/repository/metadata/DefaultGraphConflictResolutionPolicyTest.java
MetadataGraphEdge res; res = policy.apply(e1, e2); assertEquals("1.1", res.getVersion(), "Wrong depth edge selected"); res = policy.apply(e1, e3); assertEquals("1.2", res.getVersion(), "Wrong version edge selected"); } // ------------------------------------------------------------------------------------------
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.2K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/MimeTypeHelper.java
* @return the detected content type */ String getContentType(InputStream is, String filename); /** * Determines the content type of the given input stream using the provided parameters. * @param is the input stream to analyze * @param params the parameters containing additional information like filename * @return the detected content type */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 1.6K bytes - Viewed (0) -
cmd/http-tracer_test.go
"?Action=AssumeRoleWithLDAPIdentity&LDAPUsername=myusername&LDAPPassword=*REDACTED*&Version=2011-06-15", }, { "LDAPPassword=can+youreadthis%3F&Version=2011-06-15&?Action=AssumeRoleWithLDAPIdentity&LDAPUsername=myusername", "LDAPPassword=*REDACTED*&Version=2011-06-15&?Action=AssumeRoleWithLDAPIdentity&LDAPUsername=myusername", }, {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Jan 02 17:15:06 UTC 2022 - 1.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/MultiChannelManager.java
} ChannelInfo selected = channelGroup.selectChannel(loadBalancingStrategy); if (selected != null && selected.isHealthy()) { totalRequests.incrementAndGet(); selected.incrementConnections(); log.debug("Selected channel {} for session {} (active connections: {})", selected.getChannelId(), sessionId, selected.getActiveConnections()); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 20.5K bytes - Viewed (0)