- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 97 for tuto (0.07 sec)
-
src/main/resources/fess_label_it.properties
labels.crawling_info_session_id_search=ID sessione labels.crawling_info_session_id=ID sessione labels.crawling_info_created_time=Creato labels.crawling_info_delete_all_link=Elimina tutto labels.crawling_info_delete_all_confirmation=Sei sicuro di voler eliminare tutto? labels.crawling_info_delete_all_cancel=Annulla labels.crawling_info_thread_dump=Dump thread labels.crawling_info_CrawlerStartTime=Ora di inizio crawler
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/test/java/jcifs/internal/smb2/rdma/RdmaProviderFactoryTest.java
*/ public class RdmaProviderFactoryTest { @Test public void testCreateProviderAuto() { RdmaProvider provider = RdmaProviderFactory.createProvider("auto"); assertNotNull(provider, "Auto provider selection should return a provider"); assertTrue(provider.isAvailable(), "Returned provider should be available"); } @Test public void testCreateProviderTcp() {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 3.4K bytes - Viewed (0) -
dbflute_fess/schema/_readme.txt
Directory for files of schema info Files are auto-generated by DBFlute tasks.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 04 22:46:31 UTC 2015 - 129 bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/net/protocol/gcs/HandlerTest.java
Handler handler = new Handler(); Handler.GcsURLConnection conn = (Handler.GcsURLConnection) handler.openConnection(url); // getInputStream should try to auto-connect (and fail due to missing project ID) try { conn.getInputStream(); fail("Should throw IOException"); } catch (IOException e) {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 14.1K bytes - Viewed (0) -
ADDING_NEW_LANGUAGE.md
|-------|----------|---------| | `FessProp` | `org.codelibs.fess.mylasta.direction` | Configuration interface | | `FessLabels` | `org.codelibs.fess.mylasta.action` | Label constants (auto-generated) | | `FessMessages` | `org.codelibs.fess.mylasta.action` | Message constants (auto-generated) | | `LanguageHelper` | `org.codelibs.fess.helper` | Language detection and validation | | `SystemHelper` | `org.codelibs.fess.helper` | UI language dropdown builder |
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 11:36:30 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/resources/fess_indices/fess/pt-br/stopwords.txt
quando quanto que quem quer se seja sem sendo seu seus sob sobre sua suas tal tambem teu teus toda todas todo todos tua tuas tudo um uma umas
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 19 06:31:02 UTC 2018 - 820 bytes - Viewed (0) -
dbflute_fess/dfprop/classificationDeploymentMap.dfprop
# The table name '$$ALL$$' means all tables are target. # The table names and column names are treated as case insensitive. # # You don't need specify here about table classifications. # Because table classifications are auto-deployed by relation information. # # Specification: # map: { # [table-name or $$ALL$$] = map:{ # ; [column-name (with hint)]=[classification-name] # } # } #
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 04 22:46:31 UTC 2015 - 795 bytes - Viewed (0) -
dbflute_fess/dfprop/littleAdjustmentMap.dfprop
# #; quoteTableNameList = list:{} # - - - - - - - - - -/ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # o quoteColumnNameList: (NotRequired - Default list:{}) # The list of column DB names that need to be quoted. Specified columns is quoted on auto-generated SQL. # #; quoteColumnNameList = list:{}Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 25 06:04:16 UTC 2015 - 8.8K bytes - Viewed (0) -
src/main/java/jcifs/util/ResourceManager.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.2K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/net/protocol/storage/HandlerTest.java
Handler handler = new Handler(); Handler.StorageURLConnection conn = (Handler.StorageURLConnection) handler.openConnection(url); // getInputStream should try to auto-connect (and fail due to missing endpoint) try { conn.getInputStream(); fail("Should throw IOException"); } catch (IOException e) {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 14.4K bytes - Viewed (0)