- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 10 for sistemas (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/resources/fess_label_pt_BR.properties
labels.confirmNewPassword=Confirmar nova senha labels.menu_system=Sistema labels.menu_wizard=Assistente labels.menu_crawl_config=Geral labels.menu_scheduler_config=Agendador labels.menu_dashboard_config=Painel labels.menu_design=Design da página labels.menu_dict=Dicionário labels.menu_data=Backup/Restauração labels.menu_crawl=Rastreador labels.menu_web=Web labels.menu_file_system=Sistema de arquivos
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.9K bytes - Click Count (0) -
src/main/resources/fess_label_tr.properties
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 labels.menu_design=Sayfa Tasarımı labels.menu_dict=Sözlük labels.menu_data=Yedekleme/Geri Yükleme labels.menu_crawl=Tarayıcı labels.menu_web=Web labels.menu_file_system=Dosya Sistemi labels.menu_data_store=Veri Deposu
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52.2K bytes - Click Count (0) -
src/main/resources/fess_label_it.properties
labels.failure_url_web_config_name=Nome configurazione scansione web labels.failure_url_file_config_name=Nome configurazione scansione file labels.system_info_configuration=Informazioni di sistema labels.system_info_env_title=Proprietà variabili d'ambiente labels.system_info_prop_title=Proprietà di sistema labels.system_info_fess_prop_title=Proprietà applicazione labels.system_info_bug_report_title=Proprietà rapporto bug
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52K bytes - Click Count (0) -
src/main/resources/fess_label_es.properties
labels.menu_system=Sistema labels.menu_wizard=Asistente labels.menu_crawl_config=General labels.menu_scheduler_config=Programador labels.menu_dashboard_config=Tablero labels.menu_design=Diseño de página labels.menu_dict=Diccionario labels.menu_data=Copia de seguridad/Restauración labels.menu_crawl=Rastreador labels.menu_web=Web labels.menu_file_system=Sistema de archivos
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.3K bytes - Click Count (0) -
src/main/resources/fess_label_id.properties
labels.confirmNewPassword=Kata Sandi Baru (Konfirmasi) labels.menu_system=Sistem labels.menu_wizard=Panduan labels.menu_crawl_config=Umum labels.menu_scheduler_config=Penjadwal labels.menu_dashboard_config=Dasbor labels.menu_design=Desain Halaman labels.menu_dict=Kamus labels.menu_data=Cadangan/Pemulihan labels.menu_crawl=Crawler labels.menu_web=Web labels.menu_file_system=Sistem Berkas labels.menu_data_store=Penyimpanan Data
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) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc4HttpClient.java
if (robotsTxt != null) { final String[] sitemaps = robotsTxt.getSitemaps(); if (sitemaps.length > 0) { crawlerContext.addSitemaps(sitemaps); } final RobotsTxt.Directive directive = robotsTxt.getMatchedDirective(userAgent);
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Fri Jan 09 23:46:52 GMT 2026 - 54.4K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc5HttpClient.java
if (robotsTxt != null) { final String[] sitemaps = robotsTxt.getSitemaps(); if (sitemaps.length > 0) { crawlerContext.addSitemaps(sitemaps); } final RobotsTxt.Directive directive = robotsTxt.getMatchedDirective(userAgent);
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sat Jan 31 12:23:29 GMT 2026 - 62.2K bytes - Click Count (0) -
docs/changelogs/changelog_3x.md
is now asynchronous and they may be enqueued before the web socket is connected. * **OkHttp no longer attempts a direct connection if the system's HTTP proxy fails.** This behavior was surprising because OkHttp was disregarding the user's specified configuration. If you need to customize proxy fallback behavior, implement your own `java.net.ProxySelector`.Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Feb 06 14:55:54 GMT 2022 - 50.8K bytes - Click Count (0) -
cmd/peer-rest-server.go
info := madmin.GetPartitions(context.Background(), globalLocalNodeName) return madminPartitions.NewJSONWith(&info), nil } // GetOSInfoHandler - returns operating system's information. func (s *peerRESTServer) GetOSInfoHandler(_ *grid.MSS) (*grid.JSON[madmin.OSInfo], *grid.RemoteErr) { info := madmin.GetOSInfo(context.Background(), globalLocalNodeName) return madminOSInfo.NewJSONWith(&info), nil
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 53.6K bytes - Click Count (0) -
cmd/xl-storage.go
return info, err } // getVolDir - will convert incoming volume names to // corresponding valid volume names on the backend in a platform // compatible way for all operating systems. If volume is not found // an error is generated. func (s *xlStorage) getVolDir(volume string) (string, error) { if volume == "" || volume == "." || volume == ".." { return "", errVolumeNotFound }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 91.7K bytes - Click Count (0)