- Sort Score
- Result 10 results
- Languages All
Results 1781 - 1790 of 2,694 for A_value (0.05 sec)
-
src/test/java/jcifs/internal/smb1/ServerMessageBlockTest.java
bytesRead = 20; return bytesRead; } public void setParamWordsRead(int value) { this.paramWordsRead = value; } public void setBytesRead(int value) { this.bytesRead = value; } public int getWordCount() { return wordCount; } } @BeforeEachRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 36.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/storage/S3StorageClient.java
final GetObjectTaggingResponse response = s3Client.getObjectTagging(request); return response.tagSet().stream().collect(Collectors.toMap(Tag::key, Tag::value)); } catch (final Exception e) { throw new StorageException("Failed to get tags from " + objectName, e); } } @Override
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.9K bytes - Viewed (0) -
src/test/java/jcifs/smb/JAASAuthenticatorTest.java
// First call attempts a JAAS login; behavior depends on JAAS configuration Subject first = auth.getSubject(); // Second call should return cached value (same as first) Subject second = auth.getSubject(); if (first == null && second == null) { // Both null - caching is workingRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 9.9K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/InterruptibleTask.java
import java.util.concurrent.locks.AbstractOwnableSynchronizer; import java.util.concurrent.locks.LockSupport; import org.jspecify.annotations.Nullable; @GwtCompatible @ReflectionSupport(value = ReflectionSupport.Level.FULL) // Some Android 5.0.x Samsung devices have bugs in JDK reflection APIs that cause // getDeclaredField to throw a NoSuchFieldException when the field is definitely there.
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 10K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/prefix/internal/DefaultPluginPrefixResolver.java
PluginManagement management = build != null ? build.getPluginManagement() : null; // map of groupId -> Set(artifactId) plugin candidates: // if value is null, keys are coming from settings, and no artifactId filtering is applied // if value is non-null: we allow only plugins that have enlisted artifactId only // ---
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 17 13:14:10 UTC 2025 - 11.9K bytes - Viewed (0) -
docs/en/docs/tutorial/request-files.md
Define a file parameter with a type of `UploadFile`: {* ../../docs_src/request_files/tutorial001_an_py39.py hl[14] *} Using `UploadFile` has several advantages over `bytes`: * You don't have to use `File()` in the default value of the parameter. * It uses a "spooled" file: * A file stored in memory up to a maximum size limit, and after passing this limit it will be stored in disk.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 7.3K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/util/XmlUtilTest.java
// Test empty string assertEquals("", XmlUtil.escapeXml("")); } public void test_escapeXml_basic() { // Test basic XML escaping assertEquals("<tag>value</tag>", XmlUtil.escapeXml("<tag>value</tag>")); } public void test_escapeXml_allSpecialChars() { // Test all special characters String input = "Test & < > \"quote\" 'apos'";Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 8.3K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/configuration/internal/EnhancedCompositeBeanHelperTest.java
boolean initialAccessibility = field.canAccess(bean); // Set the property using the helper helper.setProperty(bean, "directField", String.class, config); // Verify the value was set correctly assertEquals("fieldValue", bean.getDirectField()); // Verify field accessibility is restored to its original state boolean finalAccessibility = field.canAccess(bean);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 12 14:59:46 UTC 2025 - 8.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/io/Smb2ReadRequestTest.java
@Test @DisplayName("Should have correct SMB2_READFLAG_READ_UNBUFFERED value") void testReadUnbufferedFlag() { assertEquals((byte) 0x1, Smb2ReadRequest.SMB2_READFLAG_READ_UNBUFFERED); } @Test @DisplayName("Should have correct SMB2_CHANNEL_NONE value") void testChannelNone() { assertEquals(0x0, Smb2ReadRequest.SMB2_CHANNEL_NONE);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.8K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/error/system.jsp
</h2> <div class="errormessage"><la:message key="labels.contact_site_admin" /></div> </div> </main> <jsp:include page="../footer.jsp" /> <input type="hidden" id="contextPath" value="${pageContext.request.contextPath}" /> <script type="text/javascript" src="${fe:url('/js/jquery-3.7.1.min.js')}"></script> <script type="text/javascript" src="${fe:url('/js/clipboard.min.js')}"></script>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 1.6K bytes - Viewed (0)