- Sort Score
- Num 10 results
- Language All
Results 1651 - 1660 of 2,336 for super (0.05 seconds)
-
src/test/java/jcifs/internal/smb2/io/Smb2ReadResponseTest.java
super(config, outputBuffer, outputBufferOffset); } @Override protected int readErrorResponse(byte[] buf, int bufIndex) throws SMBProtocolDecodingException { errorResponseCalled = true; return super.readErrorResponse(buf, bufIndex); } }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 22.1K bytes - Click Count (0) -
guava-testlib/src/com/google/common/collect/testing/google/MultimapTestSuiteBuilder.java
// derived suites, to check that mutations to the derived collections are // reflected in the underlying map. List<TestSuite> derivedSuites = super.createDerivedSuites(parentBuilder); if (parentBuilder.getFeatures().contains(CollectionFeature.SERIALIZABLE)) { derivedSuites.add( MultimapTestSuiteBuilder.using(Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 02 19:58:40 GMT 2026 - 26.8K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/IteratorsTest.java
EmptyIteratorTester() { super(3, MODIFIABLE, Collections.<Integer>emptySet(), IteratorTester.KnownOrder.KNOWN_ORDER); } } @GwtIncompatible // Only used by @GwtIncompatible code private abstract static class SingletonIteratorTester extends IteratorTester<Integer> { SingletonIteratorTester() { super(3, MODIFIABLE, singleton(1), IteratorTester.KnownOrder.KNOWN_ORDER); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 57.3K bytes - Click Count (0) -
src/main/java/jcifs/smb1/http/NtlmHttpURLConnection.java
* * @param connection the HTTP connection to wrap for NTLM authentication */ public NtlmHttpURLConnection(final HttpURLConnection connection) { super(connection.getURL()); this.connection = connection; requestProperties = new HashMap(); } @Override public void connect() throws IOException { if (connected) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 22.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/settings/SuggestSettings.java
/** * Constructs a new {@link TimeoutSettings}. */ public TimeoutSettings() { super(); } } /** * Constructor for SuggestSettings. * @param client The OpenSearch client. * @param settingsId The settings ID. * @param initialSettings The initial settings.Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sat Mar 14 02:35:38 GMT 2026 - 18.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
/** * Admin action for Backup management. * */ public class AdminBackupAction extends FessAdminAction { /** * Default constructor. */ public AdminBackupAction() { super(); } /** * The role for this action. */ public static final String ROLE = "admin-backup"; private static final Logger logger = LogManager.getLogger(AdminBackupAction.class);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Nov 24 02:07:40 GMT 2025 - 32.1K bytes - Click Count (0) -
android/guava/src/com/google/common/hash/Crc32cHashFunction.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Dec 28 01:26:26 GMT 2024 - 21.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/AdminDictSynonymAction.java
@Resource private SynonymService synonymService; @Resource private SynonymPager synonymPager; /** * Default constructor. */ public AdminDictSynonymAction() { super(); } // =================================================================================== // HookCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 23.7K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/crawler/transformer/AbstractFessFileTransformer.java
*/ public abstract class AbstractFessFileTransformer extends AbstractTransformer implements FessTransformer { /** * Default constructor. */ public AbstractFessFileTransformer() { super(); } private static final Logger logger = LogManager.getLogger(AbstractFessFileTransformer.class); /** * The mapping for meta content. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 25.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/stats/ApiAdminStatsAction.java
// =========== /** * Default constructor. */ public ApiAdminStatsAction() { super(); } // =================================================================================== // AttributeCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 19.7K bytes - Click Count (0)