- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 45 for getLink (0.05 seconds)
-
src/test/java/org/codelibs/fess/mylasta/direction/FessConfigImplTest.java
} // Test basic property retrieval @Test public void test_get_basicProperty() { // Test getting a property from the config String value = fessConfig.get("domain.title"); assertEquals("Test Fess", value); // Test getting another property String engineType = fessConfig.get("search_engine.type"); assertEquals("opensearch", engineType); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/CrawlerLogTests.java
assertEquals(1, JsonPath.from(response).getInt("response.status")); // Test PUT /api/admin/crawlinginfo/logs final Map<String, Object> putBody = new HashMap<>(); putBody.put("size", 10); response = checkMethodBase(putBody).put("/api/admin/crawlinginfo/logs").asString(); assertEquals(0, JsonPath.from(response).getInt("response.status"));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Mar 30 14:01:34 GMT 2026 - 13.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/ldap/LdapUserTest.java
assertEquals("role2", permissions[1]); assertEquals("Uuser", permissions[2]); } @Test public void test_getRoleNames() { // Test getting role names from permissions ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() { @Override public String getRoleSearchRolePrefix() { return "R"; }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 16.9K bytes - Click Count (0) -
internal/stmt_store/stmt_store.go
} return nil } // Store defines an interface for managing the caching operations of SQL statements (Stmt). // This interface provides methods for creating new statements, retrieving all cache keys, // getting cached statements, setting cached statements, and deleting cached statements. type Store interface { // New creates a new Stmt object and caches it. // Parameters:
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sat Mar 21 11:35:55 GMT 2026 - 6.1K bytes - Click Count (0) -
android/guava/src/com/google/common/base/internal/Finalizer.java
* unloading an OSGi bundle. * * <p>{@code com.google.common.base.FinalizableReferenceQueue} loads this class in its own class * loader. That way, this class doesn't prevent the main class loader from getting garbage * collected, and this class can detect when the main class loader has been garbage collected and * stop itself. */ public class Finalizer implements Runnable {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 11 03:19:29 GMT 2026 - 9.6K bytes - Click Count (0) -
CONTRIBUTING.md
If you are not getting cache hits from the build cache, you may be using the wrong version of Java. A fixed version (Java 11) is required to get remote cache hits. ### Building a distribution from source
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 19.1K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureFallbackAtomicHelperTest.java
checkHelperVersion(NO_UNSAFE, "AtomicReferenceFieldUpdaterAtomicHelper"); /* * SynchronizedHelper is meant for Android, but our best way to test it is under the JVM. * * SynchronizedHelper also ends up getting used under the JVM during * AggregateFutureStateFallbackAtomicHelperTest, as discussed in a comment in * AggregateFutureState. *
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Mar 07 02:20:33 GMT 2026 - 8.3K bytes - Click Count (0) -
docs/ru/docs/_llm-test.md
//// tab | Тест Вот некоторые элементы, обёрнутые в HTML-элементы "abbr" (часть выдумана): ### abbr даёт полную расшифровку { #the-abbr-gives-a-full-phrase } * <abbr title="Getting Things Done - Как привести дела в порядок">GTD</abbr> * <abbr title="less than - меньше чем"><code>lt</code></abbr> * <abbr title="XML Web Token - XML веб‑токен">XWT</abbr>
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 17.2K bytes - Click Count (0) -
docs/tr/docs/_llm-test.md
//// tab | Test Burada HTML "abbr" öğeleriyle sarılmış bazı şeyler var (bazıları uydurma): ### abbr tam bir ifade verir { #the-abbr-gives-a-full-phrase } * <abbr title="Getting Things Done - İşleri Bitirme">GTD</abbr> * <abbr title="less than - küçüktür"><code>lt</code></abbr> * <abbr title="XML Web Token">XWT</abbr>
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 11.1K bytes - Click Count (0) -
docs/de/docs/_llm-test.md
//// tab | Test Hier einige Dinge, die in HTML-„abbr“-Elemente gepackt sind (einige sind erfunden): ### Das abbr gibt eine vollständige Phrase { #the-abbr-gives-a-full-phrase } * <abbr title="Getting Things Done – Dinge erledigt bekommen">GTD</abbr> * <abbr title="less than – kleiner als"><code>lt</code></abbr> * <abbr title="XML Web Token">XWT</abbr> * <abbr title="Paralleles Server-Gateway-Interface">PSGI</abbr>
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 12.3K bytes - Click Count (0)