- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 18 for seni (0.01 sec)
-
src/main/java/org/codelibs/curl/Curl.java
*/ protected Curl() { // nothing } /** * Creates a new CurlRequest with the HTTP GET method for the specified URL. * * @param url the URL to send the GET request to * @return a CurlRequest object configured with the GET method and the specified URL */ public static CurlRequest get(final String url) { return new CurlRequest(Method.GET, url); }Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Thu Nov 20 13:34:13 UTC 2025 - 5.9K bytes - Viewed (0) -
src/main/resources/fess_label_tr.properties
labels.suggestWord=Öneri Kelime labels.targetLabel=Etiket labels.term=Terim labels.fields=Alanlar labels.ex_q=Genişletilmiş Sorgu labels.oldPassword=Mevcut Şifre labels.newPassword=Yeni Şifre labels.confirmNewPassword=Yeni Şifre (Onayla) labels.menu_system=Sistem labels.menu_wizard=Sihirbaz labels.menu_crawl_config=Genel labels.menu_scheduler_config=Zamanlayıcı labels.menu_dashboard_config=Kontrol Paneli
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 47K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/IndexingHelper.java
logger.info("Sent {} documents (process={}ms, send={}ms, size={}, {})", docList.size(), docList.getProcessingTime(), systemHelper.getCurrentTimeAsLong() - execTime, MemoryUtil.byteCountToDisplaySize(docList.getContentSize()), MemoryUtil.getMemoryUsageLog()); } else {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 26.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java
/** * Get the value for the key 'mail.send.mock'. <br> * The value is, e.g. true <br> * comment: Does it send mock mail? (true: no send actually, logging only) * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getMailSendMock(); /** * Is the property for the key 'mail.send.mock' true? <br> * The value is, e.g. true <br>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 07:01:25 UTC 2025 - 9.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/normalizer/HankakuKanaToZenkakuKana.java
* It also handles the conversion of voiced and semi-voiced sound marks. * * <p>This class provides the following functionalities:</p> * <ul> * <li>Normalization of a string containing Hankaku Kana to Zenkaku Kana.</li> * <li>Conversion of individual Hankaku Kana characters to Zenkaku Kana characters.</li> * <li>Handling of voiced (゙) and semi-voiced (゚) sound marks to produce the correct Zenkaku Kana characters.</li>
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 17 14:23:01 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/resources/fess_message_tr.properties
errors.invalid_query_cannot_process=Belirtilen sorgu işlenemedi. errors.crud_invalid_mode = Mod yanlış. ({0} değil, {1}) errors.crud_failed_to_create_instance = Yeni veri oluşturulamadı. errors.crud_failed_to_create_crud_table = Yeni veri oluşturulamadı. ({0}) errors.crud_failed_to_update_crud_table=Veri güncellenemedi. ({0}) errors.crud_failed_to_delete_crud_table=Veri silinemedi. ({0})Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 07 21:12:48 UTC 2025 - 12.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
import org.codelibs.fess.timer.SystemMonitorTarget; import org.codelibs.fess.util.ComponentUtil; import org.codelibs.fess.util.SystemUtil; import org.codelibs.fess.util.ThreadDumpUtil; import org.dbflute.mail.send.hook.SMailCallbackContext; import org.kohsuke.args4j.CmdLineException; import org.kohsuke.args4j.CmdLineParser; import org.kohsuke.args4j.Option; import org.lastaflute.core.mail.Postbox;
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 31.4K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.wizard_button_finish=Salta labels.search_list_configuration=Ricerca labels.search_list_button_delete=Elimina labels.search_list_delete_confirmation=Sei sicuro di voler eliminare? labels.search_list_button_delete_all=Elimina tutto con questa query labels.search_list_delete_all_confirmation=Sei sicuro di voler eliminare tutto con questa query? labels.search_list_button_cancel=Annulla labels.failure_url_configuration=URL di errore
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ProcessHelper.java
* Uses finer-grained locking to avoid blocking other operations during I/O. * * @param sessionId unique identifier for the process session * @param command the command to send to the process * @throws JobNotFoundException if no process is found for the given session ID * @throws JobProcessingException if there's an error sending the command */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 06:54:47 UTC 2025 - 10.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
updateProperty(Constants.NOTIFICATION_TO_PROPERTY, form.notificationTo); systemProperties.store(); } catch (final Exception e) { logger.warn("Failed to send a test mail.", e); saveError(messages -> messages.addErrorsFailedToSendTestmail(GLOBAL)); } return redirectByParam(AdminGeneralAction.class, "notificationTo", form.notificationTo); }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 14.4K bytes - Viewed (0)