- Sort Score
 - Result 10 results
 - Languages All
 
Results 1591 - 1600 of 3,475 for 1final (0.03 sec)
- 
				
				
src/test/java/jcifs/internal/witness/MockWitnessService.java
/** * Mock registration data */ private static class MockRegistration { final String registrationId; final String shareName; final String serverAddress; final int flags; final long timestamp; MockRegistration(String registrationId, String shareName, String serverAddress, int flags) { this.registrationId = registrationId;Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 8.2K bytes - Viewed (0) - 
				
				
guava/src/com/google/common/escape/ArrayBasedUnicodeEscaper.java
private final char[][] replacements; // The number of elements in the replacement array. private final int replacementsLength; // The first code point in the safe range. private final int safeMin; // The last code point in the safe range. private final int safeMax; // Cropped values used in the fast path range checks. private final char safeMinChar; private final char safeMaxChar;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Feb 13 15:45:16 UTC 2025 - 8.5K bytes - Viewed (0) - 
				
				
guava/src/com/google/common/collect/ImmutableMapKeySet.java
@J2ktIncompatible @SuppressWarnings("unused") private static final class KeySetSerializedForm<K> implements Serializable { final ImmutableMap<K, ?> map; KeySetSerializedForm(ImmutableMap<K, ?> map) { this.map = map; } Object readResolve() { return map.keySet(); } @GwtIncompatible @J2ktIncompatible private static final long serialVersionUID = 0; }Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 2.6K bytes - Viewed (0) - 
				
				
src/main/java/org/codelibs/fess/opensearch/config/exbhv/ScheduledJobBhv.java
/** * @author FreeGen */ public class ScheduledJobBhv extends BsScheduledJobBhv { private static final Logger logger = LogManager.getLogger(ScheduledJobBhv.class); private String indexName = null; @Override protected String asEsIndex() { if (indexName == null) { final String name = ComponentUtil.getFessConfig().getIndexConfigIndex();Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 2.2K bytes - Viewed (0) - 
				
				
src/main/java/jcifs/smb1/dcerpc/msrpc/MsrpcLsarOpenPolicy2.java
* @param policyHandle the policy handle to be populated */ public MsrpcLsarOpenPolicy2(final String server, final int access, final LsaPolicyHandle policyHandle) { super(server, new lsarpc.LsarObjectAttributes(), access, policyHandle); object_attributes.length = 24; final lsarpc.LsarQosInfo qos = new lsarpc.LsarQosInfo(); qos.length = 12; qos.impersonation_level = 2;Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2K bytes - Viewed (0) - 
				
				
src/main/java/org/codelibs/core/jar/JarInputStreamUtil.java
* @see JarInputStream#JarInputStream(InputStream) */ public static JarInputStream create(final InputStream is) throws IORuntimeException { assertArgumentNotNull("is", is); try { return new JarInputStream(is); } catch (final IOException e) { throw new IORuntimeException(e); } } /**Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 2.3K bytes - Viewed (0) - 
				
				
src/test/java/org/codelibs/core/exception/SUnsupportedOperationExceptionTest.java
* Test method for * {@link org.codelibs.core.exception.ClUnsupportedOperationException#SUnsupportedOperationException()} * . */ @Test public void testSUnsupportedOperationException() { final ClUnsupportedOperationException clUnsupportedOperationException = new ClUnsupportedOperationException(); assertThat(clUnsupportedOperationException, is(notNullValue())); } /** * Test method forRegistered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 2.9K bytes - Viewed (0) - 
				
				
src/main/java/org/codelibs/fess/suggest/index/SuggestDeleteResponse.java
* and the time taken to complete the operation. */ public class SuggestDeleteResponse { /** List of errors that occurred during the operation. */ protected final List<Throwable> errors = new ArrayList<>(); /** Time taken for the operation in milliseconds. */ protected final long took; /** * Constructor for SuggestDeleteResponse. * @param errors A list of Throwables representing errors.Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 2.1K bytes - Viewed (0) - 
				
				
src/main/java/jcifs/internal/smb2/lease/LeaseManager.java
*/ public class LeaseManager { private static final Logger log = LoggerFactory.getLogger(LeaseManager.class); private final ConcurrentHashMap<Smb2LeaseKey, LeaseEntry> leases; private final ConcurrentHashMap<String, Smb2LeaseKey> pathToLease; private final ConcurrentHashMap<String, WeakReference<SmbFile>> fileCache; private final ReadWriteLock lock; private final CIFSContext context;Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 18.8K bytes - Viewed (0) - 
				
				
src/main/java/org/codelibs/core/exception/ClUnsupportedOperationException.java
*/ public ClUnsupportedOperationException(final String message, final Throwable cause) { super(message, cause); } /** * Creates a {@link ClUnsupportedOperationException}. * * @param cause the underlying exception */ public ClUnsupportedOperationException(final Throwable cause) { super(cause); }Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jun 19 09:12:22 UTC 2025 - 1.7K bytes - Viewed (0)