- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 75 for Indices (0.26 sec)
-
src/main/resources/fess_label_pt_BR.properties
labels.auto_expand_replicas_for_doc=Número máximo de réplicas labels.clear_crawler_index=Índice do rastreador labels.clear_crawler_index_button=Excluir índice de rastreamento labels.diagnostic_logs=Diagnóstico labels.download_diagnostic_logs_button=Baixar logs labels.reload_doc_index=Recarregar índice de documentos labels.reload_doc_index_button=Recarregar labels.plugin_title=Plugin
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
src/main/resources/fess_message_es.properties
errors.crud_failed_to_delete_crud_table=No se pudieron eliminar los datos. ({0}) errors.crud_could_not_find_crud_table = No se encontraron los datos {0}. errors.could_not_find_backup_index=No se encontró el índice de copia de seguridad. errors.no_user_for_changing_password=La contraseña actual es incorrecta. errors.failed_to_change_password=No se pudo cambiar la contraseña.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.auto_expand_replicas_for_doc=Número máximo de réplicas labels.clear_crawler_index=Índice del rastreador labels.clear_crawler_index_button=Eliminar índice de rastreo labels.diagnostic_logs=Diagnóstico labels.download_diagnostic_logs_button=Descargar registros labels.reload_doc_index=Recargar índice de documentos labels.reload_doc_index_button=Recargar labels.plugin_title=Plugin
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.number_of_shards_for_doc=Numero di shard labels.auto_expand_replicas_for_doc=Numero massimo di repliche labels.clear_crawler_index=Indice crawler labels.clear_crawler_index_button=Elimina indice crawler labels.diagnostic_logs=Diagnostica labels.download_diagnostic_logs_button=Scarica log labels.reload_doc_index=Ricarica indice documenti labels.reload_doc_index_button=Ricarica labels.plugin_title=Plugin labels.plugin_list_name=Lista plugin
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
src/main/resources/fess_message_pt_BR.properties
errors.crud_failed_to_delete_crud_table=Não foi possível excluir os dados. ({0}) errors.crud_could_not_find_crud_table = Dados {0} não encontrados. errors.could_not_find_backup_index=Não foi possível encontrar o índice de backup. errors.no_user_for_changing_password=A senha atual está incorreta. errors.failed_to_change_password=Não foi possível alterar a senha. errors.unknown_version_for_upgrade=Informações de versão desconhecidas.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.15.md
- Fix: get azure disk lun timeout issue ([#88158](https://github.com/kubernetes/kubernetes/pull/88158), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider and Storage] - Fixed `threadSafeMap` high memory usage caused by indices that have churn of high-cardinality keys. E.g. namespaces ([#88005](https://github.com/kubernetes/kubernetes/pull/88005), [@patrickshan](https://github.com/patrickshan)) [SIG API Machinery]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 278.9K bytes - Viewed (0) -
docs/es/docs/environment-variables.md
Cuando instalas Python, se te podría preguntar si deseas actualizar la variable de entorno `PATH`. //// tab | Linux, macOS Digamos que instalas Python y termina en un directorio `/opt/custompython/bin`. Si dices que sí para actualizar la variable de entorno `PATH`, entonces el instalador añadirá `/opt/custompython/bin` a la variable de entorno `PATH`. Podría verse así: ```plaintext
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 8.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.16.md
- Fix: get azure disk lun timeout issue ([#88158](https://github.com/kubernetes/kubernetes/pull/88158), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider and Storage] - Fixed `threadSafeMap` high memory usage caused by indices that have churn of high-cardinality keys. E.g. namespaces ([#88007](https://github.com/kubernetes/kubernetes/pull/88007), [@patrickshan](https://github.com/patrickshan)) [SIG API Machinery]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Oct 23 20:13:20 UTC 2024 - 345.2K bytes - Viewed (0) -
docs/pt-BR/README.md
* [fess_message_en.properties](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_message_en.properties)
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 7.4K bytes - Viewed (0) -
android/guava/src/com/google/common/graph/Graphs.java
*/ public static boolean hasCycle(Network<?, ?> network) { // In a directed graph, parallel edges cannot introduce a cycle in an acyclic graph. // However, in an undirected graph, any parallel edge induces a cycle in the graph. if (!network.isDirected() && network.allowsParallelEdges() && network.edges().size() > network.asGraph().edges().size()) { return true; }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Aug 01 00:26:14 UTC 2025 - 22.7K bytes - Viewed (0)