- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 398 for serupa (0.03 sec)
-
src/main/resources/fess_indices/_aws/fess.json
"masing", "mau", "maupun", "semaunya", "memang", "mereka", "merekalah", "meski", "meskipun", "semula", "mungkin", "mungkinkah", "nah", "namun", "nanti", "nantinya", "nyaris", "oleh", "olehnya", "seorang", "seseorang", "pada", "padanya", "padahal", "paling", "sepanjang", "pantas", "sepantasnya", "sepantasnyalah", "para", "pasti", "pastilah", "per", "pernah", "pula", "pun", "merupakan", "rupanya", "serupa", "saat", "saatnya", "sesaat", "saja", "sajalah", "saling", "bersama", "sama", "sesama", "sambil",...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 14 00:36:40 UTC 2025 - 117.3K bytes - Viewed (0) -
src/main/resources/fess_indices/fess/pt/stopwords.txt
somos são era éramos eram fui foi fomos foram fora fôramos seja sejamos sejam fosse fôssemos fossem for formos forem serei será seremos serão seria seríamos seriam tenho tem temos tém tinha tínhamos tinham tive teve tivemos tiveram tivera tivéramos tenha tenhamos tenham tivesse
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Nov 27 12:59:36 UTC 2023 - 1.4K bytes - Viewed (0) -
src/main/resources/fess_indices/fess/es/stopwords.txt
hubieseis hubiesen habiendo habido habida habidos habidas soy eres es somos sois son sea seas seamos seáis sean seré serás será seremos seréis serán sería serías seríamos seríais serían era eras éramos erais eran fui fuiste fue fuimos fuisteis fueron fuera fueras fuéramos fuerais
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Nov 27 12:59:36 UTC 2023 - 2.2K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.user_title_details=Użytkownik labels.role_configuration=Rola labels.role_list_name=Nazwa labels.role_name=Nazwa labels.role_title_details=Rola labels.group_configuration=Grupa labels.group_list_name=Nazwa labels.group_name=Nazwa labels.group_title_details=Grupa labels.related_content_configuration=Powiązana zawartość labels.related_content_content=Zawartość labels.related_content_list_term=Termin wyszukiwania
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/cors/CorsHandlerFactoryTest.java
private CorsHandlerFactory corsHandlerFactory; @Override public void setUp() throws Exception { super.setUp(); corsHandlerFactory = new CorsHandlerFactory(); } public void test_add_and_get_specificOrigin() { // Setup String origin = "https://example.com"; TestCorsHandler handler = new TestCorsHandler("example-handler");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.1K bytes - Viewed (0) -
android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java
irucesym,tadsyawla,z,?b&boi,ewdarym,g,lyltsaf:.pam,,?c&i&manyd-snd,nagro-gnitae,tats-oieboda,?paidemym,?d&e&calpb,ziamaka,?feruza,hiamaka,irgevissam.saap.&1-&gs,nol,rf,yn,?2-&nol,yn,??nab-eht-ni,uolc&-snd,ehtgnituor,ftc,meaeboda,nievas.c&di-etsedron,itsalej,?xednay:.e&garots,tisbew,?,??e&c&narusnihtlaehezitavirp,rofelacs.j,?gde&eruza,iamaka,?ht-no-eciffo,l&acsnoom,ibom-eruza,?m&antenym.ns,ecnuob,itnuroieboda,ohtanyd,tcerider,?n&ilno-evreser,ozdop,?r&alfduolc:.ndc,,ehurht,?s:abapus,,ti&s-repparcs...
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Aug 12 15:39:59 UTC 2025 - 75.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/AggregateLogJobTest.java
@Override public void setUp() throws Exception { super.setUp(); aggregateLogJob = new AggregateLogJob(); } public void test_constructor() { // Test default constructor AggregateLogJob job = new AggregateLogJob(); assertNotNull(job); } public void test_execute_success() { // Setup mock SearchLogHelper that succeeds
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/impl/ScriptExecutorTest.java
private ScriptExecutor scriptExecutor; private ScriptEngineFactory scriptEngineFactory; private TestScriptEngine testScriptEngine; @Override public void setUp() throws Exception { super.setUp(); scriptExecutor = new ScriptExecutor(); scriptEngineFactory = new ScriptEngineFactory(); testScriptEngine = new TestScriptEngine();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/CrawlJobTest.java
for (int i = 0; i < expected.length; i++) { assertEquals("Array element at index " + i + " differs", expected[i], actual[i]); } } @Override public void setUp() throws Exception { super.setUp(); crawlJob = new CrawlJob(); } @Override public void tearDown() throws Exception { super.tearDown(); } // Test constructor and field initialization
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 25K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exec/ThumbnailGeneratorTest.java
public class ThumbnailGeneratorTest extends UnitFessTestCase { private ThumbnailGenerator thumbnailGenerator; @Override public void setUp() throws Exception { super.setUp(); thumbnailGenerator = new ThumbnailGenerator(); } @Override public void tearDown() throws Exception { super.tearDown(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.1K bytes - Viewed (0)