- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 311 for modifier (0.05 sec)
-
src/test/resources/plugin/repo2/index.html
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 13 07:34:14 UTC 2019 - 10.5K bytes - Viewed (0) -
android/guava/src/com/google/common/escape/ArrayBasedUnicodeEscaper.java
* outside the stated safe range. Subclasses should override this method to provide generalized * escaping for code points if required. * * <p>Note that arrays returned by this method must not be modified once they have been returned. * However it is acceptable to return the same array multiple times (even for different input * characters). * * @param cp the Unicode code point to escape
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Feb 13 15:45:16 UTC 2025 - 8.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/NotifyResponseTest.java
FileNotifyInformation modifiedFile = mock(FileNotifyInformation.class); when(modifiedFile.getAction()).thenReturn(FileNotifyInformation.FILE_ACTION_MODIFIED); when(modifiedFile.getFileName()).thenReturn("modified.txt"); FileNotifyInformation renamedOld = mock(FileNotifyInformation.class); when(renamedOld.getAction()).thenReturn(FileNotifyInformation.FILE_ACTION_RENAMED_OLD_NAME);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 21.2K bytes - Viewed (0) -
src/test/java/jcifs/SmbResourceTest.java
long lastAccess = mockResource.lastAccess(); long createTime = mockResource.createTime(); // Then assertEquals(currentTime, lastModified, "Should return correct last modified time"); assertEquals(currentTime - 1000, lastAccess, "Should return correct last access time"); assertEquals(currentTime - 2000, createTime, "Should return correct create time");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 35K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
}); })); } }); } /** * Modifies user attributes in the LDAP directory. * * @param user the user object with new attribute values * @param adminEnv the supplier for admin environment * @param userDN the DN of the user entry
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 82K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/DataStoreParams.java
} return defaultValue; } /** * Creates a new DataStoreParams instance with a copy of the current parameters. * This provides an independent copy that can be modified without affecting the original. * * @return a new DataStoreParams instance containing a copy of the current parameters */ public DataStoreParams newInstance() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.8K bytes - Viewed (0) -
android/guava/src/com/google/common/cache/CacheStats.java
* missCount}. * </ul> * <li>When an entry is evicted from the cache, {@code evictionCount} is incremented. * <li>No stats are modified when a cache entry is invalidated or manually removed. * <li>No stats are modified by operations invoked on the {@linkplain Cache#asMap asMap} view of * the cache. * </ul> *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 12.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/AbstractFessFileTransformer.java
} return processFieldConfigs(dataMap, fieldConfigs); } /** * Get the last modified date. * @param dataMap The data map. * @param responseData The response data. * @return The last modified date. */ protected Date getLastModified(final Map<String, Object> dataMap, final ResponseData responseData) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 25.6K bytes - Viewed (0) -
guava/src/com/google/common/escape/ArrayBasedCharEscaper.java
* lies outside the stated safe range. Subclasses should override this method to provide * generalized escaping for characters. * * <p>Note that arrays returned by this method must not be modified once they have been returned. * However it is acceptable to return the same array multiple times (even for different input * characters). * * @param c the character to escape
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 6.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ioctl/SrvCopychunkCopyTest.java
assertEquals(testByte, buffer[i], "Byte at position " + i + " was modified"); } // Check bytes after encoded area for (int i = startIndex + expectedSize; i < buffer.length; i++) { assertEquals(testByte, buffer[i], "Byte at position " + i + " was modified"); } } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 23.1K bytes - Viewed (0)