- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 98 for apatah (0.04 seconds)
-
src/main/resources/fess_indices/_aws/fess.json
"indonesian_stop": { "type": "stop",
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
src/main/resources/fess_indices/_cloud/fess.json
"indonesian_stop": { "type": "stop",
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
final String xpath = xpathConfigMap.get(XPath.DEFAULT_LANG); if (StringUtil.isNotBlank(xpath)) { return xpath; } return fessConfig.getCrawlerDocumentHtmlLangXpath(); } /** * Gets the XPath expression for extracting content. * * @param fessConfig the Fess configuration * @param xpathConfigMap the XPath configuration map
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 55.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/ActivityHelperTest.java
activityHelper.access(OptionalThing.empty(), "/", "aaa"); assertEquals("action:ACCESS\tuser:-\tpath:/\texecute:aaa", localLogMsg.get()); activityHelper.access(createUser("testuser", new String[0]), "/aaa", "bbb"); assertEquals("action:ACCESS\tuser:testuser\tpath:/aaa\texecute:bbb", localLogMsg.get());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 11:45:43 GMT 2026 - 24.3K bytes - Click Count (0) -
src/main/resources/fess_label_id.properties
labels.wizard_button_finish=Lewati labels.search_list_configuration=Pencarian labels.search_list_button_delete=Hapus labels.search_list_delete_confirmation=Apakah Anda yakin ingin menghapus? labels.search_list_button_delete_all=Hapus Semua berdasarkan Kueri ini labels.search_list_delete_all_confirmation=Apakah Anda yakin ingin menghapus semua berdasarkan kueri ini? labels.search_list_button_cancel=Batal labels.failure_url_configuration=URL Gagal
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 50.2K bytes - Click Count (0) -
src/main/resources/fess_message_id.properties
# ---------------------------------------------------------- # Hibernate Validator # ------------------- constraints.CreditCardNumber.message = {item} adalah nomor kartu kredit yang tidak valid. constraints.EAN.message = {item} adalah barcode {type} yang tidak valid. constraints.Email.message = {item} bukan alamat email yang valid. constraints.Length.message = Panjang {item} harus antara {min} dan {max}.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.7K bytes - Click Count (0) -
src/main/resources/fess_config.properties
dc:title=title:string\n\ # html # XPath to extract main content from HTML documents. crawler.document.html.content.xpath=//BODY # XPath to extract language attribute from HTML documents. crawler.document.html.lang.xpath=//HTML/@lang # XPath to extract digest (description) from HTML documents. crawler.document.html.digest.xpath=//META[@name='description']/@content # XPath to extract canonical URL from HTML documents.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/web/base/FessAdminActionTest.java
import org.lastaflute.web.response.HtmlResponse; import org.lastaflute.web.ruts.process.ActionRuntime; public class FessAdminActionTest extends UnitFessTestCase { private Path tempDir; private Path varDir; private Path webappDir; private Path confDir; @Override protected void setUp(TestInfo testInfo) throws Exception { super.setUp(testInfo); tempDir = Files.createTempDirectory("fess_admin_test");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 22.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/IndexExportJob.java
path = path + formatter.getFileExtension(); } if (path.startsWith("/")) { path = path.substring(1); } final String[] components = (host + "/" + path).split("/"); final StringBuilder sanitized = new StringBuilder(); for (int i = 0; i < components.length; i++) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 10.8K bytes - Click Count (0) -
src/main/resources/app.xml
<components> <include path="convention.xml"/> <include path="lastaflute.xml"/> <include path="lasta_job.xml"/> <include path="fess.xml"/> <include path="fess_api.xml"/> <include path="fess_cors.xml"/> <include path="fess_dict.xml"/> <include path="fess_job.xml"/> <include path="fess_ldap.xml"/> <include path="fess_query.xml"/> <include path="fess_rankfusion.xml"/> <include path="fess_score.xml"/>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 4K bytes - Click Count (0)