- Sort Score
- Result 10 results
- Languages All
Results 3021 - 3030 of 5,824 for Republic (0.2 sec)
-
guava-tests/test/com/google/common/collect/TransposedTableTest.java
table.clear(); populate(table, data); return table; } public void testTransposeTransposed() { Table<Integer, String, Character> original = HashBasedTable.create(); assertSame(original, transpose(transpose(original))); } public void testPutOriginalModifiesTranspose() { Table<Integer, String, Character> original = HashBasedTable.create();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 2.8K bytes - Viewed (0) -
src/main/java/jcifs/netbios/SessionRequestPacket.java
* License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.7K bytes - Viewed (0) -
src/main/java/org/codelibs/core/misc/DisposableUtil.java
*/ public static synchronized void addFirst(final Disposable disposable) { assertArgumentNotNull("disposable", disposable); disposables.addFirst(disposable); } /** * Unregisters a disposable resource. * * @param disposable * A disposable resource. Must not be {@literal null}. */Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/stopwords/ApiAdminDictStopwordsAction.java
/** * API action for admin Stopwords dictionary management. * Provides REST endpoints for managing stopwords dictionary items in the Fess search engine. */ public class ApiAdminDictStopwordsAction extends FessApiAdminAction { /** * Default constructor. */ public ApiAdminDictStopwordsAction() { super(); } private static final Logger logger = LogManager.getLogger(ApiAdminDictStopwordsAction.class);Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.3K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/CompactLinkedHashMapTest.java
import org.jspecify.annotations.NullUnmarked; /** * Tests for {@code CompactLinkedHashMap}. * * @author Louis Wasserman */ @NullUnmarked public class CompactLinkedHashMapTest extends TestCase { @AndroidIncompatible // test-suite builders public static Test suite() { TestSuite suite = new TestSuite(); suite.addTest( MapTestSuiteBuilder.using( new TestStringMapGenerator() {Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 7.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/ExtractorFactory.java
@Override public int getWeight() { return extractors[0].getWeight(); } }; } /** * Retrieves all extractors for the specified key. * @param key The key associated with the extractors. * @return An array of Extractor instances, or an empty array if no extractors are found. */ public Extractor[] getExtractors(final String key) {Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 7.3K bytes - Viewed (0) -
src/test/java/jcifs/smb/CredentialsInternalTest.java
this.failOnRefresh = failOnRefresh; } @Override public TestCredentials clone() { // Return a shallow copy with the same field values return new TestCredentials(this.domain, this.anonymous, this.guest, this.subject, this.failOnRefresh); } @OverrideRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/XpathTransformer.java
* <li><b>dataClass:</b> The class type to return from the {@link #getData(AccessResultData)} method.</li> * </ul> * */ public class XpathTransformer extends HtmlTransformer { /** * Creates a new XpathTransformer instance. */ public XpathTransformer() { super(); } private static final Logger logger = LogManager.getLogger(XpathTransformer.class);
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 13.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/plugin/AdminPluginAction.java
* */ public class AdminPluginAction extends FessAdminAction { /** * Default constructor. */ public AdminPluginAction() { super(); } /** * Role identifier for plugin administration. */ public static final String ROLE = "admin-plugin";Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 11.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/user/ApiAdminUserAction.java
import org.lastaflute.web.Execute; import org.lastaflute.web.response.JsonResponse; import jakarta.annotation.Resource; /** * API action for admin user management. */ public class ApiAdminUserAction extends FessApiAdminAction { /** The logger for this class. */ private static final Logger logger = LogManager.getLogger(ApiAdminUserAction.class);Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7.7K bytes - Viewed (0)